hand-draw-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
hand-draw-28-regular
Set
Fluent UI System Icons
Style
28 Regular
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.663.158c1.018.111 1.86.285 2.427.533c.592.258.638.473.638.565c0 .137-.05.301-.41.501c-.384.214-.997.386-1.838.507c-1.669.24-3.92.242-6.252.242h-.045c-2.279 0-4.633 0-6.421.258c-.894.129-1.726.332-2.353.68C3.528 6.802 3 7.389 3 8.25c0 .659.339 1.164.757 1.518c.407.345.929.585 1.442.756c1.032.344 2.24.476 3.05.476H9V9.5h-.75c-.69 0-1.731-.117-2.575-.399c-.424-.141-.746-.307-.948-.478c-.191-.162-.227-.281-.227-.373c0-.137.05-.3.41-.5c.384-.214.998-.386 1.838-.507C8.417 7.002 10.668 7 13 7h.045c2.279 0 4.634 0 6.421-.257c.894-.13 1.726-.332 2.354-.681c.652-.363 1.18-.949 1.18-1.812c0-1.017-.782-1.61-1.538-1.94c-.78-.34-1.805-.534-2.865-.65c-1.924-.21-4.19-.184-5.839-.166l-.515.006a.75.75 0 1 0 .014 1.5zM13.75 8A2.75 2.75 0 0 0 11 10.75v5.337c-1.276-.471-2.382-.479-3.297-.131c-1.16.44-1.86 1.391-2.165 2.307a.75.75 0 0 0 .346.892l4.555 2.551a6.25 6.25 0 0 1 2.373 2.352l.353.618a2.75 2.75 0 0 0 2.813 1.353l2.781-.435a2.75 2.75 0 0 0 2.264-2.138l1.029-4.772a3.75 3.75 0 0 0-3.153-4.506l-2.399-.331v-3.096A2.75 2.75 0 0 0 13.75 8m-1.25 2.75a1.25 1.25 0 1 1 2.5 0v3.75a.75.75 0 0 0 .647.743l3.047.421a2.25 2.25 0 0 1 1.891 2.703l-1.029 4.773a1.25 1.25 0 0 1-1.029.972l-2.781.435a1.25 1.25 0 0 1-1.279-.615l-.353-.618a7.75 7.75 0 0 0-2.942-2.917l-3.947-2.21c.233-.359.57-.662 1.01-.829c.642-.244 1.66-.255 3.16.553a.75.75 0 0 0 1.105-.66z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandDraw28Regular(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.663.158c1.018.111 1.86.285 2.427.533c.592.258.638.473.638.565c0 .137-.05.301-.41.501c-.384.214-.997.386-1.838.507c-1.669.24-3.92.242-6.252.242h-.045c-2.279 0-4.633 0-6.421.258c-.894.129-1.726.332-2.353.68C3.528 6.802 3 7.389 3 8.25c0 .659.339 1.164.757 1.518c.407.345.929.585 1.442.756c1.032.344 2.24.476 3.05.476H9V9.5h-.75c-.69 0-1.731-.117-2.575-.399c-.424-.141-.746-.307-.948-.478c-.191-.162-.227-.281-.227-.373c0-.137.05-.3.41-.5c.384-.214.998-.386 1.838-.507C8.417 7.002 10.668 7 13 7h.045c2.279 0 4.634 0 6.421-.257c.894-.13 1.726-.332 2.354-.681c.652-.363 1.18-.949 1.18-1.812c0-1.017-.782-1.61-1.538-1.94c-.78-.34-1.805-.534-2.865-.65c-1.924-.21-4.19-.184-5.839-.166l-.515.006a.75.75 0 1 0 .014 1.5zM13.75 8A2.75 2.75 0 0 0 11 10.75v5.337c-1.276-.471-2.382-.479-3.297-.131c-1.16.44-1.86 1.391-2.165 2.307a.75.75 0 0 0 .346.892l4.555 2.551a6.25 6.25 0 0 1 2.373 2.352l.353.618a2.75 2.75 0 0 0 2.813 1.353l2.781-.435a2.75 2.75 0 0 0 2.264-2.138l1.029-4.772a3.75 3.75 0 0 0-3.153-4.506l-2.399-.331v-3.096A2.75 2.75 0 0 0 13.75 8m-1.25 2.75a1.25 1.25 0 1 1 2.5 0v3.75a.75.75 0 0 0 .647.743l3.047.421a2.25 2.25 0 0 1 1.891 2.703l-1.029 4.773a1.25 1.25 0 0 1-1.029.972l-2.781.435a1.25 1.25 0 0 1-1.279-.615l-.353-.618a7.75 7.75 0 0 0-2.942-2.917l-3.947-2.21c.233-.359.57-.662 1.01-.829c.642-.244 1.66-.255 3.16.553a.75.75 0 0 0 1.105-.66z"/></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.663.158c1.018.111 1.86.285 2.427.533c.592.258.638.473.638.565c0 .137-.05.301-.41.501c-.384.214-.997.386-1.838.507c-1.669.24-3.92.242-6.252.242h-.045c-2.279 0-4.633 0-6.421.258c-.894.129-1.726.332-2.353.68C3.528 6.802 3 7.389 3 8.25c0 .659.339 1.164.757 1.518c.407.345.929.585 1.442.756c1.032.344 2.24.476 3.05.476H9V9.5h-.75c-.69 0-1.731-.117-2.575-.399c-.424-.141-.746-.307-.948-.478c-.191-.162-.227-.281-.227-.373c0-.137.05-.3.41-.5c.384-.214.998-.386 1.838-.507C8.417 7.002 10.668 7 13 7h.045c2.279 0 4.634 0 6.421-.257c.894-.13 1.726-.332 2.354-.681c.652-.363 1.18-.949 1.18-1.812c0-1.017-.782-1.61-1.538-1.94c-.78-.34-1.805-.534-2.865-.65c-1.924-.21-4.19-.184-5.839-.166l-.515.006a.75.75 0 1 0 .014 1.5zM13.75 8A2.75 2.75 0 0 0 11 10.75v5.337c-1.276-.471-2.382-.479-3.297-.131c-1.16.44-1.86 1.391-2.165 2.307a.75.75 0 0 0 .346.892l4.555 2.551a6.25 6.25 0 0 1 2.373 2.352l.353.618a2.75 2.75 0 0 0 2.813 1.353l2.781-.435a2.75 2.75 0 0 0 2.264-2.138l1.029-4.772a3.75 3.75 0 0 0-3.153-4.506l-2.399-.331v-3.096A2.75 2.75 0 0 0 13.75 8m-1.25 2.75a1.25 1.25 0 1 1 2.5 0v3.75a.75.75 0 0 0 .647.743l3.047.421a2.25 2.25 0 0 1 1.891 2.703l-1.029 4.773a1.25 1.25 0 0 1-1.029.972l-2.781.435a1.25 1.25 0 0 1-1.279-.615l-.353-.618a7.75 7.75 0 0 0-2.942-2.917l-3.947-2.21c.233-.359.57-.662 1.01-.829c.642-.244 1.66-.255 3.16.553a.75.75 0 0 0 1.105-.66z"/></svg>
</template>

CSS

.icon-hand-draw-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.772%202.994c1.662-.018%203.835-.042%205.663.158c1.018.111%201.86.285%202.427.533c.592.258.638.473.638.565c0%20.137-.05.301-.41.501c-.384.214-.997.386-1.838.507c-1.669.24-3.92.242-6.252.242h-.045c-2.279%200-4.633%200-6.421.258c-.894.129-1.726.332-2.353.68C3.528%206.802%203%207.389%203%208.25c0%20.659.339%201.164.757%201.518c.407.345.929.585%201.442.756c1.032.344%202.24.476%203.05.476H9V9.5h-.75c-.69%200-1.731-.117-2.575-.399c-.424-.141-.746-.307-.948-.478c-.191-.162-.227-.281-.227-.373c0-.137.05-.3.41-.5c.384-.214.998-.386%201.838-.507C8.417%207.002%2010.668%207%2013%207h.045c2.279%200%204.634%200%206.421-.257c.894-.13%201.726-.332%202.354-.681c.652-.363%201.18-.949%201.18-1.812c0-1.017-.782-1.61-1.538-1.94c-.78-.34-1.805-.534-2.865-.65c-1.924-.21-4.19-.184-5.839-.166l-.515.006a.75.75%200%201%200%20.014%201.5zM13.75%208A2.75%202.75%200%200%200%2011%2010.75v5.337c-1.276-.471-2.382-.479-3.297-.131c-1.16.44-1.86%201.391-2.165%202.307a.75.75%200%200%200%20.346.892l4.555%202.551a6.25%206.25%200%200%201%202.373%202.352l.353.618a2.75%202.75%200%200%200%202.813%201.353l2.781-.435a2.75%202.75%200%200%200%202.264-2.138l1.029-4.772a3.75%203.75%200%200%200-3.153-4.506l-2.399-.331v-3.096A2.75%202.75%200%200%200%2013.75%208m-1.25%202.75a1.25%201.25%200%201%201%202.5%200v3.75a.75.75%200%200%200%20.647.743l3.047.421a2.25%202.25%200%200%201%201.891%202.703l-1.029%204.773a1.25%201.25%200%200%201-1.029.972l-2.781.435a1.25%201.25%200%200%201-1.279-.615l-.353-.618a7.75%207.75%200%200%200-2.942-2.917l-3.947-2.21c.233-.359.57-.662%201.01-.829c.642-.244%201.66-.255%203.16.553a.75.75%200%200%200%201.105-.66z%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.663.158c1.018.111%201.86.285%202.427.533c.592.258.638.473.638.565c0%20.137-.05.301-.41.501c-.384.214-.997.386-1.838.507c-1.669.24-3.92.242-6.252.242h-.045c-2.279%200-4.633%200-6.421.258c-.894.129-1.726.332-2.353.68C3.528%206.802%203%207.389%203%208.25c0%20.659.339%201.164.757%201.518c.407.345.929.585%201.442.756c1.032.344%202.24.476%203.05.476H9V9.5h-.75c-.69%200-1.731-.117-2.575-.399c-.424-.141-.746-.307-.948-.478c-.191-.162-.227-.281-.227-.373c0-.137.05-.3.41-.5c.384-.214.998-.386%201.838-.507C8.417%207.002%2010.668%207%2013%207h.045c2.279%200%204.634%200%206.421-.257c.894-.13%201.726-.332%202.354-.681c.652-.363%201.18-.949%201.18-1.812c0-1.017-.782-1.61-1.538-1.94c-.78-.34-1.805-.534-2.865-.65c-1.924-.21-4.19-.184-5.839-.166l-.515.006a.75.75%200%201%200%20.014%201.5zM13.75%208A2.75%202.75%200%200%200%2011%2010.75v5.337c-1.276-.471-2.382-.479-3.297-.131c-1.16.44-1.86%201.391-2.165%202.307a.75.75%200%200%200%20.346.892l4.555%202.551a6.25%206.25%200%200%201%202.373%202.352l.353.618a2.75%202.75%200%200%200%202.813%201.353l2.781-.435a2.75%202.75%200%200%200%202.264-2.138l1.029-4.772a3.75%203.75%200%200%200-3.153-4.506l-2.399-.331v-3.096A2.75%202.75%200%200%200%2013.75%208m-1.25%202.75a1.25%201.25%200%201%201%202.5%200v3.75a.75.75%200%200%200%20.647.743l3.047.421a2.25%202.25%200%200%201%201.891%202.703l-1.029%204.773a1.25%201.25%200%200%201-1.029.972l-2.781.435a1.25%201.25%200%200%201-1.279-.615l-.353-.618a7.75%207.75%200%200%200-2.942-2.917l-3.947-2.21c.233-.359.57-.662%201.01-.829c.642-.244%201.66-.255%203.16.553a.75.75%200%200%200%201.105-.66z%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-regular.svg?color=%231a73e8&size=48