edit-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.

Name
edit-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
License
MIT

3 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGo93bJbVN)" d="M4.356 20.729L19.69 5.396l6.914 6.914L11.27 27.643l-5.579-1.336z"/><path fill="url(#SVGIWCkBdHO)" d="m4.357 20.73l.497-.5s.275 2.396 2.397 4.518s4.517 2.397 4.517 2.397l-.497.498a3.7 3.7 0 0 1-1.841 1.002l-6.22 1.333a1 1 0 0 1-1.188-1.187l1.333-6.221a3.7 3.7 0 0 1 1.002-1.84"/><path fill="url(#SVGeBihyeOm)" d="M21.65 3.434a4.89 4.89 0 0 1 6.915 6.914l-3.73 3.73l-6.914-6.915z"/><path fill="url(#SVGipvmcbPb)" d="m24.32 14.593l2.83-2.83s-2.398-.278-4.517-2.397c-2.12-2.12-2.397-4.518-2.397-4.518l-2.83 2.83s.276 2.4 2.396 4.519s4.518 2.396 4.518 2.396"/><defs><linearGradient id="SVGo93bJbVN" x1="17.289" x2="20.469" y1="11.417" y2="19.854" gradientUnits="userSpaceOnUse"><stop stop-color="#ffa43d"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVGIWCkBdHO" x1=".094" x2="7.473" y1="23.098" y2="30.333" gradientUnits="userSpaceOnUse"><stop offset=".255" stop-color="#ffd394"/><stop offset="1" stop-color="#ff921f"/></linearGradient><linearGradient id="SVGeBihyeOm" x1="27.449" x2="23.03" y1="4.494" y2="8.717" gradientUnits="userSpaceOnUse"><stop stop-color="#f97dbd"/><stop offset="1" stop-color="#dd3ce2"/></linearGradient><linearGradient id="SVGipvmcbPb" x1="22.46" x2="15.56" y1="11.523" y2="8.595" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ffe994"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorEdit32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGo93bJbVN)" d="M4.356 20.729L19.69 5.396l6.914 6.914L11.27 27.643l-5.579-1.336z"/><path fill="url(#SVGIWCkBdHO)" d="m4.357 20.73l.497-.5s.275 2.396 2.397 4.518s4.517 2.397 4.517 2.397l-.497.498a3.7 3.7 0 0 1-1.841 1.002l-6.22 1.333a1 1 0 0 1-1.188-1.187l1.333-6.221a3.7 3.7 0 0 1 1.002-1.84"/><path fill="url(#SVGeBihyeOm)" d="M21.65 3.434a4.89 4.89 0 0 1 6.915 6.914l-3.73 3.73l-6.914-6.915z"/><path fill="url(#SVGipvmcbPb)" d="m24.32 14.593l2.83-2.83s-2.398-.278-4.517-2.397c-2.12-2.12-2.397-4.518-2.397-4.518l-2.83 2.83s.276 2.4 2.396 4.519s4.518 2.396 4.518 2.396"/><defs><linearGradient id="SVGo93bJbVN" x1="17.289" x2="20.469" y1="11.417" y2="19.854" gradientUnits="userSpaceOnUse"><stop stopColor="#ffa43d"/><stop offset="1" stopColor="#fb5937"/></linearGradient><linearGradient id="SVGIWCkBdHO" x1=".094" x2="7.473" y1="23.098" y2="30.333" gradientUnits="userSpaceOnUse"><stop offset=".255" stopColor="#ffd394"/><stop offset="1" stopColor="#ff921f"/></linearGradient><linearGradient id="SVGeBihyeOm" x1="27.449" x2="23.03" y1="4.494" y2="8.717" gradientUnits="userSpaceOnUse"><stop stopColor="#f97dbd"/><stop offset="1" stopColor="#dd3ce2"/></linearGradient><linearGradient id="SVGipvmcbPb" x1="22.46" x2="15.56" y1="11.523" y2="8.595" 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 32 32"><g fill="none"><path fill="url(#SVGo93bJbVN)" d="M4.356 20.729L19.69 5.396l6.914 6.914L11.27 27.643l-5.579-1.336z"/><path fill="url(#SVGIWCkBdHO)" d="m4.357 20.73l.497-.5s.275 2.396 2.397 4.518s4.517 2.397 4.517 2.397l-.497.498a3.7 3.7 0 0 1-1.841 1.002l-6.22 1.333a1 1 0 0 1-1.188-1.187l1.333-6.221a3.7 3.7 0 0 1 1.002-1.84"/><path fill="url(#SVGeBihyeOm)" d="M21.65 3.434a4.89 4.89 0 0 1 6.915 6.914l-3.73 3.73l-6.914-6.915z"/><path fill="url(#SVGipvmcbPb)" d="m24.32 14.593l2.83-2.83s-2.398-.278-4.517-2.397c-2.12-2.12-2.397-4.518-2.397-4.518l-2.83 2.83s.276 2.4 2.396 4.519s4.518 2.396 4.518 2.396"/><defs><linearGradient id="SVGo93bJbVN" x1="17.289" x2="20.469" y1="11.417" y2="19.854" gradientUnits="userSpaceOnUse"><stop stop-color="#ffa43d"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVGIWCkBdHO" x1=".094" x2="7.473" y1="23.098" y2="30.333" gradientUnits="userSpaceOnUse"><stop offset=".255" stop-color="#ffd394"/><stop offset="1" stop-color="#ff921f"/></linearGradient><linearGradient id="SVGeBihyeOm" x1="27.449" x2="23.03" y1="4.494" y2="8.717" gradientUnits="userSpaceOnUse"><stop stop-color="#f97dbd"/><stop offset="1" stop-color="#dd3ce2"/></linearGradient><linearGradient id="SVGipvmcbPb" x1="22.46" x2="15.56" y1="11.523" y2="8.595" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ffe994"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-edit-32 {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGo93bJbVN)%22%20d%3D%22M4.356%2020.729L19.69%205.396l6.914%206.914L11.27%2027.643l-5.579-1.336z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGIWCkBdHO)%22%20d%3D%22m4.357%2020.73l.497-.5s.275%202.396%202.397%204.518s4.517%202.397%204.517%202.397l-.497.498a3.7%203.7%200%200%201-1.841%201.002l-6.22%201.333a1%201%200%200%201-1.188-1.187l1.333-6.221a3.7%203.7%200%200%201%201.002-1.84%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGeBihyeOm)%22%20d%3D%22M21.65%203.434a4.89%204.89%200%200%201%206.915%206.914l-3.73%203.73l-6.914-6.915z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGipvmcbPb)%22%20d%3D%22m24.32%2014.593l2.83-2.83s-2.398-.278-4.517-2.397c-2.12-2.12-2.397-4.518-2.397-4.518l-2.83%202.83s.276%202.4%202.396%204.519s4.518%202.396%204.518%202.396%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGo93bJbVN%22%20x1%3D%2217.289%22%20x2%3D%2220.469%22%20y1%3D%2211.417%22%20y2%3D%2219.854%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%22SVGIWCkBdHO%22%20x1%3D%22.094%22%20x2%3D%227.473%22%20y1%3D%2223.098%22%20y2%3D%2230.333%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%22SVGeBihyeOm%22%20x1%3D%2227.449%22%20x2%3D%2223.03%22%20y1%3D%224.494%22%20y2%3D%228.717%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%22SVGipvmcbPb%22%20x1%3D%2222.46%22%20x2%3D%2215.56%22%20y1%3D%2211.523%22%20y2%3D%228.595%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGo93bJbVN)%22%20d%3D%22M4.356%2020.729L19.69%205.396l6.914%206.914L11.27%2027.643l-5.579-1.336z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGIWCkBdHO)%22%20d%3D%22m4.357%2020.73l.497-.5s.275%202.396%202.397%204.518s4.517%202.397%204.517%202.397l-.497.498a3.7%203.7%200%200%201-1.841%201.002l-6.22%201.333a1%201%200%200%201-1.188-1.187l1.333-6.221a3.7%203.7%200%200%201%201.002-1.84%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGeBihyeOm)%22%20d%3D%22M21.65%203.434a4.89%204.89%200%200%201%206.915%206.914l-3.73%203.73l-6.914-6.915z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGipvmcbPb)%22%20d%3D%22m24.32%2014.593l2.83-2.83s-2.398-.278-4.517-2.397c-2.12-2.12-2.397-4.518-2.397-4.518l-2.83%202.83s.276%202.4%202.396%204.519s4.518%202.396%204.518%202.396%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGo93bJbVN%22%20x1%3D%2217.289%22%20x2%3D%2220.469%22%20y1%3D%2211.417%22%20y2%3D%2219.854%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%22SVGIWCkBdHO%22%20x1%3D%22.094%22%20x2%3D%227.473%22%20y1%3D%2223.098%22%20y2%3D%2230.333%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%22SVGeBihyeOm%22%20x1%3D%2227.449%22%20x2%3D%2223.03%22%20y1%3D%224.494%22%20y2%3D%228.717%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%22SVGipvmcbPb%22%20x1%3D%2222.46%22%20x2%3D%2215.56%22%20y1%3D%2211.523%22%20y2%3D%228.595%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-32.svg?color=%231a73e8&size=48