text edit style ga icon
text-edit-style-ga-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- text-edit-style-ga-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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.174l4.009-4.001a3.22 3.22 0 0 1 4.553.002a3.218 3.218 0 0 1-.001 4.551l-7.123 7.112a2.25 2.25 0 0 1-.943.562L7.702 21.96a1 1 0 0 1-1.24-1.264l1.362-4.229c.11-.34.299-.65.552-.902l1.949-1.946zm-.89 3.007a.75.75 0 0 0-.183.301l-1.07 3.323l3.382-1.015a.75.75 0 0 0 .314-.188L19 11.936a1.718 1.718 0 1 0-2.431-2.432l-7.133 7.121zM2 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 FluentTextEditStyleGa24Regular(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.174l4.009-4.001a3.22 3.22 0 0 1 4.553.002a3.218 3.218 0 0 1-.001 4.551l-7.123 7.112a2.25 2.25 0 0 1-.943.562L7.702 21.96a1 1 0 0 1-1.24-1.264l1.362-4.229c.11-.34.299-.65.552-.902l1.949-1.946zm-.89 3.007a.75.75 0 0 0-.183.301l-1.07 3.323l3.382-1.015a.75.75 0 0 0 .314-.188L19 11.936a1.718 1.718 0 1 0-2.431-2.432l-7.133 7.121zM2 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.174l4.009-4.001a3.22 3.22 0 0 1 4.553.002a3.218 3.218 0 0 1-.001 4.551l-7.123 7.112a2.25 2.25 0 0 1-.943.562L7.702 21.96a1 1 0 0 1-1.24-1.264l1.362-4.229c.11-.34.299-.65.552-.902l1.949-1.946zm-.89 3.007a.75.75 0 0 0-.183.301l-1.07 3.323l3.382-1.015a.75.75 0 0 0 .314-.188L19 11.936a1.718 1.718 0 1 0-2.431-2.432l-7.133 7.121zM2 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-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%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.174l4.009-4.001a3.22%203.22%200%200%201%204.553.002a3.218%203.218%200%200%201-.001%204.551l-7.123%207.112a2.25%202.25%200%200%201-.943.562L7.702%2021.96a1%201%200%200%201-1.24-1.264l1.362-4.229c.11-.34.299-.65.552-.902l1.949-1.946zm-.89%203.007a.75.75%200%200%200-.183.301l-1.07%203.323l3.382-1.015a.75.75%200%200%200%20.314-.188L19%2011.936a1.718%201.718%200%201%200-2.431-2.432l-7.133%207.121zM2%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.174l4.009-4.001a3.22%203.22%200%200%201%204.553.002a3.218%203.218%200%200%201-.001%204.551l-7.123%207.112a2.25%202.25%200%200%201-.943.562L7.702%2021.96a1%201%200%200%201-1.24-1.264l1.362-4.229c.11-.34.299-.65.552-.902l1.949-1.946zm-.89%203.007a.75.75%200%200%200-.183.301l-1.07%203.323l3.382-1.015a.75.75%200%200%200%20.314-.188L19%2011.936a1.718%201.718%200%201%200-2.431-2.432l-7.133%207.121zM2%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-regular.svg?color=%231a73e8&size=48