text effects ga icon
text-effects-ga-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- text-effects-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 effects 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="M17 2.5A2.5 2.5 0 0 1 19.5 5v2.5a2.5 2.5 0 0 1 0 5V18a2.5 2.5 0 0 1-5 0V5A2.5 2.5 0 0 1 17 2.5zM18 18v-7h1.5a1 1 0 1 0 0-2H18V5a1 1 0 1 0-2 0v13a1 1 0 1 0 2 0zM2.5 8A2.5 2.5 0 0 1 5 5.5h6A2.5 2.5 0 0 1 13.5 8c0 1.837-.333 4.314-1.521 6.426C10.709 16.685 8.44 18.5 5 18.5a2.5 2.5 0 0 1 0-5c.74 0 1.25-.174 1.624-.411c.383-.243.712-.609.997-1.115c.243-.431.433-.934.573-1.474H5A2.5 2.5 0 0 1 2.5 8zm7.236 2.5c-.17.779-.432 1.542-.808 2.21C8.177 14.045 6.984 15 5 15a1 1 0 1 0 0 2c2.816 0 4.623-1.445 5.672-3.31C11.687 11.886 12 9.695 12 8a1 1 0 0 0-1-1H5a1 1 0 0 0 0 2h4.959c-.041.493-.113 1-.223 1.5z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentTextEffectsGa24Regular(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="M17 2.5A2.5 2.5 0 0 1 19.5 5v2.5a2.5 2.5 0 0 1 0 5V18a2.5 2.5 0 0 1-5 0V5A2.5 2.5 0 0 1 17 2.5zM18 18v-7h1.5a1 1 0 1 0 0-2H18V5a1 1 0 1 0-2 0v13a1 1 0 1 0 2 0zM2.5 8A2.5 2.5 0 0 1 5 5.5h6A2.5 2.5 0 0 1 13.5 8c0 1.837-.333 4.314-1.521 6.426C10.709 16.685 8.44 18.5 5 18.5a2.5 2.5 0 0 1 0-5c.74 0 1.25-.174 1.624-.411c.383-.243.712-.609.997-1.115c.243-.431.433-.934.573-1.474H5A2.5 2.5 0 0 1 2.5 8zm7.236 2.5c-.17.779-.432 1.542-.808 2.21C8.177 14.045 6.984 15 5 15a1 1 0 1 0 0 2c2.816 0 4.623-1.445 5.672-3.31C11.687 11.886 12 9.695 12 8a1 1 0 0 0-1-1H5a1 1 0 0 0 0 2h4.959c-.041.493-.113 1-.223 1.5z" 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="M17 2.5A2.5 2.5 0 0 1 19.5 5v2.5a2.5 2.5 0 0 1 0 5V18a2.5 2.5 0 0 1-5 0V5A2.5 2.5 0 0 1 17 2.5zM18 18v-7h1.5a1 1 0 1 0 0-2H18V5a1 1 0 1 0-2 0v13a1 1 0 1 0 2 0zM2.5 8A2.5 2.5 0 0 1 5 5.5h6A2.5 2.5 0 0 1 13.5 8c0 1.837-.333 4.314-1.521 6.426C10.709 16.685 8.44 18.5 5 18.5a2.5 2.5 0 0 1 0-5c.74 0 1.25-.174 1.624-.411c.383-.243.712-.609.997-1.115c.243-.431.433-.934.573-1.474H5A2.5 2.5 0 0 1 2.5 8zm7.236 2.5c-.17.779-.432 1.542-.808 2.21C8.177 14.045 6.984 15 5 15a1 1 0 1 0 0 2c2.816 0 4.623-1.445 5.672-3.31C11.687 11.886 12 9.695 12 8a1 1 0 0 0-1-1H5a1 1 0 0 0 0 2h4.959c-.041.493-.113 1-.223 1.5z" fill="currentColor"/></g></svg> </template>
CSS
.icon-text-effects-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%22M17%202.5A2.5%202.5%200%200%201%2019.5%205v2.5a2.5%202.5%200%200%201%200%205V18a2.5%202.5%200%200%201-5%200V5A2.5%202.5%200%200%201%2017%202.5zM18%2018v-7h1.5a1%201%200%201%200%200-2H18V5a1%201%200%201%200-2%200v13a1%201%200%201%200%202%200zM2.5%208A2.5%202.5%200%200%201%205%205.5h6A2.5%202.5%200%200%201%2013.5%208c0%201.837-.333%204.314-1.521%206.426C10.709%2016.685%208.44%2018.5%205%2018.5a2.5%202.5%200%200%201%200-5c.74%200%201.25-.174%201.624-.411c.383-.243.712-.609.997-1.115c.243-.431.433-.934.573-1.474H5A2.5%202.5%200%200%201%202.5%208zm7.236%202.5c-.17.779-.432%201.542-.808%202.21C8.177%2014.045%206.984%2015%205%2015a1%201%200%201%200%200%202c2.816%200%204.623-1.445%205.672-3.31C11.687%2011.886%2012%209.695%2012%208a1%201%200%200%200-1-1H5a1%201%200%200%200%200%202h4.959c-.041.493-.113%201-.223%201.5z%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%22M17%202.5A2.5%202.5%200%200%201%2019.5%205v2.5a2.5%202.5%200%200%201%200%205V18a2.5%202.5%200%200%201-5%200V5A2.5%202.5%200%200%201%2017%202.5zM18%2018v-7h1.5a1%201%200%201%200%200-2H18V5a1%201%200%201%200-2%200v13a1%201%200%201%200%202%200zM2.5%208A2.5%202.5%200%200%201%205%205.5h6A2.5%202.5%200%200%201%2013.5%208c0%201.837-.333%204.314-1.521%206.426C10.709%2016.685%208.44%2018.5%205%2018.5a2.5%202.5%200%200%201%200-5c.74%200%201.25-.174%201.624-.411c.383-.243.712-.609.997-1.115c.243-.431.433-.934.573-1.474H5A2.5%202.5%200%200%201%202.5%208zm7.236%202.5c-.17.779-.432%201.542-.808%202.21C8.177%2014.045%206.984%2015%205%2015a1%201%200%201%200%200%202c2.816%200%204.623-1.445%205.672-3.31C11.687%2011.886%2012%209.695%2012%208a1%201%200%200%200-1-1H5a1%201%200%200%200%200%202h4.959c-.041.493-.113%201-.223%201.5z%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-effects-ga-24-regular.svg?color=%231a73e8&size=48