text edit style character a icon

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

Name
text-edit-style-character-a-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text edit style character a icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.068 9a3.932 3.932 0 0 1 2.78 6.712l-7.762 7.763a3.75 3.75 0 0 1-1.64.96l-5.494 1.538a.75.75 0 0 1-.925-.925l1.538-5.493a3.75 3.75 0 0 1 .96-1.64l7.763-7.764A3.93 3.93 0 0 1 21.068 9M8.5 2a.75.75 0 0 1 .693.464l4.493 10.875l-1.15 1.15l-1.233-2.989H5.697l-1.254 3.036a.75.75 0 0 1-1.386-.572l4.75-11.5A.75.75 0 0 1 8.5 2m-2.183 8h4.366L8.5 4.714z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextEditStyleCharacterA28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.068 9a3.932 3.932 0 0 1 2.78 6.712l-7.762 7.763a3.75 3.75 0 0 1-1.64.96l-5.494 1.538a.75.75 0 0 1-.925-.925l1.538-5.493a3.75 3.75 0 0 1 .96-1.64l7.763-7.764A3.93 3.93 0 0 1 21.068 9M8.5 2a.75.75 0 0 1 .693.464l4.493 10.875l-1.15 1.15l-1.233-2.989H5.697l-1.254 3.036a.75.75 0 0 1-1.386-.572l4.75-11.5A.75.75 0 0 1 8.5 2m-2.183 8h4.366L8.5 4.714z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M21.068 9a3.932 3.932 0 0 1 2.78 6.712l-7.762 7.763a3.75 3.75 0 0 1-1.64.96l-5.494 1.538a.75.75 0 0 1-.925-.925l1.538-5.493a3.75 3.75 0 0 1 .96-1.64l7.763-7.764A3.93 3.93 0 0 1 21.068 9M8.5 2a.75.75 0 0 1 .693.464l4.493 10.875l-1.15 1.15l-1.233-2.989H5.697l-1.254 3.036a.75.75 0 0 1-1.386-.572l4.75-11.5A.75.75 0 0 1 8.5 2m-2.183 8h4.366L8.5 4.714z"/></svg>
</template>

CSS

.icon-text-edit-style-character-a-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.068%209a3.932%203.932%200%200%201%202.78%206.712l-7.762%207.763a3.75%203.75%200%200%201-1.64.96l-5.494%201.538a.75.75%200%200%201-.925-.925l1.538-5.493a3.75%203.75%200%200%201%20.96-1.64l7.763-7.764A3.93%203.93%200%200%201%2021.068%209M8.5%202a.75.75%200%200%201%20.693.464l4.493%2010.875l-1.15%201.15l-1.233-2.989H5.697l-1.254%203.036a.75.75%200%200%201-1.386-.572l4.75-11.5A.75.75%200%200%201%208.5%202m-2.183%208h4.366L8.5%204.714z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.068%209a3.932%203.932%200%200%201%202.78%206.712l-7.762%207.763a3.75%203.75%200%200%201-1.64.96l-5.494%201.538a.75.75%200%200%201-.925-.925l1.538-5.493a3.75%203.75%200%200%201%20.96-1.64l7.763-7.764A3.93%203.93%200%200%201%2021.068%209M8.5%202a.75.75%200%200%201%20.693.464l4.493%2010.875l-1.15%201.15l-1.233-2.989H5.697l-1.254%203.036a.75.75%200%200%201-1.386-.572l4.75-11.5A.75.75%200%200%201%208.5%202m-2.183%208h4.366L8.5%204.714z%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-character-a-28-filled.svg?color=%231a73e8&size=48