text grammar options icon
text-grammar-options-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- text-grammar-options-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 options icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M11.853 13.147a.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 0zM8.877 14l-1 1H2.5a.5.5 0 0 1 0-1h6.377zM14 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 7zm0 2.597A3.507 3.507 0 0 1 12.597 11c.593.322 1.08.81 1.403 1.403c.322-.593.81-1.08 1.403-1.403A3.507 3.507 0 0 1 14 9.597zM9.01 11v.01c0 .323.103.625.279.871l.094.119H2.5a.5.5 0 0 1-.09-.992L2.5 11h6.51zm2.49-3a.5.5 0 0 1 .09.992L11.5 9h-9a.5.5 0 0 1-.09-.992L2.5 8h9zm6-3a.5.5 0 0 1 .09.992L17.5 6h-15a.5.5 0 0 1-.09-.992L2.5 5h15z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextGrammarOptions20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M11.853 13.147a.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 0zM8.877 14l-1 1H2.5a.5.5 0 0 1 0-1h6.377zM14 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 7zm0 2.597A3.507 3.507 0 0 1 12.597 11c.593.322 1.08.81 1.403 1.403c.322-.593.81-1.08 1.403-1.403A3.507 3.507 0 0 1 14 9.597zM9.01 11v.01c0 .323.103.625.279.871l.094.119H2.5a.5.5 0 0 1-.09-.992L2.5 11h6.51zm2.49-3a.5.5 0 0 1 .09.992L11.5 9h-9a.5.5 0 0 1-.09-.992L2.5 8h9zm6-3a.5.5 0 0 1 .09.992L17.5 6h-15a.5.5 0 0 1-.09-.992L2.5 5h15z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M11.853 13.147a.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 0zM8.877 14l-1 1H2.5a.5.5 0 0 1 0-1h6.377zM14 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 7zm0 2.597A3.507 3.507 0 0 1 12.597 11c.593.322 1.08.81 1.403 1.403c.322-.593.81-1.08 1.403-1.403A3.507 3.507 0 0 1 14 9.597zM9.01 11v.01c0 .323.103.625.279.871l.094.119H2.5a.5.5 0 0 1-.09-.992L2.5 11h6.51zm2.49-3a.5.5 0 0 1 .09.992L11.5 9h-9a.5.5 0 0 1-.09-.992L2.5 8h9zm6-3a.5.5 0 0 1 .09.992L17.5 6h-15a.5.5 0 0 1-.09-.992L2.5 5h15z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-text-grammar-options-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%20d%3D%22M11.853%2013.147a.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%200zM8.877%2014l-1%201H2.5a.5.5%200%200%201%200-1h6.377zM14%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%207zm0%202.597A3.507%203.507%200%200%201%2012.597%2011c.593.322%201.08.81%201.403%201.403c.322-.593.81-1.08%201.403-1.403A3.507%203.507%200%200%201%2014%209.597zM9.01%2011v.01c0%20.323.103.625.279.871l.094.119H2.5a.5.5%200%200%201-.09-.992L2.5%2011h6.51zm2.49-3a.5.5%200%200%201%20.09.992L11.5%209h-9a.5.5%200%200%201-.09-.992L2.5%208h9zm6-3a.5.5%200%200%201%20.09.992L17.5%206h-15a.5.5%200%200%201-.09-.992L2.5%205h15z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%20d%3D%22M11.853%2013.147a.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%200zM8.877%2014l-1%201H2.5a.5.5%200%200%201%200-1h6.377zM14%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%207zm0%202.597A3.507%203.507%200%200%201%2012.597%2011c.593.322%201.08.81%201.403%201.403c.322-.593.81-1.08%201.403-1.403A3.507%203.507%200%200%201%2014%209.597zM9.01%2011v.01c0%20.323.103.625.279.871l.094.119H2.5a.5.5%200%200%201-.09-.992L2.5%2011h6.51zm2.49-3a.5.5%200%200%201%20.09.992L11.5%209h-9a.5.5%200%200%201-.09-.992L2.5%208h9zm6-3a.5.5%200%200%201%20.09.992L17.5%206h-15a.5.5%200%200%201-.09-.992L2.5%205h15z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-grammar-options-20-regular.svg?color=%231a73e8&size=48