scribble-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.

Name
scribble-solid
Set
Teenyicons
Style
Solid
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Use the scribble icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M5.06 2.334c-1.077.463-2.426 1.515-3.113 2.89l-.894-.448c.813-1.625 2.364-2.823 3.612-3.36c.316-.136.626-.236.912-.287c.278-.05.571-.061.833.017a.92.92 0 0 1 .645.619c.091.3.028.623-.09.92c-.284.708-.897 1.514-1.538 2.302q-.295.361-.596.723a36 36 0 0 0-1.365 1.71c-.593.811-.972 1.501-1.04 2.034c-.032.247.007.434.103.588c.1.16.293.338.668.498c1.104.474 2.543.426 3.98.028a9.7 9.7 0 0 1 .342-1.705c.536-1.876 1.757-3.141 2.93-3.581c.583-.219 1.223-.254 1.743.053c.542.32.808.924.808 1.665c0 .48-.196.947-.483 1.367c-.29.424-.692.834-1.164 1.213c-.86.69-1.99 1.308-3.195 1.73c.02.326.086.581.186.77c.123.234.31.394.603.476c.313.088.77.092 1.418-.062c.643-.154 1.44-.456 2.411-.941l.448.894c-1.013.507-1.885.842-2.627 1.02c-.738.175-1.382.202-1.92.052a1.92 1.92 0 0 1-1.218-.972a2.7 2.7 0 0 1-.279-.946c-1.483.37-3.064.421-4.377-.142c-.5-.214-.885-.505-1.123-.888c-.242-.389-.3-.819-.246-1.244c.103-.81.63-1.683 1.225-2.497c.43-.59.939-1.201 1.425-1.786q.294-.353.567-.688c.656-.805 1.168-1.499 1.385-2.042a.8.8 0 0 0 .06-.216a1 1 0 0 0-.343.015a3.3 3.3 0 0 0-.693.221m3.172 7.88c.952-.375 1.825-.876 2.495-1.414c.419-.336.745-.676.964-.996C11.91 7.48 12 7.209 12 7c0-.509-.171-.718-.317-.804c-.168-.099-.465-.134-.882.022c-.827.31-1.856 1.295-2.32 2.92a10 10 0 0 0-.249 1.077" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsScribbleSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fillRule="evenodd" d="M5.06 2.334c-1.077.463-2.426 1.515-3.113 2.89l-.894-.448c.813-1.625 2.364-2.823 3.612-3.36c.316-.136.626-.236.912-.287c.278-.05.571-.061.833.017a.92.92 0 0 1 .645.619c.091.3.028.623-.09.92c-.284.708-.897 1.514-1.538 2.302q-.295.361-.596.723a36 36 0 0 0-1.365 1.71c-.593.811-.972 1.501-1.04 2.034c-.032.247.007.434.103.588c.1.16.293.338.668.498c1.104.474 2.543.426 3.98.028a9.7 9.7 0 0 1 .342-1.705c.536-1.876 1.757-3.141 2.93-3.581c.583-.219 1.223-.254 1.743.053c.542.32.808.924.808 1.665c0 .48-.196.947-.483 1.367c-.29.424-.692.834-1.164 1.213c-.86.69-1.99 1.308-3.195 1.73c.02.326.086.581.186.77c.123.234.31.394.603.476c.313.088.77.092 1.418-.062c.643-.154 1.44-.456 2.411-.941l.448.894c-1.013.507-1.885.842-2.627 1.02c-.738.175-1.382.202-1.92.052a1.92 1.92 0 0 1-1.218-.972a2.7 2.7 0 0 1-.279-.946c-1.483.37-3.064.421-4.377-.142c-.5-.214-.885-.505-1.123-.888c-.242-.389-.3-.819-.246-1.244c.103-.81.63-1.683 1.225-2.497c.43-.59.939-1.201 1.425-1.786q.294-.353.567-.688c.656-.805 1.168-1.499 1.385-2.042a.8.8 0 0 0 .06-.216a1 1 0 0 0-.343.015a3.3 3.3 0 0 0-.693.221m3.172 7.88c.952-.375 1.825-.876 2.495-1.414c.419-.336.745-.676.964-.996C11.91 7.48 12 7.209 12 7c0-.509-.171-.718-.317-.804c-.168-.099-.465-.134-.882.022c-.827.31-1.856 1.295-2.32 2.92a10 10 0 0 0-.249 1.077" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M5.06 2.334c-1.077.463-2.426 1.515-3.113 2.89l-.894-.448c.813-1.625 2.364-2.823 3.612-3.36c.316-.136.626-.236.912-.287c.278-.05.571-.061.833.017a.92.92 0 0 1 .645.619c.091.3.028.623-.09.92c-.284.708-.897 1.514-1.538 2.302q-.295.361-.596.723a36 36 0 0 0-1.365 1.71c-.593.811-.972 1.501-1.04 2.034c-.032.247.007.434.103.588c.1.16.293.338.668.498c1.104.474 2.543.426 3.98.028a9.7 9.7 0 0 1 .342-1.705c.536-1.876 1.757-3.141 2.93-3.581c.583-.219 1.223-.254 1.743.053c.542.32.808.924.808 1.665c0 .48-.196.947-.483 1.367c-.29.424-.692.834-1.164 1.213c-.86.69-1.99 1.308-3.195 1.73c.02.326.086.581.186.77c.123.234.31.394.603.476c.313.088.77.092 1.418-.062c.643-.154 1.44-.456 2.411-.941l.448.894c-1.013.507-1.885.842-2.627 1.02c-.738.175-1.382.202-1.92.052a1.92 1.92 0 0 1-1.218-.972a2.7 2.7 0 0 1-.279-.946c-1.483.37-3.064.421-4.377-.142c-.5-.214-.885-.505-1.123-.888c-.242-.389-.3-.819-.246-1.244c.103-.81.63-1.683 1.225-2.497c.43-.59.939-1.201 1.425-1.786q.294-.353.567-.688c.656-.805 1.168-1.499 1.385-2.042a.8.8 0 0 0 .06-.216a1 1 0 0 0-.343.015a3.3 3.3 0 0 0-.693.221m3.172 7.88c.952-.375 1.825-.876 2.495-1.414c.419-.336.745-.676.964-.996C11.91 7.48 12 7.209 12 7c0-.509-.171-.718-.317-.804c-.168-.099-.465-.134-.882.022c-.827.31-1.856 1.295-2.32 2.92a10 10 0 0 0-.249 1.077" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-scribble-solid {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.06%202.334c-1.077.463-2.426%201.515-3.113%202.89l-.894-.448c.813-1.625%202.364-2.823%203.612-3.36c.316-.136.626-.236.912-.287c.278-.05.571-.061.833.017a.92.92%200%200%201%20.645.619c.091.3.028.623-.09.92c-.284.708-.897%201.514-1.538%202.302q-.295.361-.596.723a36%2036%200%200%200-1.365%201.71c-.593.811-.972%201.501-1.04%202.034c-.032.247.007.434.103.588c.1.16.293.338.668.498c1.104.474%202.543.426%203.98.028a9.7%209.7%200%200%201%20.342-1.705c.536-1.876%201.757-3.141%202.93-3.581c.583-.219%201.223-.254%201.743.053c.542.32.808.924.808%201.665c0%20.48-.196.947-.483%201.367c-.29.424-.692.834-1.164%201.213c-.86.69-1.99%201.308-3.195%201.73c.02.326.086.581.186.77c.123.234.31.394.603.476c.313.088.77.092%201.418-.062c.643-.154%201.44-.456%202.411-.941l.448.894c-1.013.507-1.885.842-2.627%201.02c-.738.175-1.382.202-1.92.052a1.92%201.92%200%200%201-1.218-.972a2.7%202.7%200%200%201-.279-.946c-1.483.37-3.064.421-4.377-.142c-.5-.214-.885-.505-1.123-.888c-.242-.389-.3-.819-.246-1.244c.103-.81.63-1.683%201.225-2.497c.43-.59.939-1.201%201.425-1.786q.294-.353.567-.688c.656-.805%201.168-1.499%201.385-2.042a.8.8%200%200%200%20.06-.216a1%201%200%200%200-.343.015a3.3%203.3%200%200%200-.693.221m3.172%207.88c.952-.375%201.825-.876%202.495-1.414c.419-.336.745-.676.964-.996C11.91%207.48%2012%207.209%2012%207c0-.509-.171-.718-.317-.804c-.168-.099-.465-.134-.882.022c-.827.31-1.856%201.295-2.32%202.92a10%2010%200%200%200-.249%201.077%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.06%202.334c-1.077.463-2.426%201.515-3.113%202.89l-.894-.448c.813-1.625%202.364-2.823%203.612-3.36c.316-.136.626-.236.912-.287c.278-.05.571-.061.833.017a.92.92%200%200%201%20.645.619c.091.3.028.623-.09.92c-.284.708-.897%201.514-1.538%202.302q-.295.361-.596.723a36%2036%200%200%200-1.365%201.71c-.593.811-.972%201.501-1.04%202.034c-.032.247.007.434.103.588c.1.16.293.338.668.498c1.104.474%202.543.426%203.98.028a9.7%209.7%200%200%201%20.342-1.705c.536-1.876%201.757-3.141%202.93-3.581c.583-.219%201.223-.254%201.743.053c.542.32.808.924.808%201.665c0%20.48-.196.947-.483%201.367c-.29.424-.692.834-1.164%201.213c-.86.69-1.99%201.308-3.195%201.73c.02.326.086.581.186.77c.123.234.31.394.603.476c.313.088.77.092%201.418-.062c.643-.154%201.44-.456%202.411-.941l.448.894c-1.013.507-1.885.842-2.627%201.02c-.738.175-1.382.202-1.92.052a1.92%201.92%200%200%201-1.218-.972a2.7%202.7%200%200%201-.279-.946c-1.483.37-3.064.421-4.377-.142c-.5-.214-.885-.505-1.123-.888c-.242-.389-.3-.819-.246-1.244c.103-.81.63-1.683%201.225-2.497c.43-.59.939-1.201%201.425-1.786q.294-.353.567-.688c.656-.805%201.168-1.499%201.385-2.042a.8.8%200%200%200%20.06-.216a1%201%200%200%200-.343.015a3.3%203.3%200%200%200-.693.221m3.172%207.88c.952-.375%201.825-.876%202.495-1.414c.419-.336.745-.676.964-.996C11.91%207.48%2012%207.209%2012%207c0-.509-.171-.718-.317-.804c-.168-.099-.465-.134-.882.022c-.827.31-1.856%201.295-2.32%202.92a10%2010%200%200%200-.249%201.077%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/scribble-solid.svg?color=%231a73e8&size=48