edit icon
edit-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.
- Name
- edit-16
- Set
- Fluent UI System Color Icons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Color Icons
The same icon in other sets
editAkar Iconsedit-filledAnt Design IconseditBoxIcons v2editBoxIcons v2 SolideditCarboneditCodiconseditElement Plusedit-fillEva IconseditFont Awesome RegulareditFont Awesome SolideditFeather Iconsedit-outlineFlowbite Iconsedit-12-filledFluent UI System IconseditIconParkeditIconPark OutlineeditIconPark SolideditIconPark TwoToneeditIconoireditIonIconseditLine AwesomeeditMaterial Line IconseditMage IconseditMaterial SymbolseditMaterial Symbols Light
Use the edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGavZttdMj1)" d="M2.657 9.635L9.75 2.542l3.707 3.708l-7.093 7.092l-2.267-1.439z"/><path fill="url(#SVG3XugvbPv1)" d="m2.964 9.328l-.307.307a2.95 2.95 0 0 0-.772 1.355l-.87 3.385a.5.5 0 0 0 .61.609l3.385-.87c.512-.13.98-.398 1.354-.772l.307-.307s-1.285-.3-2.345-1.361s-1.362-2.346-1.362-2.346"/><path fill="url(#SVGI9hz4djb1)" d="M10.529 1.764a2.621 2.621 0 1 1 3.707 3.707l-1.908 1.908l-3.707-3.707z"/><path fill="url(#SVGSYVyI33f1)" d="M8.266 4.026s.295 1.291 1.356 2.352a5.4 5.4 0 0 0 2.351 1.356L13.4 6.308s-1.29-.298-2.35-1.358A5.4 5.4 0 0 1 9.692 2.6z"/><defs><linearGradient id="SVGavZttdMj1" x1="8.631" x2="10.281" y1="5.563" y2="10.095" gradientUnits="userSpaceOnUse"><stop stop-color="#ffa43d"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVG3XugvbPv1" x1=".187" x2="4.275" y1="10.908" y2="14.972" gradientUnits="userSpaceOnUse"><stop offset=".255" stop-color="#ffd394"/><stop offset="1" stop-color="#ff921f"/></linearGradient><linearGradient id="SVGI9hz4djb1" x1="13.669" x2="11.316" y1="2.324" y2="4.537" gradientUnits="userSpaceOnUse"><stop stop-color="#f97dbd"/><stop offset="1" stop-color="#dd3ce2"/></linearGradient><linearGradient id="SVGSYVyI33f1" x1="10.921" x2="7.295" y1="6.114" y2="4.528" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ffe994"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorEdit16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGavZttdMj1)" d="M2.657 9.635L9.75 2.542l3.707 3.708l-7.093 7.092l-2.267-1.439z"/><path fill="url(#SVG3XugvbPv1)" d="m2.964 9.328l-.307.307a2.95 2.95 0 0 0-.772 1.355l-.87 3.385a.5.5 0 0 0 .61.609l3.385-.87c.512-.13.98-.398 1.354-.772l.307-.307s-1.285-.3-2.345-1.361s-1.362-2.346-1.362-2.346"/><path fill="url(#SVGI9hz4djb1)" d="M10.529 1.764a2.621 2.621 0 1 1 3.707 3.707l-1.908 1.908l-3.707-3.707z"/><path fill="url(#SVGSYVyI33f1)" d="M8.266 4.026s.295 1.291 1.356 2.352a5.4 5.4 0 0 0 2.351 1.356L13.4 6.308s-1.29-.298-2.35-1.358A5.4 5.4 0 0 1 9.692 2.6z"/><defs><linearGradient id="SVGavZttdMj1" x1="8.631" x2="10.281" y1="5.563" y2="10.095" gradientUnits="userSpaceOnUse"><stop stopColor="#ffa43d"/><stop offset="1" stopColor="#fb5937"/></linearGradient><linearGradient id="SVG3XugvbPv1" x1=".187" x2="4.275" y1="10.908" y2="14.972" gradientUnits="userSpaceOnUse"><stop offset=".255" stopColor="#ffd394"/><stop offset="1" stopColor="#ff921f"/></linearGradient><linearGradient id="SVGI9hz4djb1" x1="13.669" x2="11.316" y1="2.324" y2="4.537" gradientUnits="userSpaceOnUse"><stop stopColor="#f97dbd"/><stop offset="1" stopColor="#dd3ce2"/></linearGradient><linearGradient id="SVGSYVyI33f1" x1="10.921" x2="7.295" y1="6.114" y2="4.528" gradientUnits="userSpaceOnUse"><stop stopColor="#ff921f"/><stop offset="1" stopColor="#ffe994"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGavZttdMj1)" d="M2.657 9.635L9.75 2.542l3.707 3.708l-7.093 7.092l-2.267-1.439z"/><path fill="url(#SVG3XugvbPv1)" d="m2.964 9.328l-.307.307a2.95 2.95 0 0 0-.772 1.355l-.87 3.385a.5.5 0 0 0 .61.609l3.385-.87c.512-.13.98-.398 1.354-.772l.307-.307s-1.285-.3-2.345-1.361s-1.362-2.346-1.362-2.346"/><path fill="url(#SVGI9hz4djb1)" d="M10.529 1.764a2.621 2.621 0 1 1 3.707 3.707l-1.908 1.908l-3.707-3.707z"/><path fill="url(#SVGSYVyI33f1)" d="M8.266 4.026s.295 1.291 1.356 2.352a5.4 5.4 0 0 0 2.351 1.356L13.4 6.308s-1.29-.298-2.35-1.358A5.4 5.4 0 0 1 9.692 2.6z"/><defs><linearGradient id="SVGavZttdMj1" x1="8.631" x2="10.281" y1="5.563" y2="10.095" gradientUnits="userSpaceOnUse"><stop stop-color="#ffa43d"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVG3XugvbPv1" x1=".187" x2="4.275" y1="10.908" y2="14.972" gradientUnits="userSpaceOnUse"><stop offset=".255" stop-color="#ffd394"/><stop offset="1" stop-color="#ff921f"/></linearGradient><linearGradient id="SVGI9hz4djb1" x1="13.669" x2="11.316" y1="2.324" y2="4.537" gradientUnits="userSpaceOnUse"><stop stop-color="#f97dbd"/><stop offset="1" stop-color="#dd3ce2"/></linearGradient><linearGradient id="SVGSYVyI33f1" x1="10.921" x2="7.295" y1="6.114" y2="4.528" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ffe994"/></linearGradient></defs></g></svg> </template>
CSS
.icon-edit-16 {
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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGavZttdMj1)%22%20d%3D%22M2.657%209.635L9.75%202.542l3.707%203.708l-7.093%207.092l-2.267-1.439z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG3XugvbPv1)%22%20d%3D%22m2.964%209.328l-.307.307a2.95%202.95%200%200%200-.772%201.355l-.87%203.385a.5.5%200%200%200%20.61.609l3.385-.87c.512-.13.98-.398%201.354-.772l.307-.307s-1.285-.3-2.345-1.361s-1.362-2.346-1.362-2.346%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGI9hz4djb1)%22%20d%3D%22M10.529%201.764a2.621%202.621%200%201%201%203.707%203.707l-1.908%201.908l-3.707-3.707z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGSYVyI33f1)%22%20d%3D%22M8.266%204.026s.295%201.291%201.356%202.352a5.4%205.4%200%200%200%202.351%201.356L13.4%206.308s-1.29-.298-2.35-1.358A5.4%205.4%200%200%201%209.692%202.6z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGavZttdMj1%22%20x1%3D%228.631%22%20x2%3D%2210.281%22%20y1%3D%225.563%22%20y2%3D%2210.095%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5937%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG3XugvbPv1%22%20x1%3D%22.187%22%20x2%3D%224.275%22%20y1%3D%2210.908%22%20y2%3D%2214.972%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.255%22%20stop-color%3D%22%23ffd394%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff921f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGI9hz4djb1%22%20x1%3D%2213.669%22%20x2%3D%2211.316%22%20y1%3D%222.324%22%20y2%3D%224.537%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f97dbd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23dd3ce2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGSYVyI33f1%22%20x1%3D%2210.921%22%20x2%3D%227.295%22%20y1%3D%226.114%22%20y2%3D%224.528%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff921f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffe994%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGavZttdMj1)%22%20d%3D%22M2.657%209.635L9.75%202.542l3.707%203.708l-7.093%207.092l-2.267-1.439z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG3XugvbPv1)%22%20d%3D%22m2.964%209.328l-.307.307a2.95%202.95%200%200%200-.772%201.355l-.87%203.385a.5.5%200%200%200%20.61.609l3.385-.87c.512-.13.98-.398%201.354-.772l.307-.307s-1.285-.3-2.345-1.361s-1.362-2.346-1.362-2.346%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGI9hz4djb1)%22%20d%3D%22M10.529%201.764a2.621%202.621%200%201%201%203.707%203.707l-1.908%201.908l-3.707-3.707z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGSYVyI33f1)%22%20d%3D%22M8.266%204.026s.295%201.291%201.356%202.352a5.4%205.4%200%200%200%202.351%201.356L13.4%206.308s-1.29-.298-2.35-1.358A5.4%205.4%200%200%201%209.692%202.6z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGavZttdMj1%22%20x1%3D%228.631%22%20x2%3D%2210.281%22%20y1%3D%225.563%22%20y2%3D%2210.095%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5937%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG3XugvbPv1%22%20x1%3D%22.187%22%20x2%3D%224.275%22%20y1%3D%2210.908%22%20y2%3D%2214.972%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.255%22%20stop-color%3D%22%23ffd394%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff921f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGI9hz4djb1%22%20x1%3D%2213.669%22%20x2%3D%2211.316%22%20y1%3D%222.324%22%20y2%3D%224.537%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f97dbd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23dd3ce2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGSYVyI33f1%22%20x1%3D%2210.921%22%20x2%3D%227.295%22%20y1%3D%226.114%22%20y2%3D%224.528%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff921f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffe994%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/edit-16.svg?color=%231a73e8&size=48