edit line horizontal 3 icon
edit-line-horizontal-3-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- edit-line-horizontal-3-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M19.289 3.15a3.932 3.932 0 0 1 5.56 5.56L10.063 23.498c-.44.44-.987.76-1.587.929l-5.524 1.547a.75.75 0 0 1-.924-.925l1.547-5.525c.168-.6.487-1.146.928-1.587zM5.563 18.996a2.14 2.14 0 0 0-.544.93l-1.187 4.24l4.24-1.186c.352-.098.672-.286.93-.545L21.19 10.25l-3.44-3.44zm.961-4.497H2.75a.75.75 0 0 1 0-1.5h5.274zm5-5H2.75a.75.75 0 0 1 0-1.5h10.274zM23.79 4.21a2.434 2.434 0 0 0-3.44 0l-1.54 1.54l3.44 3.44l1.539-1.54c.95-.95.95-2.49 0-3.44M17.749 3q.123.002.234.04L16.524 4.5H2.75a.75.75 0 0 1 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEditLineHorizontal328Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.289 3.15a3.932 3.932 0 0 1 5.56 5.56L10.063 23.498c-.44.44-.987.76-1.587.929l-5.524 1.547a.75.75 0 0 1-.924-.925l1.547-5.525c.168-.6.487-1.146.928-1.587zM5.563 18.996a2.14 2.14 0 0 0-.544.93l-1.187 4.24l4.24-1.186c.352-.098.672-.286.93-.545L21.19 10.25l-3.44-3.44zm.961-4.497H2.75a.75.75 0 0 1 0-1.5h5.274zm5-5H2.75a.75.75 0 0 1 0-1.5h10.274zM23.79 4.21a2.434 2.434 0 0 0-3.44 0l-1.54 1.54l3.44 3.44l1.539-1.54c.95-.95.95-2.49 0-3.44M17.749 3q.123.002.234.04L16.524 4.5H2.75a.75.75 0 0 1 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.289 3.15a3.932 3.932 0 0 1 5.56 5.56L10.063 23.498c-.44.44-.987.76-1.587.929l-5.524 1.547a.75.75 0 0 1-.924-.925l1.547-5.525c.168-.6.487-1.146.928-1.587zM5.563 18.996a2.14 2.14 0 0 0-.544.93l-1.187 4.24l4.24-1.186c.352-.098.672-.286.93-.545L21.19 10.25l-3.44-3.44zm.961-4.497H2.75a.75.75 0 0 1 0-1.5h5.274zm5-5H2.75a.75.75 0 0 1 0-1.5h10.274zM23.79 4.21a2.434 2.434 0 0 0-3.44 0l-1.54 1.54l3.44 3.44l1.539-1.54c.95-.95.95-2.49 0-3.44M17.749 3q.123.002.234.04L16.524 4.5H2.75a.75.75 0 0 1 0-1.5z"/></svg> </template>
CSS
.icon-edit-line-horizontal-3-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.289%203.15a3.932%203.932%200%200%201%205.56%205.56L10.063%2023.498c-.44.44-.987.76-1.587.929l-5.524%201.547a.75.75%200%200%201-.924-.925l1.547-5.525c.168-.6.487-1.146.928-1.587zM5.563%2018.996a2.14%202.14%200%200%200-.544.93l-1.187%204.24l4.24-1.186c.352-.098.672-.286.93-.545L21.19%2010.25l-3.44-3.44zm.961-4.497H2.75a.75.75%200%200%201%200-1.5h5.274zm5-5H2.75a.75.75%200%200%201%200-1.5h10.274zM23.79%204.21a2.434%202.434%200%200%200-3.44%200l-1.54%201.54l3.44%203.44l1.539-1.54c.95-.95.95-2.49%200-3.44M17.749%203q.123.002.234.04L16.524%204.5H2.75a.75.75%200%200%201%200-1.5z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.289%203.15a3.932%203.932%200%200%201%205.56%205.56L10.063%2023.498c-.44.44-.987.76-1.587.929l-5.524%201.547a.75.75%200%200%201-.924-.925l1.547-5.525c.168-.6.487-1.146.928-1.587zM5.563%2018.996a2.14%202.14%200%200%200-.544.93l-1.187%204.24l4.24-1.186c.352-.098.672-.286.93-.545L21.19%2010.25l-3.44-3.44zm.961-4.497H2.75a.75.75%200%200%201%200-1.5h5.274zm5-5H2.75a.75.75%200%200%201%200-1.5h10.274zM23.79%204.21a2.434%202.434%200%200%200-3.44%200l-1.54%201.54l3.44%203.44l1.539-1.54c.95-.95.95-2.49%200-3.44M17.749%203q.123.002.234.04L16.524%204.5H2.75a.75.75%200%200%201%200-1.5z%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-28-regular.svg?color=%231a73e8&size=48