spiral icon
spiral-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- spiral-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the spiral icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 144a4 4 0 0 1-8 0A100.11 100.11 0 0 0 136 44a92.1 92.1 0 0 0-92 92a84.09 84.09 0 0 0 84 84a76.08 76.08 0 0 0 76-76a68.07 68.07 0 0 0-68-68a60.07 60.07 0 0 0-60 60a52.06 52.06 0 0 0 52 52a44.05 44.05 0 0 0 44-44a36 36 0 0 0-36-36a28 28 0 0 0-28 28a20 20 0 0 0 20 20a12 12 0 0 0 12-12a4 4 0 0 0-4-4a4 4 0 0 1 0-8a12 12 0 0 1 12 12a20 20 0 0 1-20 20a28 28 0 0 1-28-28a36 36 0 0 1 36-36a44.05 44.05 0 0 1 44 44a52.06 52.06 0 0 1-52 52a60.07 60.07 0 0 1-60-60a68.07 68.07 0 0 1 68-68a76.08 76.08 0 0 1 76 76a84.09 84.09 0 0 1-84 84a92.1 92.1 0 0 1-92-92A100.11 100.11 0 0 1 136 36a108.12 108.12 0 0 1 108 108"/></svg>
React
import type { SVGProps } from "react";
export function PhSpiralThin(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="M244 144a4 4 0 0 1-8 0A100.11 100.11 0 0 0 136 44a92.1 92.1 0 0 0-92 92a84.09 84.09 0 0 0 84 84a76.08 76.08 0 0 0 76-76a68.07 68.07 0 0 0-68-68a60.07 60.07 0 0 0-60 60a52.06 52.06 0 0 0 52 52a44.05 44.05 0 0 0 44-44a36 36 0 0 0-36-36a28 28 0 0 0-28 28a20 20 0 0 0 20 20a12 12 0 0 0 12-12a4 4 0 0 0-4-4a4 4 0 0 1 0-8a12 12 0 0 1 12 12a20 20 0 0 1-20 20a28 28 0 0 1-28-28a36 36 0 0 1 36-36a44.05 44.05 0 0 1 44 44a52.06 52.06 0 0 1-52 52a60.07 60.07 0 0 1-60-60a68.07 68.07 0 0 1 68-68a76.08 76.08 0 0 1 76 76a84.09 84.09 0 0 1-84 84a92.1 92.1 0 0 1-92-92A100.11 100.11 0 0 1 136 36a108.12 108.12 0 0 1 108 108"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 144a4 4 0 0 1-8 0A100.11 100.11 0 0 0 136 44a92.1 92.1 0 0 0-92 92a84.09 84.09 0 0 0 84 84a76.08 76.08 0 0 0 76-76a68.07 68.07 0 0 0-68-68a60.07 60.07 0 0 0-60 60a52.06 52.06 0 0 0 52 52a44.05 44.05 0 0 0 44-44a36 36 0 0 0-36-36a28 28 0 0 0-28 28a20 20 0 0 0 20 20a12 12 0 0 0 12-12a4 4 0 0 0-4-4a4 4 0 0 1 0-8a12 12 0 0 1 12 12a20 20 0 0 1-20 20a28 28 0 0 1-28-28a36 36 0 0 1 36-36a44.05 44.05 0 0 1 44 44a52.06 52.06 0 0 1-52 52a60.07 60.07 0 0 1-60-60a68.07 68.07 0 0 1 68-68a76.08 76.08 0 0 1 76 76a84.09 84.09 0 0 1-84 84a92.1 92.1 0 0 1-92-92A100.11 100.11 0 0 1 136 36a108.12 108.12 0 0 1 108 108"/></svg> </template>
CSS
.icon-spiral-thin {
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%22M244%20144a4%204%200%200%201-8%200A100.11%20100.11%200%200%200%20136%2044a92.1%2092.1%200%200%200-92%2092a84.09%2084.09%200%200%200%2084%2084a76.08%2076.08%200%200%200%2076-76a68.07%2068.07%200%200%200-68-68a60.07%2060.07%200%200%200-60%2060a52.06%2052.06%200%200%200%2052%2052a44.05%2044.05%200%200%200%2044-44a36%2036%200%200%200-36-36a28%2028%200%200%200-28%2028a20%2020%200%200%200%2020%2020a12%2012%200%200%200%2012-12a4%204%200%200%200-4-4a4%204%200%200%201%200-8a12%2012%200%200%201%2012%2012a20%2020%200%200%201-20%2020a28%2028%200%200%201-28-28a36%2036%200%200%201%2036-36a44.05%2044.05%200%200%201%2044%2044a52.06%2052.06%200%200%201-52%2052a60.07%2060.07%200%200%201-60-60a68.07%2068.07%200%200%201%2068-68a76.08%2076.08%200%200%201%2076%2076a84.09%2084.09%200%200%201-84%2084a92.1%2092.1%200%200%201-92-92A100.11%20100.11%200%200%201%20136%2036a108.12%20108.12%200%200%201%20108%20108%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%22M244%20144a4%204%200%200%201-8%200A100.11%20100.11%200%200%200%20136%2044a92.1%2092.1%200%200%200-92%2092a84.09%2084.09%200%200%200%2084%2084a76.08%2076.08%200%200%200%2076-76a68.07%2068.07%200%200%200-68-68a60.07%2060.07%200%200%200-60%2060a52.06%2052.06%200%200%200%2052%2052a44.05%2044.05%200%200%200%2044-44a36%2036%200%200%200-36-36a28%2028%200%200%200-28%2028a20%2020%200%200%200%2020%2020a12%2012%200%200%200%2012-12a4%204%200%200%200-4-4a4%204%200%200%201%200-8a12%2012%200%200%201%2012%2012a20%2020%200%200%201-20%2020a28%2028%200%200%201-28-28a36%2036%200%200%201%2036-36a44.05%2044.05%200%200%201%2044%2044a52.06%2052.06%200%200%201-52%2052a60.07%2060.07%200%200%201-60-60a68.07%2068.07%200%200%201%2068-68a76.08%2076.08%200%200%201%2076%2076a84.09%2084.09%200%200%201-84%2084a92.1%2092.1%200%200%201-92-92A100.11%20100.11%200%200%201%20136%2036a108.12%20108.12%200%200%201%20108%20108%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/spiral-thin.svg?color=%231a73e8&size=48