text proofing tools icon

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

Name
text-proofing-tools-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

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="M20.528 3.272c.616.302 1.1.872 1.428 1.784a.75.75 0 1 1-1.411.508c-.234-.648-.498-.858-.678-.946C19.65 4.511 19.4 4.5 19 4.5c-.378 0-.623.12-.802.28c-.195.173-.35.428-.464.733a4 4 0 0 0-.204.861a4 4 0 0 0-.03.361v.016c0 .524.008 1.197.23 1.762c.105.27.25.487.446.648c.192.158.473.295.907.344c.352.039 1.129-.022 1.484-.807a.75.75 0 1 1 1.366.62c-.77 1.699-2.459 1.74-3.016 1.678c-.69-.077-1.253-.313-1.694-.677a3.04 3.04 0 0 1-.89-1.258C16 8.21 16 7.28 16 6.78v-.048l.001-.035q0-.043.005-.117a5.4 5.4 0 0 1 .323-1.594c.167-.445.434-.94.872-1.329c.453-.403 1.052-.658 1.8-.658h.038c.36 0 .933-.001 1.489.272M5.277 3a.75.75 0 0 1 .696.5L8.28 10a.75.75 0 0 1-1.414.5l-.338-.952H3.826l-.376.973a.75.75 0 0 1-1.4-.542l2.517-6.5A.75.75 0 0 1 5.277 3m-.041 2.907l-.83 2.141h1.59zM9.28 16.22l1.919 1.919l4.474-5.37a.75.75 0 1 1 1.152.961l-5 6a.75.75 0 0 1-1.106.05l-2.5-2.5a.75.75 0 1 1 1.06-1.06m5.294-10.845c0 .574-.146 1.034-.383 1.389c.175.138.338.312.472.532q.336.553.336 1.33c0 .494-.118.923-.341 1.278a2.15 2.15 0 0 1-.815.751c-.571.307-1.186.345-1.469.345H9.75a.75.75 0 0 1-.75-.75v-6.5A.75.75 0 0 1 9.75 3h2.433c.215 0 .796-.001 1.332.298c.294.164.571.415.769.781q.292.543.291 1.296M12.163 4.5H10.5v1.75h1.663c.15 0 .405-.03.598-.147a.56.56 0 0 0 .207-.212c.053-.094.107-.252.107-.516c0-.31-.06-.487-.111-.583a.44.44 0 0 0-.18-.184c-.173-.097-.403-.108-.621-.108m.212 5c.187 0 .509-.032.758-.166a.65.65 0 0 0 .255-.227c.055-.088.112-.234.112-.482c0-.296-.063-.46-.117-.55a.5.5 0 0 0-.227-.2c-.234-.115-.534-.125-.78-.125H10.5V9.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextProofingTools24Regular(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="M20.528 3.272c.616.302 1.1.872 1.428 1.784a.75.75 0 1 1-1.411.508c-.234-.648-.498-.858-.678-.946C19.65 4.511 19.4 4.5 19 4.5c-.378 0-.623.12-.802.28c-.195.173-.35.428-.464.733a4 4 0 0 0-.204.861a4 4 0 0 0-.03.361v.016c0 .524.008 1.197.23 1.762c.105.27.25.487.446.648c.192.158.473.295.907.344c.352.039 1.129-.022 1.484-.807a.75.75 0 1 1 1.366.62c-.77 1.699-2.459 1.74-3.016 1.678c-.69-.077-1.253-.313-1.694-.677a3.04 3.04 0 0 1-.89-1.258C16 8.21 16 7.28 16 6.78v-.048l.001-.035q0-.043.005-.117a5.4 5.4 0 0 1 .323-1.594c.167-.445.434-.94.872-1.329c.453-.403 1.052-.658 1.8-.658h.038c.36 0 .933-.001 1.489.272M5.277 3a.75.75 0 0 1 .696.5L8.28 10a.75.75 0 0 1-1.414.5l-.338-.952H3.826l-.376.973a.75.75 0 0 1-1.4-.542l2.517-6.5A.75.75 0 0 1 5.277 3m-.041 2.907l-.83 2.141h1.59zM9.28 16.22l1.919 1.919l4.474-5.37a.75.75 0 1 1 1.152.961l-5 6a.75.75 0 0 1-1.106.05l-2.5-2.5a.75.75 0 1 1 1.06-1.06m5.294-10.845c0 .574-.146 1.034-.383 1.389c.175.138.338.312.472.532q.336.553.336 1.33c0 .494-.118.923-.341 1.278a2.15 2.15 0 0 1-.815.751c-.571.307-1.186.345-1.469.345H9.75a.75.75 0 0 1-.75-.75v-6.5A.75.75 0 0 1 9.75 3h2.433c.215 0 .796-.001 1.332.298c.294.164.571.415.769.781q.292.543.291 1.296M12.163 4.5H10.5v1.75h1.663c.15 0 .405-.03.598-.147a.56.56 0 0 0 .207-.212c.053-.094.107-.252.107-.516c0-.31-.06-.487-.111-.583a.44.44 0 0 0-.18-.184c-.173-.097-.403-.108-.621-.108m.212 5c.187 0 .509-.032.758-.166a.65.65 0 0 0 .255-.227c.055-.088.112-.234.112-.482c0-.296-.063-.46-.117-.55a.5.5 0 0 0-.227-.2c-.234-.115-.534-.125-.78-.125H10.5V9.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.528 3.272c.616.302 1.1.872 1.428 1.784a.75.75 0 1 1-1.411.508c-.234-.648-.498-.858-.678-.946C19.65 4.511 19.4 4.5 19 4.5c-.378 0-.623.12-.802.28c-.195.173-.35.428-.464.733a4 4 0 0 0-.204.861a4 4 0 0 0-.03.361v.016c0 .524.008 1.197.23 1.762c.105.27.25.487.446.648c.192.158.473.295.907.344c.352.039 1.129-.022 1.484-.807a.75.75 0 1 1 1.366.62c-.77 1.699-2.459 1.74-3.016 1.678c-.69-.077-1.253-.313-1.694-.677a3.04 3.04 0 0 1-.89-1.258C16 8.21 16 7.28 16 6.78v-.048l.001-.035q0-.043.005-.117a5.4 5.4 0 0 1 .323-1.594c.167-.445.434-.94.872-1.329c.453-.403 1.052-.658 1.8-.658h.038c.36 0 .933-.001 1.489.272M5.277 3a.75.75 0 0 1 .696.5L8.28 10a.75.75 0 0 1-1.414.5l-.338-.952H3.826l-.376.973a.75.75 0 0 1-1.4-.542l2.517-6.5A.75.75 0 0 1 5.277 3m-.041 2.907l-.83 2.141h1.59zM9.28 16.22l1.919 1.919l4.474-5.37a.75.75 0 1 1 1.152.961l-5 6a.75.75 0 0 1-1.106.05l-2.5-2.5a.75.75 0 1 1 1.06-1.06m5.294-10.845c0 .574-.146 1.034-.383 1.389c.175.138.338.312.472.532q.336.553.336 1.33c0 .494-.118.923-.341 1.278a2.15 2.15 0 0 1-.815.751c-.571.307-1.186.345-1.469.345H9.75a.75.75 0 0 1-.75-.75v-6.5A.75.75 0 0 1 9.75 3h2.433c.215 0 .796-.001 1.332.298c.294.164.571.415.769.781q.292.543.291 1.296M12.163 4.5H10.5v1.75h1.663c.15 0 .405-.03.598-.147a.56.56 0 0 0 .207-.212c.053-.094.107-.252.107-.516c0-.31-.06-.487-.111-.583a.44.44 0 0 0-.18-.184c-.173-.097-.403-.108-.621-.108m.212 5c.187 0 .509-.032.758-.166a.65.65 0 0 0 .255-.227c.055-.088.112-.234.112-.482c0-.296-.063-.46-.117-.55a.5.5 0 0 0-.227-.2c-.234-.115-.534-.125-.78-.125H10.5V9.5z"/></svg>
</template>

