text edit style character ga icon
text-edit-style-character-ga-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- text-edit-style-character-ga-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M21.069 9a3.932 3.932 0 0 1 2.78 6.712l-7.763 7.763a3.75 3.75 0 0 1-1.64.96l-5.493 1.538a.75.75 0 0 1-.925-.925l1.538-5.493a3.73 3.73 0 0 1 .96-1.64l7.762-7.764A3.93 3.93 0 0 1 21.069 9m0 1.5c-.645 0-1.264.256-1.72.712l-7.763 7.763a2.25 2.25 0 0 0-.575.984l-1.179 4.208l4.21-1.178c.371-.104.71-.302.984-.575l7.762-7.763a2.434 2.434 0 0 0-1.72-4.151M13.25 3a.75.75 0 0 1 .75.75V7.5h1.75a.75.75 0 0 1 0 1.5H14v4.025l-1.5 1.5V3.75a.75.75 0 0 1 .75-.75m-3.5 1a.75.75 0 0 1 .75.718v.004c.005.027.001.06.001.088q0 .078-.003.215a8 8 0 0 1-.063.748a9 9 0 0 1-.652 2.37c-.798 1.836-2.462 3.886-5.83 4.83a.751.751 0 0 1-.405-1.446c2.881-.806 4.217-2.507 4.858-3.982a7.4 7.4 0 0 0 .543-1.967l.007-.078H3.75a.75.75 0 0 1 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextEditStyleCharacterGa28Regular(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.069 9a3.932 3.932 0 0 1 2.78 6.712l-7.763 7.763a3.75 3.75 0 0 1-1.64.96l-5.493 1.538a.75.75 0 0 1-.925-.925l1.538-5.493a3.73 3.73 0 0 1 .96-1.64l7.762-7.764A3.93 3.93 0 0 1 21.069 9m0 1.5c-.645 0-1.264.256-1.72.712l-7.763 7.763a2.25 2.25 0 0 0-.575.984l-1.179 4.208l4.21-1.178c.371-.104.71-.302.984-.575l7.762-7.763a2.434 2.434 0 0 0-1.72-4.151M13.25 3a.75.75 0 0 1 .75.75V7.5h1.75a.75.75 0 0 1 0 1.5H14v4.025l-1.5 1.5V3.75a.75.75 0 0 1 .75-.75m-3.5 1a.75.75 0 0 1 .75.718v.004c.005.027.001.06.001.088q0 .078-.003.215a8 8 0 0 1-.063.748a9 9 0 0 1-.652 2.37c-.798 1.836-2.462 3.886-5.83 4.83a.751.751 0 0 1-.405-1.446c2.881-.806 4.217-2.507 4.858-3.982a7.4 7.4 0 0 0 .543-1.967l.007-.078H3.75a.75.75 0 0 1 0-1.5z"/></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.069 9a3.932 3.932 0 0 1 2.78 6.712l-7.763 7.763a3.75 3.75 0 0 1-1.64.96l-5.493 1.538a.75.75 0 0 1-.925-.925l1.538-5.493a3.73 3.73 0 0 1 .96-1.64l7.762-7.764A3.93 3.93 0 0 1 21.069 9m0 1.5c-.645 0-1.264.256-1.72.712l-7.763 7.763a2.25 2.25 0 0 0-.575.984l-1.179 4.208l4.21-1.178c.371-.104.71-.302.984-.575l7.762-7.763a2.434 2.434 0 0 0-1.72-4.151M13.25 3a.75.75 0 0 1 .75.75V7.5h1.75a.75.75 0 0 1 0 1.5H14v4.025l-1.5 1.5V3.75a.75.75 0 0 1 .75-.75m-3.5 1a.75.75 0 0 1 .75.718v.004c.005.027.001.06.001.088q0 .078-.003.215a8 8 0 0 1-.063.748a9 9 0 0 1-.652 2.37c-.798 1.836-2.462 3.886-5.83 4.83a.751.751 0 0 1-.405-1.446c2.881-.806 4.217-2.507 4.858-3.982a7.4 7.4 0 0 0 .543-1.967l.007-.078H3.75a.75.75 0 0 1 0-1.5z"/></svg> </template>
CSS
.icon-text-edit-style-character-ga-28-regular {
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.069%209a3.932%203.932%200%200%201%202.78%206.712l-7.763%207.763a3.75%203.75%200%200%201-1.64.96l-5.493%201.538a.75.75%200%200%201-.925-.925l1.538-5.493a3.73%203.73%200%200%201%20.96-1.64l7.762-7.764A3.93%203.93%200%200%201%2021.069%209m0%201.5c-.645%200-1.264.256-1.72.712l-7.763%207.763a2.25%202.25%200%200%200-.575.984l-1.179%204.208l4.21-1.178c.371-.104.71-.302.984-.575l7.762-7.763a2.434%202.434%200%200%200-1.72-4.151M13.25%203a.75.75%200%200%201%20.75.75V7.5h1.75a.75.75%200%200%201%200%201.5H14v4.025l-1.5%201.5V3.75a.75.75%200%200%201%20.75-.75m-3.5%201a.75.75%200%200%201%20.75.718v.004c.005.027.001.06.001.088q0%20.078-.003.215a8%208%200%200%201-.063.748a9%209%200%200%201-.652%202.37c-.798%201.836-2.462%203.886-5.83%204.83a.751.751%200%200%201-.405-1.446c2.881-.806%204.217-2.507%204.858-3.982a7.4%207.4%200%200%200%20.543-1.967l.007-.078H3.75a.75.75%200%200%201%200-1.5z%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.069%209a3.932%203.932%200%200%201%202.78%206.712l-7.763%207.763a3.75%203.75%200%200%201-1.64.96l-5.493%201.538a.75.75%200%200%201-.925-.925l1.538-5.493a3.73%203.73%200%200%201%20.96-1.64l7.762-7.764A3.93%203.93%200%200%201%2021.069%209m0%201.5c-.645%200-1.264.256-1.72.712l-7.763%207.763a2.25%202.25%200%200%200-.575.984l-1.179%204.208l4.21-1.178c.371-.104.71-.302.984-.575l7.762-7.763a2.434%202.434%200%200%200-1.72-4.151M13.25%203a.75.75%200%200%201%20.75.75V7.5h1.75a.75.75%200%200%201%200%201.5H14v4.025l-1.5%201.5V3.75a.75.75%200%200%201%20.75-.75m-3.5%201a.75.75%200%200%201%20.75.718v.004c.005.027.001.06.001.088q0%20.078-.003.215a8%208%200%200%201-.063.748a9%209%200%200%201-.652%202.37c-.798%201.836-2.462%203.886-5.83%204.83a.751.751%200%200%201-.405-1.446c2.881-.806%204.217-2.507%204.858-3.982a7.4%207.4%200%200%200%20.543-1.967l.007-.078H3.75a.75.75%200%200%201%200-1.5z%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-28-regular.svg?color=%231a73e8&size=48