spiral icon
spiral-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- spiral-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M240 144h-32a80 80 0 0 1-80 80a88 88 0 0 1-88-88a96 96 0 0 1 96-96a104 104 0 0 1 104 104" opacity=".2"/><path d="M248 144a8 8 0 0 1-16 0a96.11 96.11 0 0 0-96-96a88.1 88.1 0 0 0-88 88a80.09 80.09 0 0 0 80 80a72.08 72.08 0 0 0 72-72a64.07 64.07 0 0 0-64-64a56.06 56.06 0 0 0-56 56a48.05 48.05 0 0 0 48 48a40 40 0 0 0 40-40a32 32 0 0 0-32-32a24 24 0 0 0-24 24a16 16 0 0 0 16 16a8 8 0 0 0 8-8a8 8 0 0 1 0-16a16 16 0 0 1 16 16a24 24 0 0 1-24 24a32 32 0 0 1-32-32a40 40 0 0 1 40-40a48.05 48.05 0 0 1 48 48a56.06 56.06 0 0 1-56 56a64.07 64.07 0 0 1-64-64a72.08 72.08 0 0 1 72-72a80.09 80.09 0 0 1 80 80a88.1 88.1 0 0 1-88 88a96.11 96.11 0 0 1-96-96A104.11 104.11 0 0 1 136 32a112.12 112.12 0 0 1 112 112"/></g></svg>
React
import type { SVGProps } from "react";
export function PhSpiralDuotone(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="M240 144h-32a80 80 0 0 1-80 80a88 88 0 0 1-88-88a96 96 0 0 1 96-96a104 104 0 0 1 104 104" opacity=".2"/><path d="M248 144a8 8 0 0 1-16 0a96.11 96.11 0 0 0-96-96a88.1 88.1 0 0 0-88 88a80.09 80.09 0 0 0 80 80a72.08 72.08 0 0 0 72-72a64.07 64.07 0 0 0-64-64a56.06 56.06 0 0 0-56 56a48.05 48.05 0 0 0 48 48a40 40 0 0 0 40-40a32 32 0 0 0-32-32a24 24 0 0 0-24 24a16 16 0 0 0 16 16a8 8 0 0 0 8-8a8 8 0 0 1 0-16a16 16 0 0 1 16 16a24 24 0 0 1-24 24a32 32 0 0 1-32-32a40 40 0 0 1 40-40a48.05 48.05 0 0 1 48 48a56.06 56.06 0 0 1-56 56a64.07 64.07 0 0 1-64-64a72.08 72.08 0 0 1 72-72a80.09 80.09 0 0 1 80 80a88.1 88.1 0 0 1-88 88a96.11 96.11 0 0 1-96-96A104.11 104.11 0 0 1 136 32a112.12 112.12 0 0 1 112 112"/></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="M240 144h-32a80 80 0 0 1-80 80a88 88 0 0 1-88-88a96 96 0 0 1 96-96a104 104 0 0 1 104 104" opacity=".2"/><path d="M248 144a8 8 0 0 1-16 0a96.11 96.11 0 0 0-96-96a88.1 88.1 0 0 0-88 88a80.09 80.09 0 0 0 80 80a72.08 72.08 0 0 0 72-72a64.07 64.07 0 0 0-64-64a56.06 56.06 0 0 0-56 56a48.05 48.05 0 0 0 48 48a40 40 0 0 0 40-40a32 32 0 0 0-32-32a24 24 0 0 0-24 24a16 16 0 0 0 16 16a8 8 0 0 0 8-8a8 8 0 0 1 0-16a16 16 0 0 1 16 16a24 24 0 0 1-24 24a32 32 0 0 1-32-32a40 40 0 0 1 40-40a48.05 48.05 0 0 1 48 48a56.06 56.06 0 0 1-56 56a64.07 64.07 0 0 1-64-64a72.08 72.08 0 0 1 72-72a80.09 80.09 0 0 1 80 80a88.1 88.1 0 0 1-88 88a96.11 96.11 0 0 1-96-96A104.11 104.11 0 0 1 136 32a112.12 112.12 0 0 1 112 112"/></g></svg> </template>
CSS
.icon-spiral-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%22M240%20144h-32a80%2080%200%200%201-80%2080a88%2088%200%200%201-88-88a96%2096%200%200%201%2096-96a104%20104%200%200%201%20104%20104%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M248%20144a8%208%200%200%201-16%200a96.11%2096.11%200%200%200-96-96a88.1%2088.1%200%200%200-88%2088a80.09%2080.09%200%200%200%2080%2080a72.08%2072.08%200%200%200%2072-72a64.07%2064.07%200%200%200-64-64a56.06%2056.06%200%200%200-56%2056a48.05%2048.05%200%200%200%2048%2048a40%2040%200%200%200%2040-40a32%2032%200%200%200-32-32a24%2024%200%200%200-24%2024a16%2016%200%200%200%2016%2016a8%208%200%200%200%208-8a8%208%200%200%201%200-16a16%2016%200%200%201%2016%2016a24%2024%200%200%201-24%2024a32%2032%200%200%201-32-32a40%2040%200%200%201%2040-40a48.05%2048.05%200%200%201%2048%2048a56.06%2056.06%200%200%201-56%2056a64.07%2064.07%200%200%201-64-64a72.08%2072.08%200%200%201%2072-72a80.09%2080.09%200%200%201%2080%2080a88.1%2088.1%200%200%201-88%2088a96.11%2096.11%200%200%201-96-96A104.11%20104.11%200%200%201%20136%2032a112.12%20112.12%200%200%201%20112%20112%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%22M240%20144h-32a80%2080%200%200%201-80%2080a88%2088%200%200%201-88-88a96%2096%200%200%201%2096-96a104%20104%200%200%201%20104%20104%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M248%20144a8%208%200%200%201-16%200a96.11%2096.11%200%200%200-96-96a88.1%2088.1%200%200%200-88%2088a80.09%2080.09%200%200%200%2080%2080a72.08%2072.08%200%200%200%2072-72a64.07%2064.07%200%200%200-64-64a56.06%2056.06%200%200%200-56%2056a48.05%2048.05%200%200%200%2048%2048a40%2040%200%200%200%2040-40a32%2032%200%200%200-32-32a24%2024%200%200%200-24%2024a16%2016%200%200%200%2016%2016a8%208%200%200%200%208-8a8%208%200%200%201%200-16a16%2016%200%200%201%2016%2016a24%2024%200%200%201-24%2024a32%2032%200%200%201-32-32a40%2040%200%200%201%2040-40a48.05%2048.05%200%200%201%2048%2048a56.06%2056.06%200%200%201-56%2056a64.07%2064.07%200%200%201-64-64a72.08%2072.08%200%200%201%2072-72a80.09%2080.09%200%200%201%2080%2080a88.1%2088.1%200%200%201-88%2088a96.11%2096.11%200%200%201-96-96A104.11%20104.11%200%200%201%20136%2032a112.12%20112.12%200%200%201%20112%20112%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/spiral-duotone.svg?color=%231a73e8&size=48