inking tool icon
inking-tool-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- inking-tool-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the inking tool icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.82 20.04q-.183.684-.563 1.275a1.5 1.5 0 0 1-2.467.079l-.082-.122l-.124-.218a4.8 4.8 0 0 1-.393-1.014a5.6 5.6 0 0 1-.156-2.04h3.93q.111 1.082-.145 2.04M18.477 9l-3.465 7.085a1.75 1.75 0 0 1-1.096.915h-3.737l-.107-.03a1.74 1.74 0 0 1-.908-.72l-.085-.151L5.537 9zm1.773-7.002a.75.75 0 0 1 .743.648l.007.102v3.5a1.75 1.75 0 0 1-1.607 1.744l-.143.006H4.752a1.75 1.75 0 0 1-1.744-1.606l-.006-.144v-3.5a.75.75 0 0 1 .648-.743l.102-.007z"/></svg>
React
import type { SVGProps } from "react";
export function FluentInkingTool24Filled(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="M13.82 20.04q-.183.684-.563 1.275a1.5 1.5 0 0 1-2.467.079l-.082-.122l-.124-.218a4.8 4.8 0 0 1-.393-1.014a5.6 5.6 0 0 1-.156-2.04h3.93q.111 1.082-.145 2.04M18.477 9l-3.465 7.085a1.75 1.75 0 0 1-1.096.915h-3.737l-.107-.03a1.74 1.74 0 0 1-.908-.72l-.085-.151L5.537 9zm1.773-7.002a.75.75 0 0 1 .743.648l.007.102v3.5a1.75 1.75 0 0 1-1.607 1.744l-.143.006H4.752a1.75 1.75 0 0 1-1.744-1.606l-.006-.144v-3.5a.75.75 0 0 1 .648-.743l.102-.007z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.82 20.04q-.183.684-.563 1.275a1.5 1.5 0 0 1-2.467.079l-.082-.122l-.124-.218a4.8 4.8 0 0 1-.393-1.014a5.6 5.6 0 0 1-.156-2.04h3.93q.111 1.082-.145 2.04M18.477 9l-3.465 7.085a1.75 1.75 0 0 1-1.096.915h-3.737l-.107-.03a1.74 1.74 0 0 1-.908-.72l-.085-.151L5.537 9zm1.773-7.002a.75.75 0 0 1 .743.648l.007.102v3.5a1.75 1.75 0 0 1-1.607 1.744l-.143.006H4.752a1.75 1.75 0 0 1-1.744-1.606l-.006-.144v-3.5a.75.75 0 0 1 .648-.743l.102-.007z"/></svg> </template>
CSS
.icon-inking-tool-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%22M13.82%2020.04q-.183.684-.563%201.275a1.5%201.5%200%200%201-2.467.079l-.082-.122l-.124-.218a4.8%204.8%200%200%201-.393-1.014a5.6%205.6%200%200%201-.156-2.04h3.93q.111%201.082-.145%202.04M18.477%209l-3.465%207.085a1.75%201.75%200%200%201-1.096.915h-3.737l-.107-.03a1.74%201.74%200%200%201-.908-.72l-.085-.151L5.537%209zm1.773-7.002a.75.75%200%200%201%20.743.648l.007.102v3.5a1.75%201.75%200%200%201-1.607%201.744l-.143.006H4.752a1.75%201.75%200%200%201-1.744-1.606l-.006-.144v-3.5a.75.75%200%200%201%20.648-.743l.102-.007z%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%22M13.82%2020.04q-.183.684-.563%201.275a1.5%201.5%200%200%201-2.467.079l-.082-.122l-.124-.218a4.8%204.8%200%200%201-.393-1.014a5.6%205.6%200%200%201-.156-2.04h3.93q.111%201.082-.145%202.04M18.477%209l-3.465%207.085a1.75%201.75%200%200%201-1.096.915h-3.737l-.107-.03a1.74%201.74%200%200%201-.908-.72l-.085-.151L5.537%209zm1.773-7.002a.75.75%200%200%201%20.743.648l.007.102v3.5a1.75%201.75%200%200%201-1.607%201.744l-.143.006H4.752a1.75%201.75%200%200%201-1.744-1.606l-.006-.144v-3.5a.75.75%200%200%201%20.648-.743l.102-.007z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/inking-tool-24-filled.svg?color=%231a73e8&size=48