scribble loop icon
scribble-loop-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- scribble-loop-light
- Set
- Phosphor
- Style
- Light
- 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="M252.45 156c-1.32-1.46-24.27-26.42-61.37-40.5c-1.5-18.49-8.13-35.31-19-48C157.74 50.8 137 42 112 42c-50.51 0-83.5 45.38-84.88 47.31a6 6 0 1 0 9.76 7C37.18 95.87 67.75 54 112 54c21.37 0 39 7.35 50.93 21.27c8.26 9.62 13.64 22.14 15.62 36.06a139 139 0 0 0-38-5.33c-25.58 0-47 6.65-62 19.22c-13.1 11-20.62 26.34-20.62 42a45.65 45.65 0 0 0 13.28 32.64C80.56 209.12 93.47 214 108.6 214c51.73 0 80.55-43.09 82.68-85.38c32.05 13.49 52 35.09 52.27 35.4a6 6 0 0 0 8.9-8ZM161 177.53c-9.08 11.16-25.56 24.47-52.4 24.47C90 202 70 191.12 70 167.25C70 143.53 92.09 118 140.6 118a126.7 126.7 0 0 1 38.8 6.22c-.14 19.72-6.82 39.12-18.4 53.31"/></svg>
React
import type { SVGProps } from "react";
export function PhScribbleLoopLight(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="M252.45 156c-1.32-1.46-24.27-26.42-61.37-40.5c-1.5-18.49-8.13-35.31-19-48C157.74 50.8 137 42 112 42c-50.51 0-83.5 45.38-84.88 47.31a6 6 0 1 0 9.76 7C37.18 95.87 67.75 54 112 54c21.37 0 39 7.35 50.93 21.27c8.26 9.62 13.64 22.14 15.62 36.06a139 139 0 0 0-38-5.33c-25.58 0-47 6.65-62 19.22c-13.1 11-20.62 26.34-20.62 42a45.65 45.65 0 0 0 13.28 32.64C80.56 209.12 93.47 214 108.6 214c51.73 0 80.55-43.09 82.68-85.38c32.05 13.49 52 35.09 52.27 35.4a6 6 0 0 0 8.9-8ZM161 177.53c-9.08 11.16-25.56 24.47-52.4 24.47C90 202 70 191.12 70 167.25C70 143.53 92.09 118 140.6 118a126.7 126.7 0 0 1 38.8 6.22c-.14 19.72-6.82 39.12-18.4 53.31"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252.45 156c-1.32-1.46-24.27-26.42-61.37-40.5c-1.5-18.49-8.13-35.31-19-48C157.74 50.8 137 42 112 42c-50.51 0-83.5 45.38-84.88 47.31a6 6 0 1 0 9.76 7C37.18 95.87 67.75 54 112 54c21.37 0 39 7.35 50.93 21.27c8.26 9.62 13.64 22.14 15.62 36.06a139 139 0 0 0-38-5.33c-25.58 0-47 6.65-62 19.22c-13.1 11-20.62 26.34-20.62 42a45.65 45.65 0 0 0 13.28 32.64C80.56 209.12 93.47 214 108.6 214c51.73 0 80.55-43.09 82.68-85.38c32.05 13.49 52 35.09 52.27 35.4a6 6 0 0 0 8.9-8ZM161 177.53c-9.08 11.16-25.56 24.47-52.4 24.47C90 202 70 191.12 70 167.25C70 143.53 92.09 118 140.6 118a126.7 126.7 0 0 1 38.8 6.22c-.14 19.72-6.82 39.12-18.4 53.31"/></svg> </template>
CSS
.icon-scribble-loop-light {
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%22M252.45%20156c-1.32-1.46-24.27-26.42-61.37-40.5c-1.5-18.49-8.13-35.31-19-48C157.74%2050.8%20137%2042%20112%2042c-50.51%200-83.5%2045.38-84.88%2047.31a6%206%200%201%200%209.76%207C37.18%2095.87%2067.75%2054%20112%2054c21.37%200%2039%207.35%2050.93%2021.27c8.26%209.62%2013.64%2022.14%2015.62%2036.06a139%20139%200%200%200-38-5.33c-25.58%200-47%206.65-62%2019.22c-13.1%2011-20.62%2026.34-20.62%2042a45.65%2045.65%200%200%200%2013.28%2032.64C80.56%20209.12%2093.47%20214%20108.6%20214c51.73%200%2080.55-43.09%2082.68-85.38c32.05%2013.49%2052%2035.09%2052.27%2035.4a6%206%200%200%200%208.9-8ZM161%20177.53c-9.08%2011.16-25.56%2024.47-52.4%2024.47C90%20202%2070%20191.12%2070%20167.25C70%20143.53%2092.09%20118%20140.6%20118a126.7%20126.7%200%200%201%2038.8%206.22c-.14%2019.72-6.82%2039.12-18.4%2053.31%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%22M252.45%20156c-1.32-1.46-24.27-26.42-61.37-40.5c-1.5-18.49-8.13-35.31-19-48C157.74%2050.8%20137%2042%20112%2042c-50.51%200-83.5%2045.38-84.88%2047.31a6%206%200%201%200%209.76%207C37.18%2095.87%2067.75%2054%20112%2054c21.37%200%2039%207.35%2050.93%2021.27c8.26%209.62%2013.64%2022.14%2015.62%2036.06a139%20139%200%200%200-38-5.33c-25.58%200-47%206.65-62%2019.22c-13.1%2011-20.62%2026.34-20.62%2042a45.65%2045.65%200%200%200%2013.28%2032.64C80.56%20209.12%2093.47%20214%20108.6%20214c51.73%200%2080.55-43.09%2082.68-85.38c32.05%2013.49%2052%2035.09%2052.27%2035.4a6%206%200%200%200%208.9-8ZM161%20177.53c-9.08%2011.16-25.56%2024.47-52.4%2024.47C90%20202%2070%20191.12%2070%20167.25C70%20143.53%2092.09%20118%20140.6%20118a126.7%20126.7%200%200%201%2038.8%206.22c-.14%2019.72-6.82%2039.12-18.4%2053.31%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/scribble-loop-light.svg?color=%231a73e8&size=48