text-edit-style-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
text-edit-style-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the text edit style icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.063 8.445a3.22 3.22 0 0 1-.002 4.551l-7.123 7.112a2.25 2.25 0 0 1-.943.562l-4.293 1.29a1 1 0 0 1-1.24-1.264l1.362-4.228c.11-.34.3-.65.552-.903l7.133-7.121a3.22 3.22 0 0 1 4.554.002m-3.494 1.06l-7.133 7.12a.75.75 0 0 0-.184.301l-1.07 3.323l3.382-1.015a.75.75 0 0 0 .314-.188L19 11.936a1.718 1.718 0 1 0-2.431-2.432M8.15 2.37l.05.105l3.253 8.249l-1.157 1.155L9.556 10H5.443l-.995 2.52a.75.75 0 0 1-.876.454l-.098-.031a.75.75 0 0 1-.452-.876l.03-.098l3.754-9.495a.75.75 0 0 1 1.345-.104m-.648 2.422L6.036 8.5h2.928z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextEditStyle24Regular(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.063 8.445a3.22 3.22 0 0 1-.002 4.551l-7.123 7.112a2.25 2.25 0 0 1-.943.562l-4.293 1.29a1 1 0 0 1-1.24-1.264l1.362-4.228c.11-.34.3-.65.552-.903l7.133-7.121a3.22 3.22 0 0 1 4.554.002m-3.494 1.06l-7.133 7.12a.75.75 0 0 0-.184.301l-1.07 3.323l3.382-1.015a.75.75 0 0 0 .314-.188L19 11.936a1.718 1.718 0 1 0-2.431-2.432M8.15 2.37l.05.105l3.253 8.249l-1.157 1.155L9.556 10H5.443l-.995 2.52a.75.75 0 0 1-.876.454l-.098-.031a.75.75 0 0 1-.452-.876l.03-.098l3.754-9.495a.75.75 0 0 1 1.345-.104m-.648 2.422L6.036 8.5h2.928z"/></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.063 8.445a3.22 3.22 0 0 1-.002 4.551l-7.123 7.112a2.25 2.25 0 0 1-.943.562l-4.293 1.29a1 1 0 0 1-1.24-1.264l1.362-4.228c.11-.34.3-.65.552-.903l7.133-7.121a3.22 3.22 0 0 1 4.554.002m-3.494 1.06l-7.133 7.12a.75.75 0 0 0-.184.301l-1.07 3.323l3.382-1.015a.75.75 0 0 0 .314-.188L19 11.936a1.718 1.718 0 1 0-2.431-2.432M8.15 2.37l.05.105l3.253 8.249l-1.157 1.155L9.556 10H5.443l-.995 2.52a.75.75 0 0 1-.876.454l-.098-.031a.75.75 0 0 1-.452-.876l.03-.098l3.754-9.495a.75.75 0 0 1 1.345-.104m-.648 2.422L6.036 8.5h2.928z"/></svg>
</template>

CSS

.icon-text-edit-style-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.063%208.445a3.22%203.22%200%200%201-.002%204.551l-7.123%207.112a2.25%202.25%200%200%201-.943.562l-4.293%201.29a1%201%200%200%201-1.24-1.264l1.362-4.228c.11-.34.3-.65.552-.903l7.133-7.121a3.22%203.22%200%200%201%204.554.002m-3.494%201.06l-7.133%207.12a.75.75%200%200%200-.184.301l-1.07%203.323l3.382-1.015a.75.75%200%200%200%20.314-.188L19%2011.936a1.718%201.718%200%201%200-2.431-2.432M8.15%202.37l.05.105l3.253%208.249l-1.157%201.155L9.556%2010H5.443l-.995%202.52a.75.75%200%200%201-.876.454l-.098-.031a.75.75%200%200%201-.452-.876l.03-.098l3.754-9.495a.75.75%200%200%201%201.345-.104m-.648%202.422L6.036%208.5h2.928z%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.063%208.445a3.22%203.22%200%200%201-.002%204.551l-7.123%207.112a2.25%202.25%200%200%201-.943.562l-4.293%201.29a1%201%200%200%201-1.24-1.264l1.362-4.228c.11-.34.3-.65.552-.903l7.133-7.121a3.22%203.22%200%200%201%204.554.002m-3.494%201.06l-7.133%207.12a.75.75%200%200%200-.184.301l-1.07%203.323l3.382-1.015a.75.75%200%200%200%20.314-.188L19%2011.936a1.718%201.718%200%201%200-2.431-2.432M8.15%202.37l.05.105l3.253%208.249l-1.157%201.155L9.556%2010H5.443l-.995%202.52a.75.75%200%200%201-.876.454l-.098-.031a.75.75%200%200%201-.452-.876l.03-.098l3.754-9.495a.75.75%200%200%201%201.345-.104m-.648%202.422L6.036%208.5h2.928z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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