text proofing tools ga na da icon
text-proofing-tools-ga-na-da-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- text-proofing-tools-ga-na-da-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
3 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 ga na da 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 9.17a.5.5 0 0 1 .752.66l-3.5 4a.5.5 0 0 1-.73.024l-2-2l-.064-.079a.501.501 0 0 1 .693-.693l.078.064l1.622 1.623zM4.5 1.5A.5.5 0 0 1 5 2v1h.5a.5.5 0 0 1 0 1H5v3.5a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v1h.5a.5.5 0 0 1 0 1H10v3.5a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v1h.5a.5.5 0 0 1 0 1H15v3.5a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5m-6.863.52a.5.5 0 0 1 .343.618l-.783 2.738l.72-.12a.5.5 0 0 1 .165.987l-1.5.25a.5.5 0 0 1-.563-.63l1-3.5a.5.5 0 0 1 .618-.343M3.1 2.01a.5.5 0 0 1 .4.49c0 1.029-.126 1.882-.5 2.556c-.34.61-.855 1.025-1.538 1.306l-.304.113a.5.5 0 0 1-.317-.95l.237-.087c.52-.212.84-.495 1.047-.869c.204-.368.324-.868.361-1.569H1a.5.5 0 0 1 0-1h2zM12.5 2a.5.5 0 0 1 0 1v2.41l.42-.07a.5.5 0 0 1 .165.986l-1.003.167A.5.5 0 0 1 11.5 6V2.5l.01-.1A.5.5 0 0 1 12 2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextProofingToolsGaNaDa16Regular(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 9.17a.5.5 0 0 1 .752.66l-3.5 4a.5.5 0 0 1-.73.024l-2-2l-.064-.079a.501.501 0 0 1 .693-.693l.078.064l1.622 1.623zM4.5 1.5A.5.5 0 0 1 5 2v1h.5a.5.5 0 0 1 0 1H5v3.5a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v1h.5a.5.5 0 0 1 0 1H10v3.5a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v1h.5a.5.5 0 0 1 0 1H15v3.5a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5m-6.863.52a.5.5 0 0 1 .343.618l-.783 2.738l.72-.12a.5.5 0 0 1 .165.987l-1.5.25a.5.5 0 0 1-.563-.63l1-3.5a.5.5 0 0 1 .618-.343M3.1 2.01a.5.5 0 0 1 .4.49c0 1.029-.126 1.882-.5 2.556c-.34.61-.855 1.025-1.538 1.306l-.304.113a.5.5 0 0 1-.317-.95l.237-.087c.52-.212.84-.495 1.047-.869c.204-.368.324-.868.361-1.569H1a.5.5 0 0 1 0-1h2zM12.5 2a.5.5 0 0 1 0 1v2.41l.42-.07a.5.5 0 0 1 .165.986l-1.003.167A.5.5 0 0 1 11.5 6V2.5l.01-.1A.5.5 0 0 1 12 2z"/></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 9.17a.5.5 0 0 1 .752.66l-3.5 4a.5.5 0 0 1-.73.024l-2-2l-.064-.079a.501.501 0 0 1 .693-.693l.078.064l1.622 1.623zM4.5 1.5A.5.5 0 0 1 5 2v1h.5a.5.5 0 0 1 0 1H5v3.5a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v1h.5a.5.5 0 0 1 0 1H10v3.5a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v1h.5a.5.5 0 0 1 0 1H15v3.5a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5m-6.863.52a.5.5 0 0 1 .343.618l-.783 2.738l.72-.12a.5.5 0 0 1 .165.987l-1.5.25a.5.5 0 0 1-.563-.63l1-3.5a.5.5 0 0 1 .618-.343M3.1 2.01a.5.5 0 0 1 .4.49c0 1.029-.126 1.882-.5 2.556c-.34.61-.855 1.025-1.538 1.306l-.304.113a.5.5 0 0 1-.317-.95l.237-.087c.52-.212.84-.495 1.047-.869c.204-.368.324-.868.361-1.569H1a.5.5 0 0 1 0-1h2zM12.5 2a.5.5 0 0 1 0 1v2.41l.42-.07a.5.5 0 0 1 .165.986l-1.003.167A.5.5 0 0 1 11.5 6V2.5l.01-.1A.5.5 0 0 1 12 2z"/></svg> </template>
CSS
.icon-text-proofing-tools-ga-na-da-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%209.17a.5.5%200%200%201%20.752.66l-3.5%204a.5.5%200%200%201-.73.024l-2-2l-.064-.079a.501.501%200%200%201%20.693-.693l.078.064l1.622%201.623zM4.5%201.5A.5.5%200%200%201%205%202v1h.5a.5.5%200%200%201%200%201H5v3.5a.5.5%200%200%201-1%200V2a.5.5%200%200%201%20.5-.5m5%200a.5.5%200%200%201%20.5.5v1h.5a.5.5%200%200%201%200%201H10v3.5a.5.5%200%200%201-1%200V2a.5.5%200%200%201%20.5-.5m5%200a.5.5%200%200%201%20.5.5v1h.5a.5.5%200%200%201%200%201H15v3.5a.5.5%200%200%201-1%200V2a.5.5%200%200%201%20.5-.5m-6.863.52a.5.5%200%200%201%20.343.618l-.783%202.738l.72-.12a.5.5%200%200%201%20.165.987l-1.5.25a.5.5%200%200%201-.563-.63l1-3.5a.5.5%200%200%201%20.618-.343M3.1%202.01a.5.5%200%200%201%20.4.49c0%201.029-.126%201.882-.5%202.556c-.34.61-.855%201.025-1.538%201.306l-.304.113a.5.5%200%200%201-.317-.95l.237-.087c.52-.212.84-.495%201.047-.869c.204-.368.324-.868.361-1.569H1a.5.5%200%200%201%200-1h2zM12.5%202a.5.5%200%200%201%200%201v2.41l.42-.07a.5.5%200%200%201%20.165.986l-1.003.167A.5.5%200%200%201%2011.5%206V2.5l.01-.1A.5.5%200%200%201%2012%202z%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%209.17a.5.5%200%200%201%20.752.66l-3.5%204a.5.5%200%200%201-.73.024l-2-2l-.064-.079a.501.501%200%200%201%20.693-.693l.078.064l1.622%201.623zM4.5%201.5A.5.5%200%200%201%205%202v1h.5a.5.5%200%200%201%200%201H5v3.5a.5.5%200%200%201-1%200V2a.5.5%200%200%201%20.5-.5m5%200a.5.5%200%200%201%20.5.5v1h.5a.5.5%200%200%201%200%201H10v3.5a.5.5%200%200%201-1%200V2a.5.5%200%200%201%20.5-.5m5%200a.5.5%200%200%201%20.5.5v1h.5a.5.5%200%200%201%200%201H15v3.5a.5.5%200%200%201-1%200V2a.5.5%200%200%201%20.5-.5m-6.863.52a.5.5%200%200%201%20.343.618l-.783%202.738l.72-.12a.5.5%200%200%201%20.165.987l-1.5.25a.5.5%200%200%201-.563-.63l1-3.5a.5.5%200%200%201%20.618-.343M3.1%202.01a.5.5%200%200%201%20.4.49c0%201.029-.126%201.882-.5%202.556c-.34.61-.855%201.025-1.538%201.306l-.304.113a.5.5%200%200%201-.317-.95l.237-.087c.52-.212.84-.495%201.047-.869c.204-.368.324-.868.361-1.569H1a.5.5%200%200%201%200-1h2zM12.5%202a.5.5%200%200%201%200%201v2.41l.42-.07a.5.5%200%200%201%20.165.986l-1.003.167A.5.5%200%200%201%2011.5%206V2.5l.01-.1A.5.5%200%200%201%2012%202z%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-ga-na-da-16-regular.svg?color=%231a73e8&size=48