inking tool icon
inking-tool-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- inking-tool-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M4.5 2.75a.75.75 0 0 0-1.5 0v3.5C3 7.216 3.784 8 4.75 8h.265l4.036 8.968a1.75 1.75 0 0 0 1.044.943A6 6 0 0 0 10 19c0 .671.09 1.366.363 1.921c.292.595.83 1.079 1.637 1.079s1.345-.484 1.637-1.079c.272-.555.363-1.25.363-1.921c0-.367-.027-.738-.095-1.09a1.75 1.75 0 0 0 1.044-.942L18.985 8h.265A1.75 1.75 0 0 0 21 6.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25H4.75a.25.25 0 0 1-.25-.25zM6.66 8h10.68l-3.759 8.353a.25.25 0 0 1-.228.147h-2.706a.25.25 0 0 1-.228-.147zm4.953 10h.774c.071.256.113.594.113 1c0 .572-.083 1.002-.21 1.26c-.108.22-.195.24-.29.24s-.182-.02-.29-.24c-.127-.258-.21-.689-.21-1.26c0-.406.042-.744.113-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentInkingTool24Regular(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="M4.5 2.75a.75.75 0 0 0-1.5 0v3.5C3 7.216 3.784 8 4.75 8h.265l4.036 8.968a1.75 1.75 0 0 0 1.044.943A6 6 0 0 0 10 19c0 .671.09 1.366.363 1.921c.292.595.83 1.079 1.637 1.079s1.345-.484 1.637-1.079c.272-.555.363-1.25.363-1.921c0-.367-.027-.738-.095-1.09a1.75 1.75 0 0 0 1.044-.942L18.985 8h.265A1.75 1.75 0 0 0 21 6.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25H4.75a.25.25 0 0 1-.25-.25zM6.66 8h10.68l-3.759 8.353a.25.25 0 0 1-.228.147h-2.706a.25.25 0 0 1-.228-.147zm4.953 10h.774c.071.256.113.594.113 1c0 .572-.083 1.002-.21 1.26c-.108.22-.195.24-.29.24s-.182-.02-.29-.24c-.127-.258-.21-.689-.21-1.26c0-.406.042-.744.113-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 2.75a.75.75 0 0 0-1.5 0v3.5C3 7.216 3.784 8 4.75 8h.265l4.036 8.968a1.75 1.75 0 0 0 1.044.943A6 6 0 0 0 10 19c0 .671.09 1.366.363 1.921c.292.595.83 1.079 1.637 1.079s1.345-.484 1.637-1.079c.272-.555.363-1.25.363-1.921c0-.367-.027-.738-.095-1.09a1.75 1.75 0 0 0 1.044-.942L18.985 8h.265A1.75 1.75 0 0 0 21 6.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25H4.75a.25.25 0 0 1-.25-.25zM6.66 8h10.68l-3.759 8.353a.25.25 0 0 1-.228.147h-2.706a.25.25 0 0 1-.228-.147zm4.953 10h.774c.071.256.113.594.113 1c0 .572-.083 1.002-.21 1.26c-.108.22-.195.24-.29.24s-.182-.02-.29-.24c-.127-.258-.21-.689-.21-1.26c0-.406.042-.744.113-1"/></svg> </template>
CSS
.icon-inking-tool-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%22M4.5%202.75a.75.75%200%200%200-1.5%200v3.5C3%207.216%203.784%208%204.75%208h.265l4.036%208.968a1.75%201.75%200%200%200%201.044.943A6%206%200%200%200%2010%2019c0%20.671.09%201.366.363%201.921c.292.595.83%201.079%201.637%201.079s1.345-.484%201.637-1.079c.272-.555.363-1.25.363-1.921c0-.367-.027-.738-.095-1.09a1.75%201.75%200%200%200%201.044-.942L18.985%208h.265A1.75%201.75%200%200%200%2021%206.25v-3.5a.75.75%200%200%200-1.5%200v3.5a.25.25%200%200%201-.25.25H4.75a.25.25%200%200%201-.25-.25zM6.66%208h10.68l-3.759%208.353a.25.25%200%200%201-.228.147h-2.706a.25.25%200%200%201-.228-.147zm4.953%2010h.774c.071.256.113.594.113%201c0%20.572-.083%201.002-.21%201.26c-.108.22-.195.24-.29.24s-.182-.02-.29-.24c-.127-.258-.21-.689-.21-1.26c0-.406.042-.744.113-1%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%22M4.5%202.75a.75.75%200%200%200-1.5%200v3.5C3%207.216%203.784%208%204.75%208h.265l4.036%208.968a1.75%201.75%200%200%200%201.044.943A6%206%200%200%200%2010%2019c0%20.671.09%201.366.363%201.921c.292.595.83%201.079%201.637%201.079s1.345-.484%201.637-1.079c.272-.555.363-1.25.363-1.921c0-.367-.027-.738-.095-1.09a1.75%201.75%200%200%200%201.044-.942L18.985%208h.265A1.75%201.75%200%200%200%2021%206.25v-3.5a.75.75%200%200%200-1.5%200v3.5a.25.25%200%200%201-.25.25H4.75a.25.25%200%200%201-.25-.25zM6.66%208h10.68l-3.759%208.353a.25.25%200%200%201-.228.147h-2.706a.25.25%200%200%201-.228-.147zm4.953%2010h.774c.071.256.113.594.113%201c0%20.572-.083%201.002-.21%201.26c-.108.22-.195.24-.29.24s-.182-.02-.29-.24c-.127-.258-.21-.689-.21-1.26c0-.406.042-.744.113-1%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-regular.svg?color=%231a73e8&size=48