Layout Column One Third Right Hint icon

Used to represent UI layouts. The Layout Column One Third Right Hint icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Layout Column One Third Right Hint icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { LayoutColumnOneThirdRightHint24Regular, LayoutColumnOneThirdRightHint24Filled } from "@fluentui/react-icons";

export function Example() {
  return <LayoutColumnOneThirdRightHint24Regular aria-label="Layout Column One Third Right Hint" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_layout_column_one_third_right_hint_24_regular.svg" width="24" height="24" alt="Layout Column One Third Right Hint">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6.25C4.5 5.2835 5.2835 4.5 6.25 4.5C6.66421 4.5 7 4.16421 7 3.75C7 3.33579 6.66421 3 6.25 3C4.45507 3 3 4.45507 3 6.25C3 6.66421 3.33579 7 3.75 7C4.16421 7 4.5 6.66421 4.5 6.25ZM9.75 3C9.33579 3 9 3.33579 9 3.75C9 4.16421 9.33579 4.5 9.75 4.5H12.25C12.6642 4.5 13 4.16421 13 3.75C13 3.33579 12.6642 3 12.25 3H9.75ZM4.5 9.75C4.5 9.33579 4.16421 9 3.75 9C3.33579 9 3 9.33579 3 9.75V14.25C3 14.6642 3.33579 15 3.75 15C4.16421 15 4.5 14.6642 4.5 14.25V9.75ZM4.5 17.75C4.5 17.3358 4.16421 17 3.75 17C3.33579 17 3 17.3358 3 17.75C3 19.5449 4.45507 21 6.25 21C6.66421 21 7 20.6642 7 20.25C7 19.8358 6.66421 19.5 6.25 19.5C5.2835 19.5 4.5 18.7165 4.5 17.75ZM9.75 19.5C9.33579 19.5 9 19.8358 9 20.25C9 20.6642 9.33579 21 9.75 21H12.25C12.6642 21 13 20.6642 13 20.25C13 19.8358 12.6642 19.5 12.25 19.5H9.75ZM14.75 3C14.3358 3 14 3.33579 14 3.75V20.25C14 20.6642 14.3358 21 14.75 21H17.75C19.5449 21 21 19.5449 21 17.75V6.25C21 4.45507 19.5449 3 17.75 3H14.75ZM15.5 19.5V4.5H17.75C18.7165 4.5 19.5 5.2835 19.5 6.25V17.75C19.5 18.7165 18.7165 19.5 17.75 19.5H15.5Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/layout_column_one_third_right_hint_24_regular.svg";

Details

NameLayout Column One Third Right Hint
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_layout_column_one_third_right_hint_24_regular.svg
Filled fileic_fluent_layout_column_one_third_right_hint_24_filled.svg
React componentsLayoutColumnOneThirdRightHint24Regular, LayoutColumnOneThirdRightHint24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

uilayoutstructurecustomize

Related icons