hand draw icon
hand-draw-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- hand-draw-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M12.772 2.994c1.662-.018 3.835-.042 5.662.158c1.018.111 1.86.285 2.428.533c.592.258.638.473.638.565c0 .137-.05.301-.41.501c-.384.214-.998.386-1.838.507c-1.669.24-3.92.242-6.252.242h-.045c-2.279 0-4.634 0-6.421.258c-.895.129-1.726.332-2.354.68C3.528 6.802 3 7.389 3 8.25c0 .659.34 1.164.758 1.518c.407.345.929.585 1.442.756c1.031.344 2.24.476 3.05.476H9V9.5h-.75c-.69 0-1.732-.117-2.575-.399c-.424-.141-.746-.307-.948-.478c-.191-.162-.227-.281-.227-.373c0-.137.05-.3.41-.5c.384-.214.997-.386 1.838-.507C8.417 7.002 10.668 7 13 7h.045c2.279 0 4.633 0 6.421-.257c.894-.13 1.726-.332 2.353-.681c.653-.363 1.18-.949 1.18-1.812c0-1.017-.781-1.61-1.537-1.94c-.78-.34-1.805-.534-2.865-.65c-1.924-.21-4.19-.184-5.84-.166l-.514.006a.75.75 0 0 0 .014 1.5zM11 10.75a2.75 2.75 0 1 1 5.5 0v3.097l2.4.331a3.75 3.75 0 0 1 3.152 4.505l-1.03 4.773a2.75 2.75 0 0 1-2.263 2.137l-2.782.435a2.75 2.75 0 0 1-2.812-1.352l-.353-.618a6.25 6.25 0 0 0-2.373-2.352l-4.555-2.552a.75.75 0 0 1-.346-.891c.306-.916 1.005-1.868 2.165-2.308c.915-.347 2.021-.34 3.297.131z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandDraw28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.772 2.994c1.662-.018 3.835-.042 5.662.158c1.018.111 1.86.285 2.428.533c.592.258.638.473.638.565c0 .137-.05.301-.41.501c-.384.214-.998.386-1.838.507c-1.669.24-3.92.242-6.252.242h-.045c-2.279 0-4.634 0-6.421.258c-.895.129-1.726.332-2.354.68C3.528 6.802 3 7.389 3 8.25c0 .659.34 1.164.758 1.518c.407.345.929.585 1.442.756c1.031.344 2.24.476 3.05.476H9V9.5h-.75c-.69 0-1.732-.117-2.575-.399c-.424-.141-.746-.307-.948-.478c-.191-.162-.227-.281-.227-.373c0-.137.05-.3.41-.5c.384-.214.997-.386 1.838-.507C8.417 7.002 10.668 7 13 7h.045c2.279 0 4.633 0 6.421-.257c.894-.13 1.726-.332 2.353-.681c.653-.363 1.18-.949 1.18-1.812c0-1.017-.781-1.61-1.537-1.94c-.78-.34-1.805-.534-2.865-.65c-1.924-.21-4.19-.184-5.84-.166l-.514.006a.75.75 0 0 0 .014 1.5zM11 10.75a2.75 2.75 0 1 1 5.5 0v3.097l2.4.331a3.75 3.75 0 0 1 3.152 4.505l-1.03 4.773a2.75 2.75 0 0 1-2.263 2.137l-2.782.435a2.75 2.75 0 0 1-2.812-1.352l-.353-.618a6.25 6.25 0 0 0-2.373-2.352l-4.555-2.552a.75.75 0 0 1-.346-.891c.306-.916 1.005-1.868 2.165-2.308c.915-.347 2.021-.34 3.297.131z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.772 2.994c1.662-.018 3.835-.042 5.662.158c1.018.111 1.86.285 2.428.533c.592.258.638.473.638.565c0 .137-.05.301-.41.501c-.384.214-.998.386-1.838.507c-1.669.24-3.92.242-6.252.242h-.045c-2.279 0-4.634 0-6.421.258c-.895.129-1.726.332-2.354.68C3.528 6.802 3 7.389 3 8.25c0 .659.34 1.164.758 1.518c.407.345.929.585 1.442.756c1.031.344 2.24.476 3.05.476H9V9.5h-.75c-.69 0-1.732-.117-2.575-.399c-.424-.141-.746-.307-.948-.478c-.191-.162-.227-.281-.227-.373c0-.137.05-.3.41-.5c.384-.214.997-.386 1.838-.507C8.417 7.002 10.668 7 13 7h.045c2.279 0 4.633 0 6.421-.257c.894-.13 1.726-.332 2.353-.681c.653-.363 1.18-.949 1.18-1.812c0-1.017-.781-1.61-1.537-1.94c-.78-.34-1.805-.534-2.865-.65c-1.924-.21-4.19-.184-5.84-.166l-.514.006a.75.75 0 0 0 .014 1.5zM11 10.75a2.75 2.75 0 1 1 5.5 0v3.097l2.4.331a3.75 3.75 0 0 1 3.152 4.505l-1.03 4.773a2.75 2.75 0 0 1-2.263 2.137l-2.782.435a2.75 2.75 0 0 1-2.812-1.352l-.353-.618a6.25 6.25 0 0 0-2.373-2.352l-4.555-2.552a.75.75 0 0 1-.346-.891c.306-.916 1.005-1.868 2.165-2.308c.915-.347 2.021-.34 3.297.131z"/></svg> </template>
CSS
.icon-hand-draw-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.772%202.994c1.662-.018%203.835-.042%205.662.158c1.018.111%201.86.285%202.428.533c.592.258.638.473.638.565c0%20.137-.05.301-.41.501c-.384.214-.998.386-1.838.507c-1.669.24-3.92.242-6.252.242h-.045c-2.279%200-4.634%200-6.421.258c-.895.129-1.726.332-2.354.68C3.528%206.802%203%207.389%203%208.25c0%20.659.34%201.164.758%201.518c.407.345.929.585%201.442.756c1.031.344%202.24.476%203.05.476H9V9.5h-.75c-.69%200-1.732-.117-2.575-.399c-.424-.141-.746-.307-.948-.478c-.191-.162-.227-.281-.227-.373c0-.137.05-.3.41-.5c.384-.214.997-.386%201.838-.507C8.417%207.002%2010.668%207%2013%207h.045c2.279%200%204.633%200%206.421-.257c.894-.13%201.726-.332%202.353-.681c.653-.363%201.18-.949%201.18-1.812c0-1.017-.781-1.61-1.537-1.94c-.78-.34-1.805-.534-2.865-.65c-1.924-.21-4.19-.184-5.84-.166l-.514.006a.75.75%200%200%200%20.014%201.5zM11%2010.75a2.75%202.75%200%201%201%205.5%200v3.097l2.4.331a3.75%203.75%200%200%201%203.152%204.505l-1.03%204.773a2.75%202.75%200%200%201-2.263%202.137l-2.782.435a2.75%202.75%200%200%201-2.812-1.352l-.353-.618a6.25%206.25%200%200%200-2.373-2.352l-4.555-2.552a.75.75%200%200%201-.346-.891c.306-.916%201.005-1.868%202.165-2.308c.915-.347%202.021-.34%203.297.131z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.772%202.994c1.662-.018%203.835-.042%205.662.158c1.018.111%201.86.285%202.428.533c.592.258.638.473.638.565c0%20.137-.05.301-.41.501c-.384.214-.998.386-1.838.507c-1.669.24-3.92.242-6.252.242h-.045c-2.279%200-4.634%200-6.421.258c-.895.129-1.726.332-2.354.68C3.528%206.802%203%207.389%203%208.25c0%20.659.34%201.164.758%201.518c.407.345.929.585%201.442.756c1.031.344%202.24.476%203.05.476H9V9.5h-.75c-.69%200-1.732-.117-2.575-.399c-.424-.141-.746-.307-.948-.478c-.191-.162-.227-.281-.227-.373c0-.137.05-.3.41-.5c.384-.214.997-.386%201.838-.507C8.417%207.002%2010.668%207%2013%207h.045c2.279%200%204.633%200%206.421-.257c.894-.13%201.726-.332%202.353-.681c.653-.363%201.18-.949%201.18-1.812c0-1.017-.781-1.61-1.537-1.94c-.78-.34-1.805-.534-2.865-.65c-1.924-.21-4.19-.184-5.84-.166l-.514.006a.75.75%200%200%200%20.014%201.5zM11%2010.75a2.75%202.75%200%201%201%205.5%200v3.097l2.4.331a3.75%203.75%200%200%201%203.152%204.505l-1.03%204.773a2.75%202.75%200%200%201-2.263%202.137l-2.782.435a2.75%202.75%200%200%201-2.812-1.352l-.353-.618a6.25%206.25%200%200%200-2.373-2.352l-4.555-2.552a.75.75%200%200%201-.346-.891c.306-.916%201.005-1.868%202.165-2.308c.915-.347%202.021-.34%203.297.131z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-draw-28-filled.svg?color=%231a73e8&size=48