hand draw icon
hand-draw-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- hand-draw-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M19.405 2.598c.316.253.595.636.595 1.152c0 .784-.5 1.296-1.068 1.594c-.545.285-1.258.442-2.01.537c-1.45.184-3.345.168-5.185.153l-.243-.002c-1.956-.016-3.829-.021-5.212.183c-.698.103-1.19.25-1.49.423c-.268.156-.292.27-.292.361l.001.002a.3.3 0 0 0 .075.083c.11.097.314.213.636.327c.638.226 1.534.376 2.486.468q.15.015.302.027v1.505l-.447-.039c-.986-.095-2.028-.258-2.843-.547c-.405-.144-.807-.337-1.12-.61c-.325-.283-.59-.69-.59-1.214c0-.784.462-1.326 1.04-1.66c.548-.318 1.266-.498 2.022-.61c1.523-.225 3.525-.215 5.444-.2l.182.002c1.893.016 3.698.03 5.046-.14c.702-.089 1.2-.22 1.502-.378c.194-.102.246-.176.26-.222l-.028-.024c-.098-.078-.287-.178-.598-.276c-.615-.196-1.49-.324-2.46-.4c-1.595-.127-3.288-.107-4.198-.096L10.75 3a.75.75 0 0 1 0-1.5l.418-.004c.894-.011 2.685-.033 4.36.1c1 .08 2.014.217 2.797.466c.389.124.776.292 1.08.535m-5.41 6.731C13.928 7.968 13.098 7 11.749 7C10.342 7 9.5 8.056 9.5 9.509v4.168l-.259-.08c-1.191-.348-2.124-.367-2.826-.016c-.953.476-1.444 1.332-1.419 2.44a.75.75 0 0 0 .416.655l2.363 1.176l.097.052l.094.058l1.884 1.256l.193.139c.44.338.792.778 1.027 1.283l.029.062l.079.155a2.25 2.25 0 0 0 2.28 1.124l2.419-.347l.165-.03a2.25 2.25 0 0 0 1.689-1.617l1.048-3.923l.042-.18a3.25 3.25 0 0 0-2.601-3.857L14 11.625V9.509z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandDraw24Filled(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="M19.405 2.598c.316.253.595.636.595 1.152c0 .784-.5 1.296-1.068 1.594c-.545.285-1.258.442-2.01.537c-1.45.184-3.345.168-5.185.153l-.243-.002c-1.956-.016-3.829-.021-5.212.183c-.698.103-1.19.25-1.49.423c-.268.156-.292.27-.292.361l.001.002a.3.3 0 0 0 .075.083c.11.097.314.213.636.327c.638.226 1.534.376 2.486.468q.15.015.302.027v1.505l-.447-.039c-.986-.095-2.028-.258-2.843-.547c-.405-.144-.807-.337-1.12-.61c-.325-.283-.59-.69-.59-1.214c0-.784.462-1.326 1.04-1.66c.548-.318 1.266-.498 2.022-.61c1.523-.225 3.525-.215 5.444-.2l.182.002c1.893.016 3.698.03 5.046-.14c.702-.089 1.2-.22 1.502-.378c.194-.102.246-.176.26-.222l-.028-.024c-.098-.078-.287-.178-.598-.276c-.615-.196-1.49-.324-2.46-.4c-1.595-.127-3.288-.107-4.198-.096L10.75 3a.75.75 0 0 1 0-1.5l.418-.004c.894-.011 2.685-.033 4.36.1c1 .08 2.014.217 2.797.466c.389.124.776.292 1.08.535m-5.41 6.731C13.928 7.968 13.098 7 11.749 7C10.342 7 9.5 8.056 9.5 9.509v4.168l-.259-.08c-1.191-.348-2.124-.367-2.826-.016c-.953.476-1.444 1.332-1.419 2.44a.75.75 0 0 0 .416.655l2.363 1.176l.097.052l.094.058l1.884 1.256l.193.139c.44.338.792.778 1.027 1.283l.029.062l.079.155a2.25 2.25 0 0 0 2.28 1.124l2.419-.347l.165-.03a2.25 2.25 0 0 0 1.689-1.617l1.048-3.923l.042-.18a3.25 3.25 0 0 0-2.601-3.857L14 11.625V9.509z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.405 2.598c.316.253.595.636.595 1.152c0 .784-.5 1.296-1.068 1.594c-.545.285-1.258.442-2.01.537c-1.45.184-3.345.168-5.185.153l-.243-.002c-1.956-.016-3.829-.021-5.212.183c-.698.103-1.19.25-1.49.423c-.268.156-.292.27-.292.361l.001.002a.3.3 0 0 0 .075.083c.11.097.314.213.636.327c.638.226 1.534.376 2.486.468q.15.015.302.027v1.505l-.447-.039c-.986-.095-2.028-.258-2.843-.547c-.405-.144-.807-.337-1.12-.61c-.325-.283-.59-.69-.59-1.214c0-.784.462-1.326 1.04-1.66c.548-.318 1.266-.498 2.022-.61c1.523-.225 3.525-.215 5.444-.2l.182.002c1.893.016 3.698.03 5.046-.14c.702-.089 1.2-.22 1.502-.378c.194-.102.246-.176.26-.222l-.028-.024c-.098-.078-.287-.178-.598-.276c-.615-.196-1.49-.324-2.46-.4c-1.595-.127-3.288-.107-4.198-.096L10.75 3a.75.75 0 0 1 0-1.5l.418-.004c.894-.011 2.685-.033 4.36.1c1 .08 2.014.217 2.797.466c.389.124.776.292 1.08.535m-5.41 6.731C13.928 7.968 13.098 7 11.749 7C10.342 7 9.5 8.056 9.5 9.509v4.168l-.259-.08c-1.191-.348-2.124-.367-2.826-.016c-.953.476-1.444 1.332-1.419 2.44a.75.75 0 0 0 .416.655l2.363 1.176l.097.052l.094.058l1.884 1.256l.193.139c.44.338.792.778 1.027 1.283l.029.062l.079.155a2.25 2.25 0 0 0 2.28 1.124l2.419-.347l.165-.03a2.25 2.25 0 0 0 1.689-1.617l1.048-3.923l.042-.18a3.25 3.25 0 0 0-2.601-3.857L14 11.625V9.509z"/></svg> </template>
CSS
.icon-hand-draw-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%22M19.405%202.598c.316.253.595.636.595%201.152c0%20.784-.5%201.296-1.068%201.594c-.545.285-1.258.442-2.01.537c-1.45.184-3.345.168-5.185.153l-.243-.002c-1.956-.016-3.829-.021-5.212.183c-.698.103-1.19.25-1.49.423c-.268.156-.292.27-.292.361l.001.002a.3.3%200%200%200%20.075.083c.11.097.314.213.636.327c.638.226%201.534.376%202.486.468q.15.015.302.027v1.505l-.447-.039c-.986-.095-2.028-.258-2.843-.547c-.405-.144-.807-.337-1.12-.61c-.325-.283-.59-.69-.59-1.214c0-.784.462-1.326%201.04-1.66c.548-.318%201.266-.498%202.022-.61c1.523-.225%203.525-.215%205.444-.2l.182.002c1.893.016%203.698.03%205.046-.14c.702-.089%201.2-.22%201.502-.378c.194-.102.246-.176.26-.222l-.028-.024c-.098-.078-.287-.178-.598-.276c-.615-.196-1.49-.324-2.46-.4c-1.595-.127-3.288-.107-4.198-.096L10.75%203a.75.75%200%200%201%200-1.5l.418-.004c.894-.011%202.685-.033%204.36.1c1%20.08%202.014.217%202.797.466c.389.124.776.292%201.08.535m-5.41%206.731C13.928%207.968%2013.098%207%2011.749%207C10.342%207%209.5%208.056%209.5%209.509v4.168l-.259-.08c-1.191-.348-2.124-.367-2.826-.016c-.953.476-1.444%201.332-1.419%202.44a.75.75%200%200%200%20.416.655l2.363%201.176l.097.052l.094.058l1.884%201.256l.193.139c.44.338.792.778%201.027%201.283l.029.062l.079.155a2.25%202.25%200%200%200%202.28%201.124l2.419-.347l.165-.03a2.25%202.25%200%200%200%201.689-1.617l1.048-3.923l.042-.18a3.25%203.25%200%200%200-2.601-3.857L14%2011.625V9.509z%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%22M19.405%202.598c.316.253.595.636.595%201.152c0%20.784-.5%201.296-1.068%201.594c-.545.285-1.258.442-2.01.537c-1.45.184-3.345.168-5.185.153l-.243-.002c-1.956-.016-3.829-.021-5.212.183c-.698.103-1.19.25-1.49.423c-.268.156-.292.27-.292.361l.001.002a.3.3%200%200%200%20.075.083c.11.097.314.213.636.327c.638.226%201.534.376%202.486.468q.15.015.302.027v1.505l-.447-.039c-.986-.095-2.028-.258-2.843-.547c-.405-.144-.807-.337-1.12-.61c-.325-.283-.59-.69-.59-1.214c0-.784.462-1.326%201.04-1.66c.548-.318%201.266-.498%202.022-.61c1.523-.225%203.525-.215%205.444-.2l.182.002c1.893.016%203.698.03%205.046-.14c.702-.089%201.2-.22%201.502-.378c.194-.102.246-.176.26-.222l-.028-.024c-.098-.078-.287-.178-.598-.276c-.615-.196-1.49-.324-2.46-.4c-1.595-.127-3.288-.107-4.198-.096L10.75%203a.75.75%200%200%201%200-1.5l.418-.004c.894-.011%202.685-.033%204.36.1c1%20.08%202.014.217%202.797.466c.389.124.776.292%201.08.535m-5.41%206.731C13.928%207.968%2013.098%207%2011.749%207C10.342%207%209.5%208.056%209.5%209.509v4.168l-.259-.08c-1.191-.348-2.124-.367-2.826-.016c-.953.476-1.444%201.332-1.419%202.44a.75.75%200%200%200%20.416.655l2.363%201.176l.097.052l.094.058l1.884%201.256l.193.139c.44.338.792.778%201.027%201.283l.029.062l.079.155a2.25%202.25%200%200%200%202.28%201.124l2.419-.347l.165-.03a2.25%202.25%200%200%200%201.689-1.617l1.048-3.923l.042-.18a3.25%203.25%200%200%200-2.601-3.857L14%2011.625V9.509z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-draw-24-filled.svg?color=%231a73e8&size=48