scribble icon
scribble-filled from Reicon by REICON · Filled · Tools · MIT Free for personal and commercial use.
- Name
- scribble-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor" d="M18.067 21.333a2.04 2.04 0 0 1-1.396-.542c-1.338-1.21-.48-2.826.085-3.895l.132-.25c.079-.15.176-.325.283-.517c1.232-2.213 1.114-2.685 1.006-2.785c-.069-.016-.816-.12-3.345 2.703c-1.403 1.565-3.437 3.446-5.17 3.518q-.99.027-1.66-.605c-1.902-1.793-.183-4.033 1.994-6.87q.453-.588.95-1.246c1.969-2.615 3.985-5.296 3.238-6.04c-.519-.512-2.065.61-2.708 1.115c-3.004 2.363-8.37 7.896-8.423 7.95a.997.997 0 0 1-1.414.023a1 1 0 0 1-.024-1.413c.224-.23 5.516-5.687 8.624-8.132c.874-.688 3.533-2.781 5.358-.96c1.98 1.972-.123 4.768-3.034 8.636c-.352.467-.674.887-.979 1.284c-1.785 2.327-2.768 3.668-2.208 4.197c.032.03.068.068.205.061c.76-.03 2.24-1.152 3.763-2.854c1.457-1.627 3.156-3.299 4.71-3.368a1.96 1.96 0 0 1 1.488.536c1.505 1.401.173 3.793-.623 5.222c-.098.175-.187.332-.256.468l-.139.262c-.276.522-.695 1.309-.512 1.474c.432 0 1.14-.569 1.55-1.062a1 1 0 0 1 1.544 1.272c-.233.284-1.47 1.706-2.873 1.81q-.083.006-.165.006Z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconScribbleFilled(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="M18.067 21.333a2.04 2.04 0 0 1-1.396-.542c-1.338-1.21-.48-2.826.085-3.895l.132-.25c.079-.15.176-.325.283-.517c1.232-2.213 1.114-2.685 1.006-2.785c-.069-.016-.816-.12-3.345 2.703c-1.403 1.565-3.437 3.446-5.17 3.518q-.99.027-1.66-.605c-1.902-1.793-.183-4.033 1.994-6.87q.453-.588.95-1.246c1.969-2.615 3.985-5.296 3.238-6.04c-.519-.512-2.065.61-2.708 1.115c-3.004 2.363-8.37 7.896-8.423 7.95a.997.997 0 0 1-1.414.023a1 1 0 0 1-.024-1.413c.224-.23 5.516-5.687 8.624-8.132c.874-.688 3.533-2.781 5.358-.96c1.98 1.972-.123 4.768-3.034 8.636c-.352.467-.674.887-.979 1.284c-1.785 2.327-2.768 3.668-2.208 4.197c.032.03.068.068.205.061c.76-.03 2.24-1.152 3.763-2.854c1.457-1.627 3.156-3.299 4.71-3.368a1.96 1.96 0 0 1 1.488.536c1.505 1.401.173 3.793-.623 5.222c-.098.175-.187.332-.256.468l-.139.262c-.276.522-.695 1.309-.512 1.474c.432 0 1.14-.569 1.55-1.062a1 1 0 0 1 1.544 1.272c-.233.284-1.47 1.706-2.873 1.81q-.083.006-.165.006Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.067 21.333a2.04 2.04 0 0 1-1.396-.542c-1.338-1.21-.48-2.826.085-3.895l.132-.25c.079-.15.176-.325.283-.517c1.232-2.213 1.114-2.685 1.006-2.785c-.069-.016-.816-.12-3.345 2.703c-1.403 1.565-3.437 3.446-5.17 3.518q-.99.027-1.66-.605c-1.902-1.793-.183-4.033 1.994-6.87q.453-.588.95-1.246c1.969-2.615 3.985-5.296 3.238-6.04c-.519-.512-2.065.61-2.708 1.115c-3.004 2.363-8.37 7.896-8.423 7.95a.997.997 0 0 1-1.414.023a1 1 0 0 1-.024-1.413c.224-.23 5.516-5.687 8.624-8.132c.874-.688 3.533-2.781 5.358-.96c1.98 1.972-.123 4.768-3.034 8.636c-.352.467-.674.887-.979 1.284c-1.785 2.327-2.768 3.668-2.208 4.197c.032.03.068.068.205.061c.76-.03 2.24-1.152 3.763-2.854c1.457-1.627 3.156-3.299 4.71-3.368a1.96 1.96 0 0 1 1.488.536c1.505 1.401.173 3.793-.623 5.222c-.098.175-.187.332-.256.468l-.139.262c-.276.522-.695 1.309-.512 1.474c.432 0 1.14-.569 1.55-1.062a1 1 0 0 1 1.544 1.272c-.233.284-1.47 1.706-2.873 1.81q-.083.006-.165.006Z"/></svg> </template>
CSS
.icon-scribble-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%22M18.067%2021.333a2.04%202.04%200%200%201-1.396-.542c-1.338-1.21-.48-2.826.085-3.895l.132-.25c.079-.15.176-.325.283-.517c1.232-2.213%201.114-2.685%201.006-2.785c-.069-.016-.816-.12-3.345%202.703c-1.403%201.565-3.437%203.446-5.17%203.518q-.99.027-1.66-.605c-1.902-1.793-.183-4.033%201.994-6.87q.453-.588.95-1.246c1.969-2.615%203.985-5.296%203.238-6.04c-.519-.512-2.065.61-2.708%201.115c-3.004%202.363-8.37%207.896-8.423%207.95a.997.997%200%200%201-1.414.023a1%201%200%200%201-.024-1.413c.224-.23%205.516-5.687%208.624-8.132c.874-.688%203.533-2.781%205.358-.96c1.98%201.972-.123%204.768-3.034%208.636c-.352.467-.674.887-.979%201.284c-1.785%202.327-2.768%203.668-2.208%204.197c.032.03.068.068.205.061c.76-.03%202.24-1.152%203.763-2.854c1.457-1.627%203.156-3.299%204.71-3.368a1.96%201.96%200%200%201%201.488.536c1.505%201.401.173%203.793-.623%205.222c-.098.175-.187.332-.256.468l-.139.262c-.276.522-.695%201.309-.512%201.474c.432%200%201.14-.569%201.55-1.062a1%201%200%200%201%201.544%201.272c-.233.284-1.47%201.706-2.873%201.81q-.083.006-.165.006Z%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%22M18.067%2021.333a2.04%202.04%200%200%201-1.396-.542c-1.338-1.21-.48-2.826.085-3.895l.132-.25c.079-.15.176-.325.283-.517c1.232-2.213%201.114-2.685%201.006-2.785c-.069-.016-.816-.12-3.345%202.703c-1.403%201.565-3.437%203.446-5.17%203.518q-.99.027-1.66-.605c-1.902-1.793-.183-4.033%201.994-6.87q.453-.588.95-1.246c1.969-2.615%203.985-5.296%203.238-6.04c-.519-.512-2.065.61-2.708%201.115c-3.004%202.363-8.37%207.896-8.423%207.95a.997.997%200%200%201-1.414.023a1%201%200%200%201-.024-1.413c.224-.23%205.516-5.687%208.624-8.132c.874-.688%203.533-2.781%205.358-.96c1.98%201.972-.123%204.768-3.034%208.636c-.352.467-.674.887-.979%201.284c-1.785%202.327-2.768%203.668-2.208%204.197c.032.03.068.068.205.061c.76-.03%202.24-1.152%203.763-2.854c1.457-1.627%203.156-3.299%204.71-3.368a1.96%201.96%200%200%201%201.488.536c1.505%201.401.173%203.793-.623%205.222c-.098.175-.187.332-.256.468l-.139.262c-.276.522-.695%201.309-.512%201.474c.432%200%201.14-.569%201.55-1.062a1%201%200%200%201%201.544%201.272c-.233.284-1.47%201.706-2.873%201.81q-.083.006-.165.006Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/scribble-filled.svg?color=%231a73e8&size=48