text grammar options icon
text-grammar-options-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- text-grammar-options-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path d="M8.854 10.147a.5.5 0 0 1 0 .707l-3 2.996a.5.5 0 1 1-.707-.707l3-2.997a.5.5 0 0 1 .707 0zM5.376 11.5l-.936.935a1.498 1.498 0 0 0-.293.413L4.084 13H2.75a.75.75 0 0 1-.102-1.493l.102-.007h2.626zM10.5 5a.5.5 0 0 1 .48.358l.016.08l.09.735a2 2 0 0 0 1.583 1.714l.158.026l.734.09a.5.5 0 0 1 .081.976l-.08.017l-.735.09a2 2 0 0 0-1.714 1.583l-.026.158l-.09.734a.5.5 0 0 1-.976.081l-.017-.08l-.09-.735A2 2 0 0 0 8.33 9.113l-.158-.026l-.734-.09a.5.5 0 0 1-.081-.976l.08-.017l.735-.09A2 2 0 0 0 9.887 6.33l.026-.158l.09-.734A.5.5 0 0 1 10.5 5zM6 8.5c0 .637.4 1.19.973 1.405L6.878 10H2.75a.75.75 0 0 1 0-1.5H6zm1.25-3a.75.75 0 0 1 .102 1.493L7.25 7h-4.5a.75.75 0 0 1-.102-1.493L2.75 5.5h4.5zm6-3a.75.75 0 0 1 .102 1.493L13.25 4H2.75a.75.75 0 0 1-.102-1.493L2.75 2.5h10.5z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextGrammarOptions16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path d="M8.854 10.147a.5.5 0 0 1 0 .707l-3 2.996a.5.5 0 1 1-.707-.707l3-2.997a.5.5 0 0 1 .707 0zM5.376 11.5l-.936.935a1.498 1.498 0 0 0-.293.413L4.084 13H2.75a.75.75 0 0 1-.102-1.493l.102-.007h2.626zM10.5 5a.5.5 0 0 1 .48.358l.016.08l.09.735a2 2 0 0 0 1.583 1.714l.158.026l.734.09a.5.5 0 0 1 .081.976l-.08.017l-.735.09a2 2 0 0 0-1.714 1.583l-.026.158l-.09.734a.5.5 0 0 1-.976.081l-.017-.08l-.09-.735A2 2 0 0 0 8.33 9.113l-.158-.026l-.734-.09a.5.5 0 0 1-.081-.976l.08-.017l.735-.09A2 2 0 0 0 9.887 6.33l.026-.158l.09-.734A.5.5 0 0 1 10.5 5zM6 8.5c0 .637.4 1.19.973 1.405L6.878 10H2.75a.75.75 0 0 1 0-1.5H6zm1.25-3a.75.75 0 0 1 .102 1.493L7.25 7h-4.5a.75.75 0 0 1-.102-1.493L2.75 5.5h4.5zm6-3a.75.75 0 0 1 .102 1.493L13.25 4H2.75a.75.75 0 0 1-.102-1.493L2.75 2.5h10.5z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path d="M8.854 10.147a.5.5 0 0 1 0 .707l-3 2.996a.5.5 0 1 1-.707-.707l3-2.997a.5.5 0 0 1 .707 0zM5.376 11.5l-.936.935a1.498 1.498 0 0 0-.293.413L4.084 13H2.75a.75.75 0 0 1-.102-1.493l.102-.007h2.626zM10.5 5a.5.5 0 0 1 .48.358l.016.08l.09.735a2 2 0 0 0 1.583 1.714l.158.026l.734.09a.5.5 0 0 1 .081.976l-.08.017l-.735.09a2 2 0 0 0-1.714 1.583l-.026.158l-.09.734a.5.5 0 0 1-.976.081l-.017-.08l-.09-.735A2 2 0 0 0 8.33 9.113l-.158-.026l-.734-.09a.5.5 0 0 1-.081-.976l.08-.017l.735-.09A2 2 0 0 0 9.887 6.33l.026-.158l.09-.734A.5.5 0 0 1 10.5 5zM6 8.5c0 .637.4 1.19.973 1.405L6.878 10H2.75a.75.75 0 0 1 0-1.5H6zm1.25-3a.75.75 0 0 1 .102 1.493L7.25 7h-4.5a.75.75 0 0 1-.102-1.493L2.75 5.5h4.5zm6-3a.75.75 0 0 1 .102 1.493L13.25 4H2.75a.75.75 0 0 1-.102-1.493L2.75 2.5h10.5z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-text-grammar-options-16-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%2016%2016%22%3E%3Cpath%20d%3D%22M8.854%2010.147a.5.5%200%200%201%200%20.707l-3%202.996a.5.5%200%201%201-.707-.707l3-2.997a.5.5%200%200%201%20.707%200zM5.376%2011.5l-.936.935a1.498%201.498%200%200%200-.293.413L4.084%2013H2.75a.75.75%200%200%201-.102-1.493l.102-.007h2.626zM10.5%205a.5.5%200%200%201%20.48.358l.016.08l.09.735a2%202%200%200%200%201.583%201.714l.158.026l.734.09a.5.5%200%200%201%20.081.976l-.08.017l-.735.09a2%202%200%200%200-1.714%201.583l-.026.158l-.09.734a.5.5%200%200%201-.976.081l-.017-.08l-.09-.735A2%202%200%200%200%208.33%209.113l-.158-.026l-.734-.09a.5.5%200%200%201-.081-.976l.08-.017l.735-.09A2%202%200%200%200%209.887%206.33l.026-.158l.09-.734A.5.5%200%200%201%2010.5%205zM6%208.5c0%20.637.4%201.19.973%201.405L6.878%2010H2.75a.75.75%200%200%201%200-1.5H6zm1.25-3a.75.75%200%200%201%20.102%201.493L7.25%207h-4.5a.75.75%200%200%201-.102-1.493L2.75%205.5h4.5zm6-3a.75.75%200%200%201%20.102%201.493L13.25%204H2.75a.75.75%200%200%201-.102-1.493L2.75%202.5h10.5z%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%2016%2016%22%3E%3Cpath%20d%3D%22M8.854%2010.147a.5.5%200%200%201%200%20.707l-3%202.996a.5.5%200%201%201-.707-.707l3-2.997a.5.5%200%200%201%20.707%200zM5.376%2011.5l-.936.935a1.498%201.498%200%200%200-.293.413L4.084%2013H2.75a.75.75%200%200%201-.102-1.493l.102-.007h2.626zM10.5%205a.5.5%200%200%201%20.48.358l.016.08l.09.735a2%202%200%200%200%201.583%201.714l.158.026l.734.09a.5.5%200%200%201%20.081.976l-.08.017l-.735.09a2%202%200%200%200-1.714%201.583l-.026.158l-.09.734a.5.5%200%200%201-.976.081l-.017-.08l-.09-.735A2%202%200%200%200%208.33%209.113l-.158-.026l-.734-.09a.5.5%200%200%201-.081-.976l.08-.017l.735-.09A2%202%200%200%200%209.887%206.33l.026-.158l.09-.734A.5.5%200%200%201%2010.5%205zM6%208.5c0%20.637.4%201.19.973%201.405L6.878%2010H2.75a.75.75%200%200%201%200-1.5H6zm1.25-3a.75.75%200%200%201%20.102%201.493L7.25%207h-4.5a.75.75%200%200%201-.102-1.493L2.75%205.5h4.5zm6-3a.75.75%200%200%201%20.102%201.493L13.25%204H2.75a.75.75%200%200%201-.102-1.493L2.75%202.5h10.5z%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-16-filled.svg?color=%231a73e8&size=48