scribble icon
scribble-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- scribble-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the scribble icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208.5 192.49a10.6 10.6 0 0 0 0 15a12 12 0 0 1-17 17a34.62 34.62 0 0 1 0-49l9.37-9.37a10.63 10.63 0 0 0-15-15l-66.76 66.75a34.63 34.63 0 0 1-49-49l98.76-98.75a10.63 10.63 0 0 0-15-15l-66.76 66.74a34.63 34.63 0 0 1-49-49l41.4-41.35a12 12 0 1 1 17 17L55.1 89.86a10.63 10.63 0 0 0 15 15l66.76-66.75a34.63 34.63 0 1 1 49 49l-98.75 98.75a10.63 10.63 0 0 0 15 15l66.75-66.75a34.63 34.63 0 0 1 49 49Z"/></svg>
React
import type { SVGProps } from "react";
export function PhScribbleBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208.5 192.49a10.6 10.6 0 0 0 0 15a12 12 0 0 1-17 17a34.62 34.62 0 0 1 0-49l9.37-9.37a10.63 10.63 0 0 0-15-15l-66.76 66.75a34.63 34.63 0 0 1-49-49l98.76-98.75a10.63 10.63 0 0 0-15-15l-66.76 66.74a34.63 34.63 0 0 1-49-49l41.4-41.35a12 12 0 1 1 17 17L55.1 89.86a10.63 10.63 0 0 0 15 15l66.76-66.75a34.63 34.63 0 1 1 49 49l-98.75 98.75a10.63 10.63 0 0 0 15 15l66.75-66.75a34.63 34.63 0 0 1 49 49Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208.5 192.49a10.6 10.6 0 0 0 0 15a12 12 0 0 1-17 17a34.62 34.62 0 0 1 0-49l9.37-9.37a10.63 10.63 0 0 0-15-15l-66.76 66.75a34.63 34.63 0 0 1-49-49l98.76-98.75a10.63 10.63 0 0 0-15-15l-66.76 66.74a34.63 34.63 0 0 1-49-49l41.4-41.35a12 12 0 1 1 17 17L55.1 89.86a10.63 10.63 0 0 0 15 15l66.76-66.75a34.63 34.63 0 1 1 49 49l-98.75 98.75a10.63 10.63 0 0 0 15 15l66.75-66.75a34.63 34.63 0 0 1 49 49Z"/></svg> </template>
CSS
.icon-scribble-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208.5%20192.49a10.6%2010.6%200%200%200%200%2015a12%2012%200%200%201-17%2017a34.62%2034.62%200%200%201%200-49l9.37-9.37a10.63%2010.63%200%200%200-15-15l-66.76%2066.75a34.63%2034.63%200%200%201-49-49l98.76-98.75a10.63%2010.63%200%200%200-15-15l-66.76%2066.74a34.63%2034.63%200%200%201-49-49l41.4-41.35a12%2012%200%201%201%2017%2017L55.1%2089.86a10.63%2010.63%200%200%200%2015%2015l66.76-66.75a34.63%2034.63%200%201%201%2049%2049l-98.75%2098.75a10.63%2010.63%200%200%200%2015%2015l66.75-66.75a34.63%2034.63%200%200%201%2049%2049Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208.5%20192.49a10.6%2010.6%200%200%200%200%2015a12%2012%200%200%201-17%2017a34.62%2034.62%200%200%201%200-49l9.37-9.37a10.63%2010.63%200%200%200-15-15l-66.76%2066.75a34.63%2034.63%200%200%201-49-49l98.76-98.75a10.63%2010.63%200%200%200-15-15l-66.76%2066.74a34.63%2034.63%200%200%201-49-49l41.4-41.35a12%2012%200%201%201%2017%2017L55.1%2089.86a10.63%2010.63%200%200%200%2015%2015l66.76-66.75a34.63%2034.63%200%201%201%2049%2049l-98.75%2098.75a10.63%2010.63%200%200%200%2015%2015l66.75-66.75a34.63%2034.63%200%200%201%2049%2049Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/scribble-bold.svg?color=%231a73e8&size=48