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

Name
text-edit-style-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M21.26 11.328a4.536 4.536 0 0 1 6.414 6.414l-9.417 9.418c-.48.48-1.076.831-1.73 1.018l-6.255 1.787a1 1 0 0 1-1.235-1.236l1.785-6.251a4 4 0 0 1 1.019-1.73zM9.5 2a1 1 0 0 1 .92.61l5.187 12.258l-1.526 1.527l-.002-.005L12.645 13h-6.29l-1.434 3.39a1 1 0 0 1-1.842-.78l5.5-13A1 1 0 0 1 9.5 2m-2.299 9H11.8L9.5 5.566z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextEditStyle32Filled(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="M21.26 11.328a4.536 4.536 0 0 1 6.414 6.414l-9.417 9.418c-.48.48-1.076.831-1.73 1.018l-6.255 1.787a1 1 0 0 1-1.235-1.236l1.785-6.251a4 4 0 0 1 1.019-1.73zM9.5 2a1 1 0 0 1 .92.61l5.187 12.258l-1.526 1.527l-.002-.005L12.645 13h-6.29l-1.434 3.39a1 1 0 0 1-1.842-.78l5.5-13A1 1 0 0 1 9.5 2m-2.299 9H11.8L9.5 5.566z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.26 11.328a4.536 4.536 0 0 1 6.414 6.414l-9.417 9.418c-.48.48-1.076.831-1.73 1.018l-6.255 1.787a1 1 0 0 1-1.235-1.236l1.785-6.251a4 4 0 0 1 1.019-1.73zM9.5 2a1 1 0 0 1 .92.61l5.187 12.258l-1.526 1.527l-.002-.005L12.645 13h-6.29l-1.434 3.39a1 1 0 0 1-1.842-.78l5.5-13A1 1 0 0 1 9.5 2m-2.299 9H11.8L9.5 5.566z"/></svg>
</template>

CSS

.icon-text-edit-style-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.26%2011.328a4.536%204.536%200%200%201%206.414%206.414l-9.417%209.418c-.48.48-1.076.831-1.73%201.018l-6.255%201.787a1%201%200%200%201-1.235-1.236l1.785-6.251a4%204%200%200%201%201.019-1.73zM9.5%202a1%201%200%200%201%20.92.61l5.187%2012.258l-1.526%201.527l-.002-.005L12.645%2013h-6.29l-1.434%203.39a1%201%200%200%201-1.842-.78l5.5-13A1%201%200%200%201%209.5%202m-2.299%209H11.8L9.5%205.566z%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%22M21.26%2011.328a4.536%204.536%200%200%201%206.414%206.414l-9.417%209.418c-.48.48-1.076.831-1.73%201.018l-6.255%201.787a1%201%200%200%201-1.235-1.236l1.785-6.251a4%204%200%200%201%201.019-1.73zM9.5%202a1%201%200%200%201%20.92.61l5.187%2012.258l-1.526%201.527l-.002-.005L12.645%2013h-6.29l-1.434%203.39a1%201%200%200%201-1.842-.78l5.5-13A1%201%200%200%201%209.5%202m-2.299%209H11.8L9.5%205.566z%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-32-filled.svg?color=%231a73e8&size=48