text proofing tools icon

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

Name
text-proofing-tools-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT
Aliases
text-proofing-tools-zi-24-filled

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text proofing tools icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.19 4.971c-.343-.955-.863-1.586-1.552-1.924c-.61-.299-1.234-.298-1.592-.297H19c-.808 0-1.466.278-1.965.721c-.478.425-.765.96-.94 1.428a5.7 5.7 0 0 0-.302 1.258a6 6 0 0 0-.042.534v.097c-.001.498-.002 1.47.35 2.364c.187.478.486.968.963 1.36c.482.398 1.093.65 1.826.732c.59.066 2.433.028 3.271-1.824a1 1 0 0 0-1.822-.825c-.156.345-.38.5-.602.581a1.5 1.5 0 0 1-.626.08c-.392-.043-.626-.164-.776-.287a1.3 1.3 0 0 1-.373-.547c-.201-.514-.212-1.139-.212-1.669v-.012l.003-.066a4 4 0 0 1 .215-1.074c.106-.282.241-.497.396-.635c.134-.119.32-.216.636-.216c.408 0 .599.015.758.093c.106.052.333.201.552.806a1 1 0 1 0 1.88-.678m-7.676 1.742c.196-.365.311-.81.311-1.338c0-.533-.102-1.01-.321-1.414a2.2 2.2 0 0 0-.867-.88c-.594-.333-1.232-.331-1.451-.33H10a1 1 0 0 0-1 1v6.5a1 1 0 0 0 1 1h2.375c.299 0 .963-.04 1.587-.375a2.4 2.4 0 0 0 .909-.84c.25-.4.38-.875.38-1.41c0-.554-.121-1.046-.374-1.46a2.2 2.2 0 0 0-.363-.453m-1.852-1.887a.2.2 0 0 1 .082.085c.028.052.081.185.081.464c0 .229-.046.344-.075.395a.3.3 0 0 1-.119.12a1 1 0 0 1-.462.11H11V4.75h1.163c.222 0 .39.015.5.076M12.174 8h.201c.251 0 .495.013.67.1c.065.031.1.065.124.106c.026.043.081.16.081.42c0 .206-.047.305-.074.349a.4.4 0 0 1-.161.139c-.196.105-.47.136-.64.136H11V8zM5.03 2.75a1 1 0 0 1 .928.666l2.306 6.5a1 1 0 1 1-1.885.668l-.19-.535H3.65l-.217.562a1 1 0 1 1-1.865-.722l2.516-6.5a1 1 0 0 1 .947-.639m-.055 3.876l-.551 1.422H5.48zm10.506 5.984l-4.299 5.159l-1.726-1.726a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.476-.067l5-6a1 1 0 0 0-1.537-1.28"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextProofingTools24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.19 4.971c-.343-.955-.863-1.586-1.552-1.924c-.61-.299-1.234-.298-1.592-.297H19c-.808 0-1.466.278-1.965.721c-.478.425-.765.96-.94 1.428a5.7 5.7 0 0 0-.302 1.258a6 6 0 0 0-.042.534v.097c-.001.498-.002 1.47.35 2.364c.187.478.486.968.963 1.36c.482.398 1.093.65 1.826.732c.59.066 2.433.028 3.271-1.824a1 1 0 0 0-1.822-.825c-.156.345-.38.5-.602.581a1.5 1.5 0 0 1-.626.08c-.392-.043-.626-.164-.776-.287a1.3 1.3 0 0 1-.373-.547c-.201-.514-.212-1.139-.212-1.669v-.012l.003-.066a4 4 0 0 1 .215-1.074c.106-.282.241-.497.396-.635c.134-.119.32-.216.636-.216c.408 0 .599.015.758.093c.106.052.333.201.552.806a1 1 0 1 0 1.88-.678m-7.676 1.742c.196-.365.311-.81.311-1.338c0-.533-.102-1.01-.321-1.414a2.2 2.2 0 0 0-.867-.88c-.594-.333-1.232-.331-1.451-.33H10a1 1 0 0 0-1 1v6.5a1 1 0 0 0 1 1h2.375c.299 0 .963-.04 1.587-.375a2.4 2.4 0 0 0 .909-.84c.25-.4.38-.875.38-1.41c0-.554-.121-1.046-.374-1.46a2.2 2.2 0 0 0-.363-.453m-1.852-1.887a.2.2 0 0 1 .082.085c.028.052.081.185.081.464c0 .229-.046.344-.075.395a.3.3 0 0 1-.119.12a1 1 0 0 1-.462.11H11V4.75h1.163c.222 0 .39.015.5.076M12.174 8h.201c.251 0 .495.013.67.1c.065.031.1.065.124.106c.026.043.081.16.081.42c0 .206-.047.305-.074.349a.4.4 0 0 1-.161.139c-.196.105-.47.136-.64.136H11V8zM5.03 2.75a1 1 0 0 1 .928.666l2.306 6.5a1 1 0 1 1-1.885.668l-.19-.535H3.65l-.217.562a1 1 0 1 1-1.865-.722l2.516-6.5a1 1 0 0 1 .947-.639m-.055 3.876l-.551 1.422H5.48zm10.506 5.984l-4.299 5.159l-1.726-1.726a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.476-.067l5-6a1 1 0 0 0-1.537-1.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.19 4.971c-.343-.955-.863-1.586-1.552-1.924c-.61-.299-1.234-.298-1.592-.297H19c-.808 0-1.466.278-1.965.721c-.478.425-.765.96-.94 1.428a5.7 5.7 0 0 0-.302 1.258a6 6 0 0 0-.042.534v.097c-.001.498-.002 1.47.35 2.364c.187.478.486.968.963 1.36c.482.398 1.093.65 1.826.732c.59.066 2.433.028 3.271-1.824a1 1 0 0 0-1.822-.825c-.156.345-.38.5-.602.581a1.5 1.5 0 0 1-.626.08c-.392-.043-.626-.164-.776-.287a1.3 1.3 0 0 1-.373-.547c-.201-.514-.212-1.139-.212-1.669v-.012l.003-.066a4 4 0 0 1 .215-1.074c.106-.282.241-.497.396-.635c.134-.119.32-.216.636-.216c.408 0 .599.015.758.093c.106.052.333.201.552.806a1 1 0 1 0 1.88-.678m-7.676 1.742c.196-.365.311-.81.311-1.338c0-.533-.102-1.01-.321-1.414a2.2 2.2 0 0 0-.867-.88c-.594-.333-1.232-.331-1.451-.33H10a1 1 0 0 0-1 1v6.5a1 1 0 0 0 1 1h2.375c.299 0 .963-.04 1.587-.375a2.4 2.4 0 0 0 .909-.84c.25-.4.38-.875.38-1.41c0-.554-.121-1.046-.374-1.46a2.2 2.2 0 0 0-.363-.453m-1.852-1.887a.2.2 0 0 1 .082.085c.028.052.081.185.081.464c0 .229-.046.344-.075.395a.3.3 0 0 1-.119.12a1 1 0 0 1-.462.11H11V4.75h1.163c.222 0 .39.015.5.076M12.174 8h.201c.251 0 .495.013.67.1c.065.031.1.065.124.106c.026.043.081.16.081.42c0 .206-.047.305-.074.349a.4.4 0 0 1-.161.139c-.196.105-.47.136-.64.136H11V8zM5.03 2.75a1 1 0 0 1 .928.666l2.306 6.5a1 1 0 1 1-1.885.668l-.19-.535H3.65l-.217.562a1 1 0 1 1-1.865-.722l2.516-6.5a1 1 0 0 1 .947-.639m-.055 3.876l-.551 1.422H5.48zm10.506 5.984l-4.299 5.159l-1.726-1.726a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.476-.067l5-6a1 1 0 0 0-1.537-1.28"/></svg>
</template>

