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

Name
text-edit-style-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.114 7.102a2.25 2.25 0 0 1-.978.573l-4.613 1.303a.75.75 0 0 1-.92-.94l1.387-4.543c.107-.354.3-.675.562-.936l7.124-7.112a3.22 3.22 0 0 1 4.554.002M8.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 FluentTextEditStyle24Filled(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.114 7.102a2.25 2.25 0 0 1-.978.573l-4.613 1.303a.75.75 0 0 1-.92-.94l1.387-4.543c.107-.354.3-.675.562-.936l7.124-7.112a3.22 3.22 0 0 1 4.554.002M8.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.114 7.102a2.25 2.25 0 0 1-.978.573l-4.613 1.303a.75.75 0 0 1-.92-.94l1.387-4.543c.107-.354.3-.675.562-.936l7.124-7.112a3.22 3.22 0 0 1 4.554.002M8.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-filled {
  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.114%207.102a2.25%202.25%200%200%201-.978.573l-4.613%201.303a.75.75%200%200%201-.92-.94l1.387-4.543c.107-.354.3-.675.562-.936l7.124-7.112a3.22%203.22%200%200%201%204.554.002M8.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.114%207.102a2.25%202.25%200%200%201-.978.573l-4.613%201.303a.75.75%200%200%201-.92-.94l1.387-4.543c.107-.354.3-.675.562-.936l7.124-7.112a3.22%203.22%200%200%201%204.554.002M8.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-filled.svg?color=%231a73e8&size=48