CSS

.icon-text-proofing-tools-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.528%203.272c.616.302%201.1.872%201.428%201.784a.75.75%200%201%201-1.411.508c-.234-.648-.498-.858-.678-.946C19.65%204.511%2019.4%204.5%2019%204.5c-.378%200-.623.12-.802.28c-.195.173-.35.428-.464.733a4%204%200%200%200-.204.861a4%204%200%200%200-.03.361v.016c0%20.524.008%201.197.23%201.762c.105.27.25.487.446.648c.192.158.473.295.907.344c.352.039%201.129-.022%201.484-.807a.75.75%200%201%201%201.366.62c-.77%201.699-2.459%201.74-3.016%201.678c-.69-.077-1.253-.313-1.694-.677a3.04%203.04%200%200%201-.89-1.258C16%208.21%2016%207.28%2016%206.78v-.048l.001-.035q0-.043.005-.117a5.4%205.4%200%200%201%20.323-1.594c.167-.445.434-.94.872-1.329c.453-.403%201.052-.658%201.8-.658h.038c.36%200%20.933-.001%201.489.272M5.277%203a.75.75%200%200%201%20.696.5L8.28%2010a.75.75%200%200%201-1.414.5l-.338-.952H3.826l-.376.973a.75.75%200%200%201-1.4-.542l2.517-6.5A.75.75%200%200%201%205.277%203m-.041%202.907l-.83%202.141h1.59zM9.28%2016.22l1.919%201.919l4.474-5.37a.75.75%200%201%201%201.152.961l-5%206a.75.75%200%200%201-1.106.05l-2.5-2.5a.75.75%200%201%201%201.06-1.06m5.294-10.845c0%20.574-.146%201.034-.383%201.389c.175.138.338.312.472.532q.336.553.336%201.33c0%20.494-.118.923-.341%201.278a2.15%202.15%200%200%201-.815.751c-.571.307-1.186.345-1.469.345H9.75a.75.75%200%200%201-.75-.75v-6.5A.75.75%200%200%201%209.75%203h2.433c.215%200%20.796-.001%201.332.298c.294.164.571.415.769.781q.292.543.291%201.296M12.163%204.5H10.5v1.75h1.663c.15%200%20.405-.03.598-.147a.56.56%200%200%200%20.207-.212c.053-.094.107-.252.107-.516c0-.31-.06-.487-.111-.583a.44.44%200%200%200-.18-.184c-.173-.097-.403-.108-.621-.108m.212%205c.187%200%20.509-.032.758-.166a.65.65%200%200%200%20.255-.227c.055-.088.112-.234.112-.482c0-.296-.063-.46-.117-.55a.5.5%200%200%200-.227-.2c-.234-.115-.534-.125-.78-.125H10.5V9.5z%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%22M20.528%203.272c.616.302%201.1.872%201.428%201.784a.75.75%200%201%201-1.411.508c-.234-.648-.498-.858-.678-.946C19.65%204.511%2019.4%204.5%2019%204.5c-.378%200-.623.12-.802.28c-.195.173-.35.428-.464.733a4%204%200%200%200-.204.861a4%204%200%200%200-.03.361v.016c0%20.524.008%201.197.23%201.762c.105.27.25.487.446.648c.192.158.473.295.907.344c.352.039%201.129-.022%201.484-.807a.75.75%200%201%201%201.366.62c-.77%201.699-2.459%201.74-3.016%201.678c-.69-.077-1.253-.313-1.694-.677a3.04%203.04%200%200%201-.89-1.258C16%208.21%2016%207.28%2016%206.78v-.048l.001-.035q0-.043.005-.117a5.4%205.4%200%200%201%20.323-1.594c.167-.445.434-.94.872-1.329c.453-.403%201.052-.658%201.8-.658h.038c.36%200%20.933-.001%201.489.272M5.277%203a.75.75%200%200%201%20.696.5L8.28%2010a.75.75%200%200%201-1.414.5l-.338-.952H3.826l-.376.973a.75.75%200%200%201-1.4-.542l2.517-6.5A.75.75%200%200%201%205.277%203m-.041%202.907l-.83%202.141h1.59zM9.28%2016.22l1.919%201.919l4.474-5.37a.75.75%200%201%201%201.152.961l-5%206a.75.75%200%200%201-1.106.05l-2.5-2.5a.75.75%200%201%201%201.06-1.06m5.294-10.845c0%20.574-.146%201.034-.383%201.389c.175.138.338.312.472.532q.336.553.336%201.33c0%20.494-.118.923-.341%201.278a2.15%202.15%200%200%201-.815.751c-.571.307-1.186.345-1.469.345H9.75a.75.75%200%200%201-.75-.75v-6.5A.75.75%200%200%201%209.75%203h2.433c.215%200%20.796-.001%201.332.298c.294.164.571.415.769.781q.292.543.291%201.296M12.163%204.5H10.5v1.75h1.663c.15%200%20.405-.03.598-.147a.56.56%200%200%200%20.207-.212c.053-.094.107-.252.107-.516c0-.31-.06-.487-.111-.583a.44.44%200%200%200-.18-.184c-.173-.097-.403-.108-.621-.108m.212%205c.187%200%20.509-.032.758-.166a.65.65%200%200%200%20.255-.227c.055-.088.112-.234.112-.482c0-.296-.063-.46-.117-.55a.5.5%200%200%200-.227-.2c-.234-.115-.534-.125-.78-.125H10.5V9.5z%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-regular.svg?color=%231a73e8&size=48