text grammar options icon

text-grammar-options-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
text-grammar-options-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text grammar options icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13.78 16.216a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 1 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 1.06 0zM10.522 17l-2 2H3a1 1 0 0 1-.117-1.993L3 17h7.522zM16.5 8a.75.75 0 0 1 .744.658l.14 1.13a3.25 3.25 0 0 0 2.828 2.829l1.13.139a.75.75 0 0 1 0 1.488l-1.13.14a3.25 3.25 0 0 0-2.829 2.828l-.139 1.13a.75.75 0 0 1-1.488 0l-.14-1.13a3.25 3.25 0 0 0-2.828-2.829l-1.13-.139a.75.75 0 0 1 0-1.488l1.13-.14a3.25 3.25 0 0 0 2.829-2.828l.139-1.13A.75.75 0 0 1 16.5 8zm-6.427 5a1.75 1.75 0 0 0 .65 1.918l.125.082H3a1 1 0 0 1-.23-1.974l.113-.02L3 13h7.073zM13 9a1 1 0 0 1 .117 1.993L13 11H3a1 1 0 0 1-.117-1.993L3 9h10zm8-4a1 1 0 0 1 .23 1.974l-.113.02L21 7H3a1 1 0 0 1-.23-1.974l.113-.02L3 5h18z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextGrammarOptions24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13.78 16.216a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 1 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 1.06 0zM10.522 17l-2 2H3a1 1 0 0 1-.117-1.993L3 17h7.522zM16.5 8a.75.75 0 0 1 .744.658l.14 1.13a3.25 3.25 0 0 0 2.828 2.829l1.13.139a.75.75 0 0 1 0 1.488l-1.13.14a3.25 3.25 0 0 0-2.829 2.828l-.139 1.13a.75.75 0 0 1-1.488 0l-.14-1.13a3.25 3.25 0 0 0-2.828-2.829l-1.13-.139a.75.75 0 0 1 0-1.488l1.13-.14a3.25 3.25 0 0 0 2.829-2.828l.139-1.13A.75.75 0 0 1 16.5 8zm-6.427 5a1.75 1.75 0 0 0 .65 1.918l.125.082H3a1 1 0 0 1-.23-1.974l.113-.02L3 13h7.073zM13 9a1 1 0 0 1 .117 1.993L13 11H3a1 1 0 0 1-.117-1.993L3 9h10zm8-4a1 1 0 0 1 .23 1.974l-.113.02L21 7H3a1 1 0 0 1-.23-1.974l.113-.02L3 5h18z" fill="currentColor" fillRule="nonzero"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13.78 16.216a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 1 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 1.06 0zM10.522 17l-2 2H3a1 1 0 0 1-.117-1.993L3 17h7.522zM16.5 8a.75.75 0 0 1 .744.658l.14 1.13a3.25 3.25 0 0 0 2.828 2.829l1.13.139a.75.75 0 0 1 0 1.488l-1.13.14a3.25 3.25 0 0 0-2.829 2.828l-.139 1.13a.75.75 0 0 1-1.488 0l-.14-1.13a3.25 3.25 0 0 0-2.828-2.829l-1.13-.139a.75.75 0 0 1 0-1.488l1.13-.14a3.25 3.25 0 0 0 2.829-2.828l.139-1.13A.75.75 0 0 1 16.5 8zm-6.427 5a1.75 1.75 0 0 0 .65 1.918l.125.082H3a1 1 0 0 1-.23-1.974l.113-.02L3 13h7.073zM13 9a1 1 0 0 1 .117 1.993L13 11H3a1 1 0 0 1-.117-1.993L3 9h10zm8-4a1 1 0 0 1 .23 1.974l-.113.02L21 7H3a1 1 0 0 1-.23-1.974l.113-.02L3 5h18z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-text-grammar-options-24-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%2024%2024%22%3E%3Cpath%20d%3D%22M13.78%2016.216a.75.75%200%200%201%200%201.06l-4.5%204.5a.75.75%200%201%201-1.06-1.06l4.5-4.5a.75.75%200%200%201%201.06%200zM10.522%2017l-2%202H3a1%201%200%200%201-.117-1.993L3%2017h7.522zM16.5%208a.75.75%200%200%201%20.744.658l.14%201.13a3.25%203.25%200%200%200%202.828%202.829l1.13.139a.75.75%200%200%201%200%201.488l-1.13.14a3.25%203.25%200%200%200-2.829%202.828l-.139%201.13a.75.75%200%200%201-1.488%200l-.14-1.13a3.25%203.25%200%200%200-2.828-2.829l-1.13-.139a.75.75%200%200%201%200-1.488l1.13-.14a3.25%203.25%200%200%200%202.829-2.828l.139-1.13A.75.75%200%200%201%2016.5%208zm-6.427%205a1.75%201.75%200%200%200%20.65%201.918l.125.082H3a1%201%200%200%201-.23-1.974l.113-.02L3%2013h7.073zM13%209a1%201%200%200%201%20.117%201.993L13%2011H3a1%201%200%200%201-.117-1.993L3%209h10zm8-4a1%201%200%200%201%20.23%201.974l-.113.02L21%207H3a1%201%200%200%201-.23-1.974l.113-.02L3%205h18z%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%2024%2024%22%3E%3Cpath%20d%3D%22M13.78%2016.216a.75.75%200%200%201%200%201.06l-4.5%204.5a.75.75%200%201%201-1.06-1.06l4.5-4.5a.75.75%200%200%201%201.06%200zM10.522%2017l-2%202H3a1%201%200%200%201-.117-1.993L3%2017h7.522zM16.5%208a.75.75%200%200%201%20.744.658l.14%201.13a3.25%203.25%200%200%200%202.828%202.829l1.13.139a.75.75%200%200%201%200%201.488l-1.13.14a3.25%203.25%200%200%200-2.829%202.828l-.139%201.13a.75.75%200%200%201-1.488%200l-.14-1.13a3.25%203.25%200%200%200-2.828-2.829l-1.13-.139a.75.75%200%200%201%200-1.488l1.13-.14a3.25%203.25%200%200%200%202.829-2.828l.139-1.13A.75.75%200%200%201%2016.5%208zm-6.427%205a1.75%201.75%200%200%200%20.65%201.918l.125.082H3a1%201%200%200%201-.23-1.974l.113-.02L3%2013h7.073zM13%209a1%201%200%200%201%20.117%201.993L13%2011H3a1%201%200%200%201-.117-1.993L3%209h10zm8-4a1%201%200%200%201%20.23%201.974l-.113.02L21%207H3a1%201%200%200%201-.23-1.974l.113-.02L3%205h18z%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-24-filled.svg?color=%231a73e8&size=48