text proofing tools zi icon
text-proofing-tools-zi-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- text-proofing-tools-zi-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
2 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 proofing tools zi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.624 10.17a.5.5 0 1 1 .752.66l-3.5 4a.5.5 0 0 1-.73.024l-2-2l-.064-.079a.5.5 0 0 1 .693-.693l.079.064l1.622 1.623zM7 4a.5.5 0 0 1 .354.854L6.207 6H8.5a.5.5 0 0 1 0 1H6v1.573C6 9.367 5.346 10 4.564 10c-.462 0-.898-.228-1.16-.605l-.101-.171l-.036-.095a.5.5 0 0 1 .876-.439l.054.086l.029.048A.42.42 0 0 0 4.564 9A.435.435 0 0 0 5 8.573V7H1.5a.5.5 0 0 1 0-1H5a.5.5 0 0 1 .146-.354L5.793 5H3.5a.5.5 0 0 1 0-1zm5-2a.5.5 0 0 1 .462.308l2.5 6l.03.096a.5.5 0 0 1-.905.377l-.049-.089L13.333 7h-2.666l-.705 1.692a.5.5 0 0 1-.924-.384l2.5-6l.034-.067A.5.5 0 0 1 12 2m-.917 4h1.834L12 3.8zM5 1a.5.5 0 0 1 .5.5V2h3l.1.01a.5.5 0 0 1 .4.49v1a.5.5 0 0 1-1 0V3H2v.5a.5.5 0 0 1-1 0v-1l.01-.1A.5.5 0 0 1 1.5 2h3v-.5A.5.5 0 0 1 5 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextProofingToolsZi16Regular(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="M10.624 10.17a.5.5 0 1 1 .752.66l-3.5 4a.5.5 0 0 1-.73.024l-2-2l-.064-.079a.5.5 0 0 1 .693-.693l.079.064l1.622 1.623zM7 4a.5.5 0 0 1 .354.854L6.207 6H8.5a.5.5 0 0 1 0 1H6v1.573C6 9.367 5.346 10 4.564 10c-.462 0-.898-.228-1.16-.605l-.101-.171l-.036-.095a.5.5 0 0 1 .876-.439l.054.086l.029.048A.42.42 0 0 0 4.564 9A.435.435 0 0 0 5 8.573V7H1.5a.5.5 0 0 1 0-1H5a.5.5 0 0 1 .146-.354L5.793 5H3.5a.5.5 0 0 1 0-1zm5-2a.5.5 0 0 1 .462.308l2.5 6l.03.096a.5.5 0 0 1-.905.377l-.049-.089L13.333 7h-2.666l-.705 1.692a.5.5 0 0 1-.924-.384l2.5-6l.034-.067A.5.5 0 0 1 12 2m-.917 4h1.834L12 3.8zM5 1a.5.5 0 0 1 .5.5V2h3l.1.01a.5.5 0 0 1 .4.49v1a.5.5 0 0 1-1 0V3H2v.5a.5.5 0 0 1-1 0v-1l.01-.1A.5.5 0 0 1 1.5 2h3v-.5A.5.5 0 0 1 5 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.624 10.17a.5.5 0 1 1 .752.66l-3.5 4a.5.5 0 0 1-.73.024l-2-2l-.064-.079a.5.5 0 0 1 .693-.693l.079.064l1.622 1.623zM7 4a.5.5 0 0 1 .354.854L6.207 6H8.5a.5.5 0 0 1 0 1H6v1.573C6 9.367 5.346 10 4.564 10c-.462 0-.898-.228-1.16-.605l-.101-.171l-.036-.095a.5.5 0 0 1 .876-.439l.054.086l.029.048A.42.42 0 0 0 4.564 9A.435.435 0 0 0 5 8.573V7H1.5a.5.5 0 0 1 0-1H5a.5.5 0 0 1 .146-.354L5.793 5H3.5a.5.5 0 0 1 0-1zm5-2a.5.5 0 0 1 .462.308l2.5 6l.03.096a.5.5 0 0 1-.905.377l-.049-.089L13.333 7h-2.666l-.705 1.692a.5.5 0 0 1-.924-.384l2.5-6l.034-.067A.5.5 0 0 1 12 2m-.917 4h1.834L12 3.8zM5 1a.5.5 0 0 1 .5.5V2h3l.1.01a.5.5 0 0 1 .4.49v1a.5.5 0 0 1-1 0V3H2v.5a.5.5 0 0 1-1 0v-1l.01-.1A.5.5 0 0 1 1.5 2h3v-.5A.5.5 0 0 1 5 1"/></svg> </template>
CSS
.icon-text-proofing-tools-zi-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%22M10.624%2010.17a.5.5%200%201%201%20.752.66l-3.5%204a.5.5%200%200%201-.73.024l-2-2l-.064-.079a.5.5%200%200%201%20.693-.693l.079.064l1.622%201.623zM7%204a.5.5%200%200%201%20.354.854L6.207%206H8.5a.5.5%200%200%201%200%201H6v1.573C6%209.367%205.346%2010%204.564%2010c-.462%200-.898-.228-1.16-.605l-.101-.171l-.036-.095a.5.5%200%200%201%20.876-.439l.054.086l.029.048A.42.42%200%200%200%204.564%209A.435.435%200%200%200%205%208.573V7H1.5a.5.5%200%200%201%200-1H5a.5.5%200%200%201%20.146-.354L5.793%205H3.5a.5.5%200%200%201%200-1zm5-2a.5.5%200%200%201%20.462.308l2.5%206l.03.096a.5.5%200%200%201-.905.377l-.049-.089L13.333%207h-2.666l-.705%201.692a.5.5%200%200%201-.924-.384l2.5-6l.034-.067A.5.5%200%200%201%2012%202m-.917%204h1.834L12%203.8zM5%201a.5.5%200%200%201%20.5.5V2h3l.1.01a.5.5%200%200%201%20.4.49v1a.5.5%200%200%201-1%200V3H2v.5a.5.5%200%200%201-1%200v-1l.01-.1A.5.5%200%200%201%201.5%202h3v-.5A.5.5%200%200%201%205%201%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%22M10.624%2010.17a.5.5%200%201%201%20.752.66l-3.5%204a.5.5%200%200%201-.73.024l-2-2l-.064-.079a.5.5%200%200%201%20.693-.693l.079.064l1.622%201.623zM7%204a.5.5%200%200%201%20.354.854L6.207%206H8.5a.5.5%200%200%201%200%201H6v1.573C6%209.367%205.346%2010%204.564%2010c-.462%200-.898-.228-1.16-.605l-.101-.171l-.036-.095a.5.5%200%200%201%20.876-.439l.054.086l.029.048A.42.42%200%200%200%204.564%209A.435.435%200%200%200%205%208.573V7H1.5a.5.5%200%200%201%200-1H5a.5.5%200%200%201%20.146-.354L5.793%205H3.5a.5.5%200%200%201%200-1zm5-2a.5.5%200%200%201%20.462.308l2.5%206l.03.096a.5.5%200%200%201-.905.377l-.049-.089L13.333%207h-2.666l-.705%201.692a.5.5%200%200%201-.924-.384l2.5-6l.034-.067A.5.5%200%200%201%2012%202m-.917%204h1.834L12%203.8zM5%201a.5.5%200%200%201%20.5.5V2h3l.1.01a.5.5%200%200%201%20.4.49v1a.5.5%200%200%201-1%200V3H2v.5a.5.5%200%200%201-1%200v-1l.01-.1A.5.5%200%200%201%201.5%202h3v-.5A.5.5%200%200%201%205%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-proofing-tools-zi-16-regular.svg?color=%231a73e8&size=48