CSS

.icon-text-proofing-tools-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%20fill%3D%22currentColor%22%20d%3D%22M22.19%204.971c-.343-.955-.863-1.586-1.552-1.924c-.61-.299-1.234-.298-1.592-.297H19c-.808%200-1.466.278-1.965.721c-.478.425-.765.96-.94%201.428a5.7%205.7%200%200%200-.302%201.258a6%206%200%200%200-.042.534v.097c-.001.498-.002%201.47.35%202.364c.187.478.486.968.963%201.36c.482.398%201.093.65%201.826.732c.59.066%202.433.028%203.271-1.824a1%201%200%200%200-1.822-.825c-.156.345-.38.5-.602.581a1.5%201.5%200%200%201-.626.08c-.392-.043-.626-.164-.776-.287a1.3%201.3%200%200%201-.373-.547c-.201-.514-.212-1.139-.212-1.669v-.012l.003-.066a4%204%200%200%201%20.215-1.074c.106-.282.241-.497.396-.635c.134-.119.32-.216.636-.216c.408%200%20.599.015.758.093c.106.052.333.201.552.806a1%201%200%201%200%201.88-.678m-7.676%201.742c.196-.365.311-.81.311-1.338c0-.533-.102-1.01-.321-1.414a2.2%202.2%200%200%200-.867-.88c-.594-.333-1.232-.331-1.451-.33H10a1%201%200%200%200-1%201v6.5a1%201%200%200%200%201%201h2.375c.299%200%20.963-.04%201.587-.375a2.4%202.4%200%200%200%20.909-.84c.25-.4.38-.875.38-1.41c0-.554-.121-1.046-.374-1.46a2.2%202.2%200%200%200-.363-.453m-1.852-1.887a.2.2%200%200%201%20.082.085c.028.052.081.185.081.464c0%20.229-.046.344-.075.395a.3.3%200%200%201-.119.12a1%201%200%200%201-.462.11H11V4.75h1.163c.222%200%20.39.015.5.076M12.174%208h.201c.251%200%20.495.013.67.1c.065.031.1.065.124.106c.026.043.081.16.081.42c0%20.206-.047.305-.074.349a.4.4%200%200%201-.161.139c-.196.105-.47.136-.64.136H11V8zM5.03%202.75a1%201%200%200%201%20.928.666l2.306%206.5a1%201%200%201%201-1.885.668l-.19-.535H3.65l-.217.562a1%201%200%201%201-1.865-.722l2.516-6.5a1%201%200%200%201%20.947-.639m-.055%203.876l-.551%201.422H5.48zm10.506%205.984l-4.299%205.159l-1.726-1.726a1%201%200%200%200-1.414%201.414l2.5%202.5a1%201%200%200%200%201.476-.067l5-6a1%201%200%200%200-1.537-1.28%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%20fill%3D%22currentColor%22%20d%3D%22M22.19%204.971c-.343-.955-.863-1.586-1.552-1.924c-.61-.299-1.234-.298-1.592-.297H19c-.808%200-1.466.278-1.965.721c-.478.425-.765.96-.94%201.428a5.7%205.7%200%200%200-.302%201.258a6%206%200%200%200-.042.534v.097c-.001.498-.002%201.47.35%202.364c.187.478.486.968.963%201.36c.482.398%201.093.65%201.826.732c.59.066%202.433.028%203.271-1.824a1%201%200%200%200-1.822-.825c-.156.345-.38.5-.602.581a1.5%201.5%200%200%201-.626.08c-.392-.043-.626-.164-.776-.287a1.3%201.3%200%200%201-.373-.547c-.201-.514-.212-1.139-.212-1.669v-.012l.003-.066a4%204%200%200%201%20.215-1.074c.106-.282.241-.497.396-.635c.134-.119.32-.216.636-.216c.408%200%20.599.015.758.093c.106.052.333.201.552.806a1%201%200%201%200%201.88-.678m-7.676%201.742c.196-.365.311-.81.311-1.338c0-.533-.102-1.01-.321-1.414a2.2%202.2%200%200%200-.867-.88c-.594-.333-1.232-.331-1.451-.33H10a1%201%200%200%200-1%201v6.5a1%201%200%200%200%201%201h2.375c.299%200%20.963-.04%201.587-.375a2.4%202.4%200%200%200%20.909-.84c.25-.4.38-.875.38-1.41c0-.554-.121-1.046-.374-1.46a2.2%202.2%200%200%200-.363-.453m-1.852-1.887a.2.2%200%200%201%20.082.085c.028.052.081.185.081.464c0%20.229-.046.344-.075.395a.3.3%200%200%201-.119.12a1%201%200%200%201-.462.11H11V4.75h1.163c.222%200%20.39.015.5.076M12.174%208h.201c.251%200%20.495.013.67.1c.065.031.1.065.124.106c.026.043.081.16.081.42c0%20.206-.047.305-.074.349a.4.4%200%200%201-.161.139c-.196.105-.47.136-.64.136H11V8zM5.03%202.75a1%201%200%200%201%20.928.666l2.306%206.5a1%201%200%201%201-1.885.668l-.19-.535H3.65l-.217.562a1%201%200%201%201-1.865-.722l2.516-6.5a1%201%200%200%201%20.947-.639m-.055%203.876l-.551%201.422H5.48zm10.506%205.984l-4.299%205.159l-1.726-1.726a1%201%200%200%200-1.414%201.414l2.5%202.5a1%201%200%200%200%201.476-.067l5-6a1%201%200%200%200-1.537-1.28%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-24-filled.svg?color=%231a73e8&size=48