text edit style character ga icon
text-edit-style-character-ga-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- text-edit-style-character-ga-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
Use the text edit style character ga icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3a1 1 0 0 1 1 1v4h2a1 1 0 1 1 0 2h-2v4.467l-2 2V4a1 1 0 0 1 1-1M4 15c-.46 0-.88-.32-.98-.79c-.12-.54.23-1.07.77-1.19c.24-.05 5.6-1.3 6.16-7.02H4c-.55 0-1-.45-1-1s.45-1 1-1h7c.55 0 1 .45 1 1c0 8.123-7.548 9.922-7.785 9.979l-.005.001C4.14 15 4.07 15 4 15m23.674-3.672a4.536 4.536 0 0 0-6.414 0l-9.42 9.42a4 4 0 0 0-1.017 1.73l-1.786 6.25a1 1 0 0 0 1.236 1.237l6.254-1.787a4 4 0 0 0 1.73-1.018l9.417-9.417a4.535 4.535 0 0 0 0-6.415"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextEditStyleCharacterGa32Filled(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="M15 3a1 1 0 0 1 1 1v4h2a1 1 0 1 1 0 2h-2v4.467l-2 2V4a1 1 0 0 1 1-1M4 15c-.46 0-.88-.32-.98-.79c-.12-.54.23-1.07.77-1.19c.24-.05 5.6-1.3 6.16-7.02H4c-.55 0-1-.45-1-1s.45-1 1-1h7c.55 0 1 .45 1 1c0 8.123-7.548 9.922-7.785 9.979l-.005.001C4.14 15 4.07 15 4 15m23.674-3.672a4.536 4.536 0 0 0-6.414 0l-9.42 9.42a4 4 0 0 0-1.017 1.73l-1.786 6.25a1 1 0 0 0 1.236 1.237l6.254-1.787a4 4 0 0 0 1.73-1.018l9.417-9.417a4.535 4.535 0 0 0 0-6.415"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3a1 1 0 0 1 1 1v4h2a1 1 0 1 1 0 2h-2v4.467l-2 2V4a1 1 0 0 1 1-1M4 15c-.46 0-.88-.32-.98-.79c-.12-.54.23-1.07.77-1.19c.24-.05 5.6-1.3 6.16-7.02H4c-.55 0-1-.45-1-1s.45-1 1-1h7c.55 0 1 .45 1 1c0 8.123-7.548 9.922-7.785 9.979l-.005.001C4.14 15 4.07 15 4 15m23.674-3.672a4.536 4.536 0 0 0-6.414 0l-9.42 9.42a4 4 0 0 0-1.017 1.73l-1.786 6.25a1 1 0 0 0 1.236 1.237l6.254-1.787a4 4 0 0 0 1.73-1.018l9.417-9.417a4.535 4.535 0 0 0 0-6.415"/></svg> </template>
CSS
.icon-text-edit-style-character-ga-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%22M15%203a1%201%200%200%201%201%201v4h2a1%201%200%201%201%200%202h-2v4.467l-2%202V4a1%201%200%200%201%201-1M4%2015c-.46%200-.88-.32-.98-.79c-.12-.54.23-1.07.77-1.19c.24-.05%205.6-1.3%206.16-7.02H4c-.55%200-1-.45-1-1s.45-1%201-1h7c.55%200%201%20.45%201%201c0%208.123-7.548%209.922-7.785%209.979l-.005.001C4.14%2015%204.07%2015%204%2015m23.674-3.672a4.536%204.536%200%200%200-6.414%200l-9.42%209.42a4%204%200%200%200-1.017%201.73l-1.786%206.25a1%201%200%200%200%201.236%201.237l6.254-1.787a4%204%200%200%200%201.73-1.018l9.417-9.417a4.535%204.535%200%200%200%200-6.415%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%22M15%203a1%201%200%200%201%201%201v4h2a1%201%200%201%201%200%202h-2v4.467l-2%202V4a1%201%200%200%201%201-1M4%2015c-.46%200-.88-.32-.98-.79c-.12-.54.23-1.07.77-1.19c.24-.05%205.6-1.3%206.16-7.02H4c-.55%200-1-.45-1-1s.45-1%201-1h7c.55%200%201%20.45%201%201c0%208.123-7.548%209.922-7.785%209.979l-.005.001C4.14%2015%204.07%2015%204%2015m23.674-3.672a4.536%204.536%200%200%200-6.414%200l-9.42%209.42a4%204%200%200%200-1.017%201.73l-1.786%206.25a1%201%200%200%200%201.236%201.237l6.254-1.787a4%204%200%200%200%201.73-1.018l9.417-9.417a4.535%204.535%200%200%200%200-6.415%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-ga-32-filled.svg?color=%231a73e8&size=48