Edit Line Horizontal 3 icon

Used in composing text scenarios. The Edit Line Horizontal 3 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 Edit Line Horizontal 3 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 { EditLineHorizontal324Regular, EditLineHorizontal324Filled } from "@fluentui/react-icons";

export function Example() {
  return <EditLineHorizontal324Regular aria-label="Edit Line Horizontal 3" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_edit_line_horizontal_3_24_regular.svg" width="24" height="24" alt="Edit Line Horizontal 3">

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="M15.8911 3.04825C17.2885 1.65064 19.5543 1.65058 20.9519 3.0481C22.3493 4.4455 22.3493 6.71112 20.952 8.10861L9.00191 20.0601C8.59546 20.4666 8.08418 20.7523 7.52498 20.8855L2.92373 21.981C2.67037 22.0413 2.40385 21.9659 2.21968 21.7817C2.03552 21.5976 1.96009 21.3311 2.02041 21.0777L3.116 16.4762C3.2491 15.9172 3.5347 15.4061 3.94103 14.9997L15.8911 3.04825ZM19.8912 4.10876C19.0795 3.29705 17.7634 3.29709 16.9518 4.10884L16.0606 5.00012L19 7.93946L19.8913 7.04801C20.7029 6.23632 20.7028 4.9204 19.8912 4.10876ZM17.9394 9.00018L15 6.06084L5.00175 16.0603C4.79168 16.2704 4.64402 16.5346 4.57521 16.8237L3.76191 20.2395L7.17755 19.4263C7.46668 19.3574 7.73104 19.2097 7.94119 18.9995L17.9394 9.00018ZM2.75 3H14.5252L13.0254 4.5H2.75C2.33579 4.5 2 4.16421 2 3.75C2 3.33579 2.33579 3 2.75 3ZM2.75 7H10.5257L9.02584 8.5H2.75C2.33579 8.5 2 8.16421 2 7.75C2 7.33579 2.33579 7 2.75 7ZM2.75 11H6.52613L5.02631 12.5H2.75C2.33579 12.5 2 12.1642 2 11.75C2 11.3358 2.33579 11 2.75 11Z" 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/edit_line_horizontal_3_24_regular.svg";

Details

NameEdit Line Horizontal 3
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_edit_line_horizontal_3_24_regular.svg
Filled fileic_fluent_edit_line_horizontal_3_24_filled.svg
React componentsEditLineHorizontal324Regular, EditLineHorizontal324Filled
LicenseMIT (© Microsoft Corporation)

Keywords

pencilupdatecreatewritetextlinescomposeedit

Related icons