hand draw icon
hand-draw-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- hand-draw-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
10 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the hand draw icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.002 10a3 3 0 0 1 3 3v2.975l2.611.322a5 5 0 0 1 4.2 6.324l-1.362 4.814A3 3 0 0 1 21.89 29.6l-3.538.386c-1.258.137-2.383-.534-3.007-1.497c-1.946-3.005-4.778-4.411-8.292-6.171a1 1 0 0 1-.45-1.334l.043-.087a5 5 0 0 1 6.356-2.44V13a3 3 0 0 1 3-3m.705-7.997a52 52 0 0 1 3.857.086c1.394.089 2.857.26 3.997.591c.564.164 1.124.388 1.564.716c.453.337.875.867.875 1.603c0 1.035-.71 1.694-1.429 2.08c-.718.386-1.666.635-2.68.812c-2.045.357-4.741.483-7.343.607c-2.648.126-5.202.25-7.095.58c-.954.167-1.647.372-2.077.603a1.2 1.2 0 0 0-.342.25c.1.077.278.18.568.288c.638.24 1.544.416 2.522.538c.963.12 1.934.181 2.668.212l.19.005a4.5 4.5 0 0 0-.48 1.982a35 35 0 0 1-2.626-.214c-1.022-.128-2.116-.327-2.978-.65c-.427-.16-.865-.376-1.212-.68C4.326 11.097 4 10.625 4 10c0-1.035.71-1.694 1.429-2.08c.718-.386 1.666-.634 2.68-.811c2.045-.357 4.741-.484 7.343-.608c2.648-.126 5.202-.25 7.095-.58c.954-.166 1.647-.371 2.077-.602c.21-.113.309-.206.35-.26q.004-.005.006-.012q-.018-.02-.05-.047c-.162-.12-.461-.262-.928-.398c-.923-.269-2.21-.43-3.565-.516a50 50 0 0 0-3.707-.082a58 58 0 0 0-1.652.044l-.022.001h-.109a1 1 0 0 1 .003-1.997h.01l.025-.002l.096-.004l.357-.013c.307-.01.745-.022 1.269-.029"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandDraw32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.002 10a3 3 0 0 1 3 3v2.975l2.611.322a5 5 0 0 1 4.2 6.324l-1.362 4.814A3 3 0 0 1 21.89 29.6l-3.538.386c-1.258.137-2.383-.534-3.007-1.497c-1.946-3.005-4.778-4.411-8.292-6.171a1 1 0 0 1-.45-1.334l.043-.087a5 5 0 0 1 6.356-2.44V13a3 3 0 0 1 3-3m.705-7.997a52 52 0 0 1 3.857.086c1.394.089 2.857.26 3.997.591c.564.164 1.124.388 1.564.716c.453.337.875.867.875 1.603c0 1.035-.71 1.694-1.429 2.08c-.718.386-1.666.635-2.68.812c-2.045.357-4.741.483-7.343.607c-2.648.126-5.202.25-7.095.58c-.954.167-1.647.372-2.077.603a1.2 1.2 0 0 0-.342.25c.1.077.278.18.568.288c.638.24 1.544.416 2.522.538c.963.12 1.934.181 2.668.212l.19.005a4.5 4.5 0 0 0-.48 1.982a35 35 0 0 1-2.626-.214c-1.022-.128-2.116-.327-2.978-.65c-.427-.16-.865-.376-1.212-.68C4.326 11.097 4 10.625 4 10c0-1.035.71-1.694 1.429-2.08c.718-.386 1.666-.634 2.68-.811c2.045-.357 4.741-.484 7.343-.608c2.648-.126 5.202-.25 7.095-.58c.954-.166 1.647-.371 2.077-.602c.21-.113.309-.206.35-.26q.004-.005.006-.012q-.018-.02-.05-.047c-.162-.12-.461-.262-.928-.398c-.923-.269-2.21-.43-3.565-.516a50 50 0 0 0-3.707-.082a58 58 0 0 0-1.652.044l-.022.001h-.109a1 1 0 0 1 .003-1.997h.01l.025-.002l.096-.004l.357-.013c.307-.01.745-.022 1.269-.029"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.002 10a3 3 0 0 1 3 3v2.975l2.611.322a5 5 0 0 1 4.2 6.324l-1.362 4.814A3 3 0 0 1 21.89 29.6l-3.538.386c-1.258.137-2.383-.534-3.007-1.497c-1.946-3.005-4.778-4.411-8.292-6.171a1 1 0 0 1-.45-1.334l.043-.087a5 5 0 0 1 6.356-2.44V13a3 3 0 0 1 3-3m.705-7.997a52 52 0 0 1 3.857.086c1.394.089 2.857.26 3.997.591c.564.164 1.124.388 1.564.716c.453.337.875.867.875 1.603c0 1.035-.71 1.694-1.429 2.08c-.718.386-1.666.635-2.68.812c-2.045.357-4.741.483-7.343.607c-2.648.126-5.202.25-7.095.58c-.954.167-1.647.372-2.077.603a1.2 1.2 0 0 0-.342.25c.1.077.278.18.568.288c.638.24 1.544.416 2.522.538c.963.12 1.934.181 2.668.212l.19.005a4.5 4.5 0 0 0-.48 1.982a35 35 0 0 1-2.626-.214c-1.022-.128-2.116-.327-2.978-.65c-.427-.16-.865-.376-1.212-.68C4.326 11.097 4 10.625 4 10c0-1.035.71-1.694 1.429-2.08c.718-.386 1.666-.634 2.68-.811c2.045-.357 4.741-.484 7.343-.608c2.648-.126 5.202-.25 7.095-.58c.954-.166 1.647-.371 2.077-.602c.21-.113.309-.206.35-.26q.004-.005.006-.012q-.018-.02-.05-.047c-.162-.12-.461-.262-.928-.398c-.923-.269-2.21-.43-3.565-.516a50 50 0 0 0-3.707-.082a58 58 0 0 0-1.652.044l-.022.001h-.109a1 1 0 0 1 .003-1.997h.01l.025-.002l.096-.004l.357-.013c.307-.01.745-.022 1.269-.029"/></svg> </template>
CSS
.icon-hand-draw-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.002%2010a3%203%200%200%201%203%203v2.975l2.611.322a5%205%200%200%201%204.2%206.324l-1.362%204.814A3%203%200%200%201%2021.89%2029.6l-3.538.386c-1.258.137-2.383-.534-3.007-1.497c-1.946-3.005-4.778-4.411-8.292-6.171a1%201%200%200%201-.45-1.334l.043-.087a5%205%200%200%201%206.356-2.44V13a3%203%200%200%201%203-3m.705-7.997a52%2052%200%200%201%203.857.086c1.394.089%202.857.26%203.997.591c.564.164%201.124.388%201.564.716c.453.337.875.867.875%201.603c0%201.035-.71%201.694-1.429%202.08c-.718.386-1.666.635-2.68.812c-2.045.357-4.741.483-7.343.607c-2.648.126-5.202.25-7.095.58c-.954.167-1.647.372-2.077.603a1.2%201.2%200%200%200-.342.25c.1.077.278.18.568.288c.638.24%201.544.416%202.522.538c.963.12%201.934.181%202.668.212l.19.005a4.5%204.5%200%200%200-.48%201.982a35%2035%200%200%201-2.626-.214c-1.022-.128-2.116-.327-2.978-.65c-.427-.16-.865-.376-1.212-.68C4.326%2011.097%204%2010.625%204%2010c0-1.035.71-1.694%201.429-2.08c.718-.386%201.666-.634%202.68-.811c2.045-.357%204.741-.484%207.343-.608c2.648-.126%205.202-.25%207.095-.58c.954-.166%201.647-.371%202.077-.602c.21-.113.309-.206.35-.26q.004-.005.006-.012q-.018-.02-.05-.047c-.162-.12-.461-.262-.928-.398c-.923-.269-2.21-.43-3.565-.516a50%2050%200%200%200-3.707-.082a58%2058%200%200%200-1.652.044l-.022.001h-.109a1%201%200%200%201%20.003-1.997h.01l.025-.002l.096-.004l.357-.013c.307-.01.745-.022%201.269-.029%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.002%2010a3%203%200%200%201%203%203v2.975l2.611.322a5%205%200%200%201%204.2%206.324l-1.362%204.814A3%203%200%200%201%2021.89%2029.6l-3.538.386c-1.258.137-2.383-.534-3.007-1.497c-1.946-3.005-4.778-4.411-8.292-6.171a1%201%200%200%201-.45-1.334l.043-.087a5%205%200%200%201%206.356-2.44V13a3%203%200%200%201%203-3m.705-7.997a52%2052%200%200%201%203.857.086c1.394.089%202.857.26%203.997.591c.564.164%201.124.388%201.564.716c.453.337.875.867.875%201.603c0%201.035-.71%201.694-1.429%202.08c-.718.386-1.666.635-2.68.812c-2.045.357-4.741.483-7.343.607c-2.648.126-5.202.25-7.095.58c-.954.167-1.647.372-2.077.603a1.2%201.2%200%200%200-.342.25c.1.077.278.18.568.288c.638.24%201.544.416%202.522.538c.963.12%201.934.181%202.668.212l.19.005a4.5%204.5%200%200%200-.48%201.982a35%2035%200%200%201-2.626-.214c-1.022-.128-2.116-.327-2.978-.65c-.427-.16-.865-.376-1.212-.68C4.326%2011.097%204%2010.625%204%2010c0-1.035.71-1.694%201.429-2.08c.718-.386%201.666-.634%202.68-.811c2.045-.357%204.741-.484%207.343-.608c2.648-.126%205.202-.25%207.095-.58c.954-.166%201.647-.371%202.077-.602c.21-.113.309-.206.35-.26q.004-.005.006-.012q-.018-.02-.05-.047c-.162-.12-.461-.262-.928-.398c-.923-.269-2.21-.43-3.565-.516a50%2050%200%200%200-3.707-.082a58%2058%200%200%200-1.652.044l-.022.001h-.109a1%201%200%200%201%20.003-1.997h.01l.025-.002l.096-.004l.357-.013c.307-.01.745-.022%201.269-.029%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-draw-32-filled.svg?color=%231a73e8&size=48