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

Name
text-edit-style-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M5.471 2.332a.5.5 0 0 0-.942 0l-2.5 7a.5.5 0 1 0 .942.336L3.924 7h2.152l.475 1.328l.782-.782zm-.47 1.655L5.718 6H4.281zm5.73 1.575a1.914 1.914 0 1 1 2.708 2.707l-4.657 4.657a2.5 2.5 0 0 1-1.278.683l-1.906.382a.5.5 0 0 1-.588-.589l.381-1.906a2.5 2.5 0 0 1 .684-1.277z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextEditStyle16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.471 2.332a.5.5 0 0 0-.942 0l-2.5 7a.5.5 0 1 0 .942.336L3.924 7h2.152l.475 1.328l.782-.782zm-.47 1.655L5.718 6H4.281zm5.73 1.575a1.914 1.914 0 1 1 2.708 2.707l-4.657 4.657a2.5 2.5 0 0 1-1.278.683l-1.906.382a.5.5 0 0 1-.588-.589l.381-1.906a2.5 2.5 0 0 1 .684-1.277z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.471 2.332a.5.5 0 0 0-.942 0l-2.5 7a.5.5 0 1 0 .942.336L3.924 7h2.152l.475 1.328l.782-.782zm-.47 1.655L5.718 6H4.281zm5.73 1.575a1.914 1.914 0 1 1 2.708 2.707l-4.657 4.657a2.5 2.5 0 0 1-1.278.683l-1.906.382a.5.5 0 0 1-.588-.589l.381-1.906a2.5 2.5 0 0 1 .684-1.277z"/></svg>
</template>

CSS

.icon-text-edit-style-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.471%202.332a.5.5%200%200%200-.942%200l-2.5%207a.5.5%200%201%200%20.942.336L3.924%207h2.152l.475%201.328l.782-.782zm-.47%201.655L5.718%206H4.281zm5.73%201.575a1.914%201.914%200%201%201%202.708%202.707l-4.657%204.657a2.5%202.5%200%200%201-1.278.683l-1.906.382a.5.5%200%200%201-.588-.589l.381-1.906a2.5%202.5%200%200%201%20.684-1.277z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.471%202.332a.5.5%200%200%200-.942%200l-2.5%207a.5.5%200%201%200%20.942.336L3.924%207h2.152l.475%201.328l.782-.782zm-.47%201.655L5.718%206H4.281zm5.73%201.575a1.914%201.914%200%201%201%202.708%202.707l-4.657%204.657a2.5%202.5%200%200%201-1.278.683l-1.906.382a.5.5%200%200%201-.588-.589l.381-1.906a2.5%202.5%200%200%201%20.684-1.277z%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-16-filled.svg?color=%231a73e8&size=48