edit line horizontal 3 icon

edit-line-horizontal-3-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
edit-line-horizontal-3-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the edit line horizontal 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.952 3.048a3.58 3.58 0 0 0-5.06 0l-.893.892L20.06 9l.892-.891a3.58 3.58 0 0 0 0-5.06M3.94 15l9.998-10l5.06 5.061l-9.997 10a3.1 3.1 0 0 1-1.477.825l-4.6 1.094a.75.75 0 0 1-.904-.903l1.096-4.602c.133-.559.419-1.07.825-1.476M2.75 3h11.775l-1.5 1.5H2.75a.75.75 0 0 1 0-1.5m0 4h7.776l-1.5 1.5H2.75a.75.75 0 0 1 0-1.5m0 4h3.776l-1.5 1.5H2.75a.75.75 0 0 1 0-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentEditLineHorizontal324Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.952 3.048a3.58 3.58 0 0 0-5.06 0l-.893.892L20.06 9l.892-.891a3.58 3.58 0 0 0 0-5.06M3.94 15l9.998-10l5.06 5.061l-9.997 10a3.1 3.1 0 0 1-1.477.825l-4.6 1.094a.75.75 0 0 1-.904-.903l1.096-4.602c.133-.559.419-1.07.825-1.476M2.75 3h11.775l-1.5 1.5H2.75a.75.75 0 0 1 0-1.5m0 4h7.776l-1.5 1.5H2.75a.75.75 0 0 1 0-1.5m0 4h3.776l-1.5 1.5H2.75a.75.75 0 0 1 0-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.952 3.048a3.58 3.58 0 0 0-5.06 0l-.893.892L20.06 9l.892-.891a3.58 3.58 0 0 0 0-5.06M3.94 15l9.998-10l5.06 5.061l-9.997 10a3.1 3.1 0 0 1-1.477.825l-4.6 1.094a.75.75 0 0 1-.904-.903l1.096-4.602c.133-.559.419-1.07.825-1.476M2.75 3h11.775l-1.5 1.5H2.75a.75.75 0 0 1 0-1.5m0 4h7.776l-1.5 1.5H2.75a.75.75 0 0 1 0-1.5m0 4h3.776l-1.5 1.5H2.75a.75.75 0 0 1 0-1.5"/></svg>
</template>

CSS

.icon-edit-line-horizontal-3-24-filled {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.952%203.048a3.58%203.58%200%200%200-5.06%200l-.893.892L20.06%209l.892-.891a3.58%203.58%200%200%200%200-5.06M3.94%2015l9.998-10l5.06%205.061l-9.997%2010a3.1%203.1%200%200%201-1.477.825l-4.6%201.094a.75.75%200%200%201-.904-.903l1.096-4.602c.133-.559.419-1.07.825-1.476M2.75%203h11.775l-1.5%201.5H2.75a.75.75%200%200%201%200-1.5m0%204h7.776l-1.5%201.5H2.75a.75.75%200%200%201%200-1.5m0%204h3.776l-1.5%201.5H2.75a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.952%203.048a3.58%203.58%200%200%200-5.06%200l-.893.892L20.06%209l.892-.891a3.58%203.58%200%200%200%200-5.06M3.94%2015l9.998-10l5.06%205.061l-9.997%2010a3.1%203.1%200%200%201-1.477.825l-4.6%201.094a.75.75%200%200%201-.904-.903l1.096-4.602c.133-.559.419-1.07.825-1.476M2.75%203h11.775l-1.5%201.5H2.75a.75.75%200%200%201%200-1.5m0%204h7.776l-1.5%201.5H2.75a.75.75%200%200%201%200-1.5m0%204h3.776l-1.5%201.5H2.75a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/edit-line-horizontal-3-24-filled.svg?color=%231a73e8&size=48