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

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

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.117 5.178L4.265 21.031a3.5 3.5 0 0 0-.947 1.739l-1.295 6.017a1 1 0 0 0 1.188 1.188l6.032-1.3a3.5 3.5 0 0 0 1.738-.946l17.633-17.633a4.743 4.743 0 0 0-6.707-6.707l-1.729 1.728zm2.497-1.082a3.743 3.743 0 0 1 5.293 5.293l-1.405 1.405l-5.293-5.293zM20.5 6.208l5.293 5.293l-15.52 15.52a2.5 2.5 0 0 1-1.242.677L3 28.998l1.294-6.018a2.5 2.5 0 0 1 .677-1.242z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEdit32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.117 5.178L4.265 21.031a3.5 3.5 0 0 0-.947 1.739l-1.295 6.017a1 1 0 0 0 1.188 1.188l6.032-1.3a3.5 3.5 0 0 0 1.738-.946l17.633-17.633a4.743 4.743 0 0 0-6.707-6.707l-1.729 1.728zm2.497-1.082a3.743 3.743 0 0 1 5.293 5.293l-1.405 1.405l-5.293-5.293zM20.5 6.208l5.293 5.293l-15.52 15.52a2.5 2.5 0 0 1-1.242.677L3 28.998l1.294-6.018a2.5 2.5 0 0 1 .677-1.242z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.117 5.178L4.265 21.031a3.5 3.5 0 0 0-.947 1.739l-1.295 6.017a1 1 0 0 0 1.188 1.188l6.032-1.3a3.5 3.5 0 0 0 1.738-.946l17.633-17.633a4.743 4.743 0 0 0-6.707-6.707l-1.729 1.728zm2.497-1.082a3.743 3.743 0 0 1 5.293 5.293l-1.405 1.405l-5.293-5.293zM20.5 6.208l5.293 5.293l-15.52 15.52a2.5 2.5 0 0 1-1.242.677L3 28.998l1.294-6.018a2.5 2.5 0 0 1 .677-1.242z"/></svg>
</template>

CSS

.icon-edit-32-light {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.117%205.178L4.265%2021.031a3.5%203.5%200%200%200-.947%201.739l-1.295%206.017a1%201%200%200%200%201.188%201.188l6.032-1.3a3.5%203.5%200%200%200%201.738-.946l17.633-17.633a4.743%204.743%200%200%200-6.707-6.707l-1.729%201.728zm2.497-1.082a3.743%203.743%200%200%201%205.293%205.293l-1.405%201.405l-5.293-5.293zM20.5%206.208l5.293%205.293l-15.52%2015.52a2.5%202.5%200%200%201-1.242.677L3%2028.998l1.294-6.018a2.5%202.5%200%200%201%20.677-1.242z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.117%205.178L4.265%2021.031a3.5%203.5%200%200%200-.947%201.739l-1.295%206.017a1%201%200%200%200%201.188%201.188l6.032-1.3a3.5%203.5%200%200%200%201.738-.946l17.633-17.633a4.743%204.743%200%200%200-6.707-6.707l-1.729%201.728zm2.497-1.082a3.743%203.743%200%200%201%205.293%205.293l-1.405%201.405l-5.293-5.293zM20.5%206.208l5.293%205.293l-15.52%2015.52a2.5%202.5%200%200%201-1.242.677L3%2028.998l1.294-6.018a2.5%202.5%200%200%201%20.677-1.242z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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