text grammar wand icon

text-grammar-wand-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
text-grammar-wand-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text grammar wand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1zm1.94 9.435L4.876 12H2.5a.5.5 0 0 0 0 1h1.584c.072-.206.191-.4.356-.565m2.533-2.53A1.5 1.5 0 0 1 6.086 9H2.5a.5.5 0 0 0 0 1h4.378zM7.408 7l.272-.034A.5.5 0 0 0 7.5 6h-5a.5.5 0 0 0 0 1zM10.5 5a.5.5 0 0 1 .496.439l.09.734a2 2 0 0 0 1.741 1.74l.734.09a.5.5 0 0 1 0 .993l-.734.09a2 2 0 0 0-1.74 1.741l-.09.734a.5.5 0 0 1-.993 0l-.09-.734a2 2 0 0 0-1.741-1.74l-.734-.09a.5.5 0 0 1 0-.993l.734-.09a2 2 0 0 0 1.74-1.741l.09-.734A.5.5 0 0 1 10.5 5m0 2.474c-.253.42-.606.773-1.026 1.026c.42.253.773.606 1.026 1.026c.253-.42.606-.773 1.026-1.026A3 3 0 0 1 10.5 7.474m-1.646 2.673a.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 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextGrammarWand16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1zm1.94 9.435L4.876 12H2.5a.5.5 0 0 0 0 1h1.584c.072-.206.191-.4.356-.565m2.533-2.53A1.5 1.5 0 0 1 6.086 9H2.5a.5.5 0 0 0 0 1h4.378zM7.408 7l.272-.034A.5.5 0 0 0 7.5 6h-5a.5.5 0 0 0 0 1zM10.5 5a.5.5 0 0 1 .496.439l.09.734a2 2 0 0 0 1.741 1.74l.734.09a.5.5 0 0 1 0 .993l-.734.09a2 2 0 0 0-1.74 1.741l-.09.734a.5.5 0 0 1-.993 0l-.09-.734a2 2 0 0 0-1.741-1.74l-.734-.09a.5.5 0 0 1 0-.993l.734-.09a2 2 0 0 0 1.74-1.741l.09-.734A.5.5 0 0 1 10.5 5m0 2.474c-.253.42-.606.773-1.026 1.026c.42.253.773.606 1.026 1.026c.253-.42.606-.773 1.026-1.026A3 3 0 0 1 10.5 7.474m-1.646 2.673a.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 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1zm1.94 9.435L4.876 12H2.5a.5.5 0 0 0 0 1h1.584c.072-.206.191-.4.356-.565m2.533-2.53A1.5 1.5 0 0 1 6.086 9H2.5a.5.5 0 0 0 0 1h4.378zM7.408 7l.272-.034A.5.5 0 0 0 7.5 6h-5a.5.5 0 0 0 0 1zM10.5 5a.5.5 0 0 1 .496.439l.09.734a2 2 0 0 0 1.741 1.74l.734.09a.5.5 0 0 1 0 .993l-.734.09a2 2 0 0 0-1.74 1.741l-.09.734a.5.5 0 0 1-.993 0l-.09-.734a2 2 0 0 0-1.741-1.74l-.734-.09a.5.5 0 0 1 0-.993l.734-.09a2 2 0 0 0 1.74-1.741l.09-.734A.5.5 0 0 1 10.5 5m0 2.474c-.253.42-.606.773-1.026 1.026c.42.253.773.606 1.026 1.026c.253-.42.606-.773 1.026-1.026A3 3 0 0 1 10.5 7.474m-1.646 2.673a.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 0"/></svg>
</template>

CSS

.icon-text-grammar-wand-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%203a.5.5%200%200%200%200%201h11a.5.5%200%200%200%200-1zm1.94%209.435L4.876%2012H2.5a.5.5%200%200%200%200%201h1.584c.072-.206.191-.4.356-.565m2.533-2.53A1.5%201.5%200%200%201%206.086%209H2.5a.5.5%200%200%200%200%201h4.378zM7.408%207l.272-.034A.5.5%200%200%200%207.5%206h-5a.5.5%200%200%200%200%201zM10.5%205a.5.5%200%200%201%20.496.439l.09.734a2%202%200%200%200%201.741%201.74l.734.09a.5.5%200%200%201%200%20.993l-.734.09a2%202%200%200%200-1.74%201.741l-.09.734a.5.5%200%200%201-.993%200l-.09-.734a2%202%200%200%200-1.741-1.74l-.734-.09a.5.5%200%200%201%200-.993l.734-.09a2%202%200%200%200%201.74-1.741l.09-.734A.5.5%200%200%201%2010.5%205m0%202.474c-.253.42-.606.773-1.026%201.026c.42.253.773.606%201.026%201.026c.253-.42.606-.773%201.026-1.026A3%203%200%200%201%2010.5%207.474m-1.646%202.673a.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%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%203a.5.5%200%200%200%200%201h11a.5.5%200%200%200%200-1zm1.94%209.435L4.876%2012H2.5a.5.5%200%200%200%200%201h1.584c.072-.206.191-.4.356-.565m2.533-2.53A1.5%201.5%200%200%201%206.086%209H2.5a.5.5%200%200%200%200%201h4.378zM7.408%207l.272-.034A.5.5%200%200%200%207.5%206h-5a.5.5%200%200%200%200%201zM10.5%205a.5.5%200%200%201%20.496.439l.09.734a2%202%200%200%200%201.741%201.74l.734.09a.5.5%200%200%201%200%20.993l-.734.09a2%202%200%200%200-1.74%201.741l-.09.734a.5.5%200%200%201-.993%200l-.09-.734a2%202%200%200%200-1.741-1.74l-.734-.09a.5.5%200%200%201%200-.993l.734-.09a2%202%200%200%200%201.74-1.741l.09-.734A.5.5%200%200%201%2010.5%205m0%202.474c-.253.42-.606.773-1.026%201.026c.42.253.773.606%201.026%201.026c.253-.42.606-.773%201.026-1.026A3%203%200%200%201%2010.5%207.474m-1.646%202.673a.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%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-16-regular.svg?color=%231a73e8&size=48