scribble loop icon
scribble-loop-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- scribble-loop-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the scribble loop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 128a81.4 81.4 0 0 1 25.69 4.28C151.56 154.87 137.33 176 112 176c-15.8 0-24.06-10.85-24.06-21.58c0-6.59 3-12.75 8.56-17.35c7.12-5.93 18.02-9.07 31.5-9.07m96-80v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-18.11 98.59a120.2 120.2 0 0 0-36.08-25.21c-.9-14.35-5.75-27.54-13.89-37.55C145.38 70.86 130.19 64 112 64c-35.56 0-61.32 33.76-62.4 35.2a8 8 0 0 0 12.79 9.62C62.61 108.53 84.51 80 112 80c13.4 0 24 4.68 31.5 13.92a47.54 47.54 0 0 1 9.48 21.4A96.8 96.8 0 0 0 128 112c-17.27 0-31.71 4.42-41.74 12.78C77 132.47 71.94 143 71.94 154.42C71.94 172.64 86 192 112 192a54 54 0 0 0 43.53-21.23A70 70 0 0 0 169 138.89a106.2 106.2 0 0 1 25.13 18.52a8 8 0 1 0 11.78-10.82Z"/></svg>
React
import type { SVGProps } from "react";
export function PhScribbleLoopFill(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="M128 128a81.4 81.4 0 0 1 25.69 4.28C151.56 154.87 137.33 176 112 176c-15.8 0-24.06-10.85-24.06-21.58c0-6.59 3-12.75 8.56-17.35c7.12-5.93 18.02-9.07 31.5-9.07m96-80v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-18.11 98.59a120.2 120.2 0 0 0-36.08-25.21c-.9-14.35-5.75-27.54-13.89-37.55C145.38 70.86 130.19 64 112 64c-35.56 0-61.32 33.76-62.4 35.2a8 8 0 0 0 12.79 9.62C62.61 108.53 84.51 80 112 80c13.4 0 24 4.68 31.5 13.92a47.54 47.54 0 0 1 9.48 21.4A96.8 96.8 0 0 0 128 112c-17.27 0-31.71 4.42-41.74 12.78C77 132.47 71.94 143 71.94 154.42C71.94 172.64 86 192 112 192a54 54 0 0 0 43.53-21.23A70 70 0 0 0 169 138.89a106.2 106.2 0 0 1 25.13 18.52a8 8 0 1 0 11.78-10.82Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 128a81.4 81.4 0 0 1 25.69 4.28C151.56 154.87 137.33 176 112 176c-15.8 0-24.06-10.85-24.06-21.58c0-6.59 3-12.75 8.56-17.35c7.12-5.93 18.02-9.07 31.5-9.07m96-80v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-18.11 98.59a120.2 120.2 0 0 0-36.08-25.21c-.9-14.35-5.75-27.54-13.89-37.55C145.38 70.86 130.19 64 112 64c-35.56 0-61.32 33.76-62.4 35.2a8 8 0 0 0 12.79 9.62C62.61 108.53 84.51 80 112 80c13.4 0 24 4.68 31.5 13.92a47.54 47.54 0 0 1 9.48 21.4A96.8 96.8 0 0 0 128 112c-17.27 0-31.71 4.42-41.74 12.78C77 132.47 71.94 143 71.94 154.42C71.94 172.64 86 192 112 192a54 54 0 0 0 43.53-21.23A70 70 0 0 0 169 138.89a106.2 106.2 0 0 1 25.13 18.52a8 8 0 1 0 11.78-10.82Z"/></svg> </template>
CSS
.icon-scribble-loop-fill {
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%22M128%20128a81.4%2081.4%200%200%201%2025.69%204.28C151.56%20154.87%20137.33%20176%20112%20176c-15.8%200-24.06-10.85-24.06-21.58c0-6.59%203-12.75%208.56-17.35c7.12-5.93%2018.02-9.07%2031.5-9.07m96-80v160a16%2016%200%200%201-16%2016H48a16%2016%200%200%201-16-16V48a16%2016%200%200%201%2016-16h160a16%2016%200%200%201%2016%2016m-18.11%2098.59a120.2%20120.2%200%200%200-36.08-25.21c-.9-14.35-5.75-27.54-13.89-37.55C145.38%2070.86%20130.19%2064%20112%2064c-35.56%200-61.32%2033.76-62.4%2035.2a8%208%200%200%200%2012.79%209.62C62.61%20108.53%2084.51%2080%20112%2080c13.4%200%2024%204.68%2031.5%2013.92a47.54%2047.54%200%200%201%209.48%2021.4A96.8%2096.8%200%200%200%20128%20112c-17.27%200-31.71%204.42-41.74%2012.78C77%20132.47%2071.94%20143%2071.94%20154.42C71.94%20172.64%2086%20192%20112%20192a54%2054%200%200%200%2043.53-21.23A70%2070%200%200%200%20169%20138.89a106.2%20106.2%200%200%201%2025.13%2018.52a8%208%200%201%200%2011.78-10.82Z%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%22M128%20128a81.4%2081.4%200%200%201%2025.69%204.28C151.56%20154.87%20137.33%20176%20112%20176c-15.8%200-24.06-10.85-24.06-21.58c0-6.59%203-12.75%208.56-17.35c7.12-5.93%2018.02-9.07%2031.5-9.07m96-80v160a16%2016%200%200%201-16%2016H48a16%2016%200%200%201-16-16V48a16%2016%200%200%201%2016-16h160a16%2016%200%200%201%2016%2016m-18.11%2098.59a120.2%20120.2%200%200%200-36.08-25.21c-.9-14.35-5.75-27.54-13.89-37.55C145.38%2070.86%20130.19%2064%20112%2064c-35.56%200-61.32%2033.76-62.4%2035.2a8%208%200%200%200%2012.79%209.62C62.61%20108.53%2084.51%2080%20112%2080c13.4%200%2024%204.68%2031.5%2013.92a47.54%2047.54%200%200%201%209.48%2021.4A96.8%2096.8%200%200%200%20128%20112c-17.27%200-31.71%204.42-41.74%2012.78C77%20132.47%2071.94%20143%2071.94%20154.42C71.94%20172.64%2086%20192%20112%20192a54%2054%200%200%200%2043.53-21.23A70%2070%200%200%200%20169%20138.89a106.2%20106.2%200%200%201%2025.13%2018.52a8%208%200%201%200%2011.78-10.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/scribble-loop-fill.svg?color=%231a73e8&size=48