text edit style character ga icon
text-edit-style-character-ga-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- text-edit-style-character-ga-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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="M16 4a1 1 0 1 0-2 0v12.467l2-2V10h2a1 1 0 1 0 0-2h-2zm11.674 7.328a4.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.415m-5 1.415a2.536 2.536 0 0 1 3.586 3.585l-9.418 9.418c-.24.24-.538.416-.865.509l-4.523 1.292l1.292-4.52a2 2 0 0 1 .508-.865zM3.02 14.21c.1.47.52.79.98.79c.07 0 .14 0 .21-.02l.005-.001C4.452 14.922 12 13.123 12 5c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h5.95c-.56 5.72-5.92 6.97-6.16 7.02c-.54.12-.89.65-.77 1.19"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextEditStyleCharacterGa32Regular(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="M16 4a1 1 0 1 0-2 0v12.467l2-2V10h2a1 1 0 1 0 0-2h-2zm11.674 7.328a4.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.415m-5 1.415a2.536 2.536 0 0 1 3.586 3.585l-9.418 9.418c-.24.24-.538.416-.865.509l-4.523 1.292l1.292-4.52a2 2 0 0 1 .508-.865zM3.02 14.21c.1.47.52.79.98.79c.07 0 .14 0 .21-.02l.005-.001C4.452 14.922 12 13.123 12 5c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h5.95c-.56 5.72-5.92 6.97-6.16 7.02c-.54.12-.89.65-.77 1.19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4a1 1 0 1 0-2 0v12.467l2-2V10h2a1 1 0 1 0 0-2h-2zm11.674 7.328a4.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.415m-5 1.415a2.536 2.536 0 0 1 3.586 3.585l-9.418 9.418c-.24.24-.538.416-.865.509l-4.523 1.292l1.292-4.52a2 2 0 0 1 .508-.865zM3.02 14.21c.1.47.52.79.98.79c.07 0 .14 0 .21-.02l.005-.001C4.452 14.922 12 13.123 12 5c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h5.95c-.56 5.72-5.92 6.97-6.16 7.02c-.54.12-.89.65-.77 1.19"/></svg> </template>
CSS
.icon-text-edit-style-character-ga-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204a1%201%200%201%200-2%200v12.467l2-2V10h2a1%201%200%201%200%200-2h-2zm11.674%207.328a4.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.415m-5%201.415a2.536%202.536%200%200%201%203.586%203.585l-9.418%209.418c-.24.24-.538.416-.865.509l-4.523%201.292l1.292-4.52a2%202%200%200%201%20.508-.865zM3.02%2014.21c.1.47.52.79.98.79c.07%200%20.14%200%20.21-.02l.005-.001C4.452%2014.922%2012%2013.123%2012%205c0-.55-.45-1-1-1H4c-.55%200-1%20.45-1%201s.45%201%201%201h5.95c-.56%205.72-5.92%206.97-6.16%207.02c-.54.12-.89.65-.77%201.19%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%22M16%204a1%201%200%201%200-2%200v12.467l2-2V10h2a1%201%200%201%200%200-2h-2zm11.674%207.328a4.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.415m-5%201.415a2.536%202.536%200%200%201%203.586%203.585l-9.418%209.418c-.24.24-.538.416-.865.509l-4.523%201.292l1.292-4.52a2%202%200%200%201%20.508-.865zM3.02%2014.21c.1.47.52.79.98.79c.07%200%20.14%200%20.21-.02l.005-.001C4.452%2014.922%2012%2013.123%2012%205c0-.55-.45-1-1-1H4c-.55%200-1%20.45-1%201s.45%201%201%201h5.95c-.56%205.72-5.92%206.97-6.16%207.02c-.54.12-.89.65-.77%201.19%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-regular.svg?color=%231a73e8&size=48