text edit style ga icon
text-edit-style-ga-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- text-edit-style-ga-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant 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 ga icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M10.75 2.5a.75.75 0 0 1 .75.75V6.5H13A.75.75 0 0 1 13 8h-1.5v3.03L10 12.529V3.25a.75.75 0 0 1 .75-.75zm-.425 11.118l1.175-1.174v.001l4.01-4.002a3.22 3.22 0 0 1 4.553.002a3.218 3.218 0 0 1-.002 4.551l-7.114 7.102a2.25 2.25 0 0 1-.978.573l-4.613 1.303a.75.75 0 0 1-.92-.94l1.387-4.543c.107-.354.3-.675.562-.936l1.94-1.937zM2 4.25a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 .747.682c.194 2.135-1.141 5.97-5.531 7.286a.75.75 0 1 1-.431-1.436C5.667 9.092 6.833 6.634 6.995 5H2.75A.75.75 0 0 1 2 4.25z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentTextEditStyleGa24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M10.75 2.5a.75.75 0 0 1 .75.75V6.5H13A.75.75 0 0 1 13 8h-1.5v3.03L10 12.529V3.25a.75.75 0 0 1 .75-.75zm-.425 11.118l1.175-1.174v.001l4.01-4.002a3.22 3.22 0 0 1 4.553.002a3.218 3.218 0 0 1-.002 4.551l-7.114 7.102a2.25 2.25 0 0 1-.978.573l-4.613 1.303a.75.75 0 0 1-.92-.94l1.387-4.543c.107-.354.3-.675.562-.936l1.94-1.937zM2 4.25a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 .747.682c.194 2.135-1.141 5.97-5.531 7.286a.75.75 0 1 1-.431-1.436C5.667 9.092 6.833 6.634 6.995 5H2.75A.75.75 0 0 1 2 4.25z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M10.75 2.5a.75.75 0 0 1 .75.75V6.5H13A.75.75 0 0 1 13 8h-1.5v3.03L10 12.529V3.25a.75.75 0 0 1 .75-.75zm-.425 11.118l1.175-1.174v.001l4.01-4.002a3.22 3.22 0 0 1 4.553.002a3.218 3.218 0 0 1-.002 4.551l-7.114 7.102a2.25 2.25 0 0 1-.978.573l-4.613 1.303a.75.75 0 0 1-.92-.94l1.387-4.543c.107-.354.3-.675.562-.936l1.94-1.937zM2 4.25a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 .747.682c.194 2.135-1.141 5.97-5.531 7.286a.75.75 0 1 1-.431-1.436C5.667 9.092 6.833 6.634 6.995 5H2.75A.75.75 0 0 1 2 4.25z" fill="currentColor"/></g></svg> </template>
CSS
.icon-text-edit-style-ga-24-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10.75%202.5a.75.75%200%200%201%20.75.75V6.5H13A.75.75%200%200%201%2013%208h-1.5v3.03L10%2012.529V3.25a.75.75%200%200%201%20.75-.75zm-.425%2011.118l1.175-1.174v.001l4.01-4.002a3.22%203.22%200%200%201%204.553.002a3.218%203.218%200%200%201-.002%204.551l-7.114%207.102a2.25%202.25%200%200%201-.978.573l-4.613%201.303a.75.75%200%200%201-.92-.94l1.387-4.543c.107-.354.3-.675.562-.936l1.94-1.937zM2%204.25a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%20.747.682c.194%202.135-1.141%205.97-5.531%207.286a.75.75%200%201%201-.431-1.436C5.667%209.092%206.833%206.634%206.995%205H2.75A.75.75%200%200%201%202%204.25z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10.75%202.5a.75.75%200%200%201%20.75.75V6.5H13A.75.75%200%200%201%2013%208h-1.5v3.03L10%2012.529V3.25a.75.75%200%200%201%20.75-.75zm-.425%2011.118l1.175-1.174v.001l4.01-4.002a3.22%203.22%200%200%201%204.553.002a3.218%203.218%200%200%201-.002%204.551l-7.114%207.102a2.25%202.25%200%200%201-.978.573l-4.613%201.303a.75.75%200%200%201-.92-.94l1.387-4.543c.107-.354.3-.675.562-.936l1.94-1.937zM2%204.25a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%20.747.682c.194%202.135-1.141%205.97-5.531%207.286a.75.75%200%201%201-.431-1.436C5.667%209.092%206.833%206.634%206.995%205H2.75A.75.75%200%200%201%202%204.25z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-edit-style-ga-24-filled.svg?color=%231a73e8&size=48