text grammar wand icon
text-grammar-wand-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- text-grammar-wand-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 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 grammar wand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.5 5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h6.883a1.5 1.5 0 0 1-.373-.99V11zm0 3h6.377l-1 1H2.5a.5.5 0 0 1 0-1M14 7a.5.5 0 0 1 .496.439l.098.791a2.5 2.5 0 0 0 2.176 2.176l.791.098a.5.5 0 0 1 0 .992l-.791.098a2.5 2.5 0 0 0-2.176 2.176l-.098.791a.5.5 0 0 1-.992 0l-.098-.791a2.5 2.5 0 0 0-2.176-2.176l-.791-.098a.5.5 0 0 1 0-.992l.791-.098a2.5 2.5 0 0 0 2.176-2.176l.098-.791A.5.5 0 0 1 14 7m0 2.597A3.5 3.5 0 0 1 12.597 11c.593.322 1.08.81 1.403 1.403c.322-.593.81-1.08 1.403-1.403A3.5 3.5 0 0 1 14 9.597m-2.147 3.55a.5.5 0 0 1 0 .707l-4 3.996a.5.5 0 0 1-.706-.707l3.999-3.997a.5.5 0 0 1 .707 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextGrammarWand20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.5 5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h6.883a1.5 1.5 0 0 1-.373-.99V11zm0 3h6.377l-1 1H2.5a.5.5 0 0 1 0-1M14 7a.5.5 0 0 1 .496.439l.098.791a2.5 2.5 0 0 0 2.176 2.176l.791.098a.5.5 0 0 1 0 .992l-.791.098a2.5 2.5 0 0 0-2.176 2.176l-.098.791a.5.5 0 0 1-.992 0l-.098-.791a2.5 2.5 0 0 0-2.176-2.176l-.791-.098a.5.5 0 0 1 0-.992l.791-.098a2.5 2.5 0 0 0 2.176-2.176l.098-.791A.5.5 0 0 1 14 7m0 2.597A3.5 3.5 0 0 1 12.597 11c.593.322 1.08.81 1.403 1.403c.322-.593.81-1.08 1.403-1.403A3.5 3.5 0 0 1 14 9.597m-2.147 3.55a.5.5 0 0 1 0 .707l-4 3.996a.5.5 0 0 1-.706-.707l3.999-3.997a.5.5 0 0 1 .707 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.5 5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h6.883a1.5 1.5 0 0 1-.373-.99V11zm0 3h6.377l-1 1H2.5a.5.5 0 0 1 0-1M14 7a.5.5 0 0 1 .496.439l.098.791a2.5 2.5 0 0 0 2.176 2.176l.791.098a.5.5 0 0 1 0 .992l-.791.098a2.5 2.5 0 0 0-2.176 2.176l-.098.791a.5.5 0 0 1-.992 0l-.098-.791a2.5 2.5 0 0 0-2.176-2.176l-.791-.098a.5.5 0 0 1 0-.992l.791-.098a2.5 2.5 0 0 0 2.176-2.176l.098-.791A.5.5 0 0 1 14 7m0 2.597A3.5 3.5 0 0 1 12.597 11c.593.322 1.08.81 1.403 1.403c.322-.593.81-1.08 1.403-1.403A3.5 3.5 0 0 1 14 9.597m-2.147 3.55a.5.5 0 0 1 0 .707l-4 3.996a.5.5 0 0 1-.706-.707l3.999-3.997a.5.5 0 0 1 .707 0"/></svg> </template>
CSS
.icon-text-grammar-wand-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%205a.5.5%200%200%200%200%201h15a.5.5%200%200%200%200-1zm0%203a.5.5%200%200%200%200%201h9a.5.5%200%200%200%200-1zm0%203a.5.5%200%200%200%200%201h6.883a1.5%201.5%200%200%201-.373-.99V11zm0%203h6.377l-1%201H2.5a.5.5%200%200%201%200-1M14%207a.5.5%200%200%201%20.496.439l.098.791a2.5%202.5%200%200%200%202.176%202.176l.791.098a.5.5%200%200%201%200%20.992l-.791.098a2.5%202.5%200%200%200-2.176%202.176l-.098.791a.5.5%200%200%201-.992%200l-.098-.791a2.5%202.5%200%200%200-2.176-2.176l-.791-.098a.5.5%200%200%201%200-.992l.791-.098a2.5%202.5%200%200%200%202.176-2.176l.098-.791A.5.5%200%200%201%2014%207m0%202.597A3.5%203.5%200%200%201%2012.597%2011c.593.322%201.08.81%201.403%201.403c.322-.593.81-1.08%201.403-1.403A3.5%203.5%200%200%201%2014%209.597m-2.147%203.55a.5.5%200%200%201%200%20.707l-4%203.996a.5.5%200%200%201-.706-.707l3.999-3.997a.5.5%200%200%201%20.707%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%205a.5.5%200%200%200%200%201h15a.5.5%200%200%200%200-1zm0%203a.5.5%200%200%200%200%201h9a.5.5%200%200%200%200-1zm0%203a.5.5%200%200%200%200%201h6.883a1.5%201.5%200%200%201-.373-.99V11zm0%203h6.377l-1%201H2.5a.5.5%200%200%201%200-1M14%207a.5.5%200%200%201%20.496.439l.098.791a2.5%202.5%200%200%200%202.176%202.176l.791.098a.5.5%200%200%201%200%20.992l-.791.098a2.5%202.5%200%200%200-2.176%202.176l-.098.791a.5.5%200%200%201-.992%200l-.098-.791a2.5%202.5%200%200%200-2.176-2.176l-.791-.098a.5.5%200%200%201%200-.992l.791-.098a2.5%202.5%200%200%200%202.176-2.176l.098-.791A.5.5%200%200%201%2014%207m0%202.597A3.5%203.5%200%200%201%2012.597%2011c.593.322%201.08.81%201.403%201.403c.322-.593.81-1.08%201.403-1.403A3.5%203.5%200%200%201%2014%209.597m-2.147%203.55a.5.5%200%200%201%200%20.707l-4%203.996a.5.5%200%200%201-.706-.707l3.999-3.997a.5.5%200%200%201%20.707%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-grammar-wand-20-regular.svg?color=%231a73e8&size=48