scribble icon

scribble from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.

Name
scribble
Set
Reicon
Style
Outline
Category
Tools
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All scribble icons →

More tools icons from Reicon

Use the scribble icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.333 13.175s5.432-5.61 8.523-8.042c2.067-1.625 3.284-1.785 4.033-1.037c1.367 1.361-.542 3.89-3.144 7.35s-4.484 5.442-3.058 6.787c1.406 1.328 4.316-1.642 5.4-2.853s3.558-3.896 4.77-2.767c1.074 1-.52 3.416-1.084 4.496s-1.257 2.195-.433 2.94c1.165 1.055 2.993-1.168 2.993-1.168"/></svg>

React

import type { SVGProps } from "react";

export function ReiconScribble(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2.333 13.175s5.432-5.61 8.523-8.042c2.067-1.625 3.284-1.785 4.033-1.037c1.367 1.361-.542 3.89-3.144 7.35s-4.484 5.442-3.058 6.787c1.406 1.328 4.316-1.642 5.4-2.853s3.558-3.896 4.77-2.767c1.074 1-.52 3.416-1.084 4.496s-1.257 2.195-.433 2.94c1.165 1.055 2.993-1.168 2.993-1.168"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.333 13.175s5.432-5.61 8.523-8.042c2.067-1.625 3.284-1.785 4.033-1.037c1.367 1.361-.542 3.89-3.144 7.35s-4.484 5.442-3.058 6.787c1.406 1.328 4.316-1.642 5.4-2.853s3.558-3.896 4.77-2.767c1.074 1-.52 3.416-1.084 4.496s-1.257 2.195-.433 2.94c1.165 1.055 2.993-1.168 2.993-1.168"/></svg>
</template>

CSS

.icon-scribble {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2.333%2013.175s5.432-5.61%208.523-8.042c2.067-1.625%203.284-1.785%204.033-1.037c1.367%201.361-.542%203.89-3.144%207.35s-4.484%205.442-3.058%206.787c1.406%201.328%204.316-1.642%205.4-2.853s3.558-3.896%204.77-2.767c1.074%201-.52%203.416-1.084%204.496s-1.257%202.195-.433%202.94c1.165%201.055%202.993-1.168%202.993-1.168%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2.333%2013.175s5.432-5.61%208.523-8.042c2.067-1.625%203.284-1.785%204.033-1.037c1.367%201.361-.542%203.89-3.144%207.35s-4.484%205.442-3.058%206.787c1.406%201.328%204.316-1.642%205.4-2.853s3.558-3.896%204.77-2.767c1.074%201-.52%203.416-1.084%204.496s-1.257%202.195-.433%202.94c1.165%201.055%202.993-1.168%202.993-1.168%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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