scribble icon

scribble-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
scribble-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M216 56v144a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16" opacity=".2"/><path d="M205.67 189.66a14.61 14.61 0 0 0 0 20.68a8 8 0 0 1-11.32 11.32a30.64 30.64 0 0 1 0-43.32l9.38-9.37A14.63 14.63 0 0 0 183 148.28L116.28 215A30.63 30.63 0 0 1 73 171.72L171.72 73A14.63 14.63 0 0 0 151 52.28L84.28 119A30.63 30.63 0 0 1 41 75.72l41.34-41.38a8 8 0 0 1 11.31 11.32L52.27 87A14.63 14.63 0 0 0 73 107.72L139.72 41A30.63 30.63 0 0 1 183 84.28L84.28 183A14.63 14.63 0 0 0 105 203.72L171.72 137A30.63 30.63 0 0 1 215 180.28Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhScribbleDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 56v144a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16" opacity=".2"/><path d="M205.67 189.66a14.61 14.61 0 0 0 0 20.68a8 8 0 0 1-11.32 11.32a30.64 30.64 0 0 1 0-43.32l9.38-9.37A14.63 14.63 0 0 0 183 148.28L116.28 215A30.63 30.63 0 0 1 73 171.72L171.72 73A14.63 14.63 0 0 0 151 52.28L84.28 119A30.63 30.63 0 0 1 41 75.72l41.34-41.38a8 8 0 0 1 11.31 11.32L52.27 87A14.63 14.63 0 0 0 73 107.72L139.72 41A30.63 30.63 0 0 1 183 84.28L84.28 183A14.63 14.63 0 0 0 105 203.72L171.72 137A30.63 30.63 0 0 1 215 180.28Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 56v144a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16" opacity=".2"/><path d="M205.67 189.66a14.61 14.61 0 0 0 0 20.68a8 8 0 0 1-11.32 11.32a30.64 30.64 0 0 1 0-43.32l9.38-9.37A14.63 14.63 0 0 0 183 148.28L116.28 215A30.63 30.63 0 0 1 73 171.72L171.72 73A14.63 14.63 0 0 0 151 52.28L84.28 119A30.63 30.63 0 0 1 41 75.72l41.34-41.38a8 8 0 0 1 11.31 11.32L52.27 87A14.63 14.63 0 0 0 73 107.72L139.72 41A30.63 30.63 0 0 1 183 84.28L84.28 183A14.63 14.63 0 0 0 105 203.72L171.72 137A30.63 30.63 0 0 1 215 180.28Z"/></g></svg>
</template>

CSS

.icon-scribble-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%2056v144a16%2016%200%200%201-16%2016H56a16%2016%200%200%201-16-16V56a16%2016%200%200%201%2016-16h144a16%2016%200%200%201%2016%2016%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M205.67%20189.66a14.61%2014.61%200%200%200%200%2020.68a8%208%200%200%201-11.32%2011.32a30.64%2030.64%200%200%201%200-43.32l9.38-9.37A14.63%2014.63%200%200%200%20183%20148.28L116.28%20215A30.63%2030.63%200%200%201%2073%20171.72L171.72%2073A14.63%2014.63%200%200%200%20151%2052.28L84.28%20119A30.63%2030.63%200%200%201%2041%2075.72l41.34-41.38a8%208%200%200%201%2011.31%2011.32L52.27%2087A14.63%2014.63%200%200%200%2073%20107.72L139.72%2041A30.63%2030.63%200%200%201%20183%2084.28L84.28%20183A14.63%2014.63%200%200%200%20105%20203.72L171.72%20137A30.63%2030.63%200%200%201%20215%20180.28Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%2056v144a16%2016%200%200%201-16%2016H56a16%2016%200%200%201-16-16V56a16%2016%200%200%201%2016-16h144a16%2016%200%200%201%2016%2016%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M205.67%20189.66a14.61%2014.61%200%200%200%200%2020.68a8%208%200%200%201-11.32%2011.32a30.64%2030.64%200%200%201%200-43.32l9.38-9.37A14.63%2014.63%200%200%200%20183%20148.28L116.28%20215A30.63%2030.63%200%200%201%2073%20171.72L171.72%2073A14.63%2014.63%200%200%200%20151%2052.28L84.28%20119A30.63%2030.63%200%200%201%2041%2075.72l41.34-41.38a8%208%200%200%201%2011.31%2011.32L52.27%2087A14.63%2014.63%200%200%200%2073%20107.72L139.72%2041A30.63%2030.63%200%200%201%20183%2084.28L84.28%20183A14.63%2014.63%200%200%200%20105%20203.72L171.72%20137A30.63%2030.63%200%200%201%20215%20180.28Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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