spiral-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
spiral-fill
Set
Phosphor
Style
Fill
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="M248 144a8 8 0 0 1-16 0a96.11 96.11 0 0 0-96-96c-1.4 0-2.8 0-4.18.1A80.06 80.06 0 0 0 56 128a64.07 64.07 0 0 0 64 64a44.05 44.05 0 0 0 44-44a32 32 0 0 0-32-32a8 8 0 0 0 0 16a16 16 0 0 1 16 16a28 28 0 0 1-28 28a48.05 48.05 0 0 1-48-48a64.07 64.07 0 0 1 64-64a80.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"/></svg>

React

import type { SVGProps } from "react";

export function PhSpiralFill(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="M248 144a8 8 0 0 1-16 0a96.11 96.11 0 0 0-96-96c-1.4 0-2.8 0-4.18.1A80.06 80.06 0 0 0 56 128a64.07 64.07 0 0 0 64 64a44.05 44.05 0 0 0 44-44a32 32 0 0 0-32-32a8 8 0 0 0 0 16a16 16 0 0 1 16 16a28 28 0 0 1-28 28a48.05 48.05 0 0 1-48-48a64.07 64.07 0 0 1 64-64a80.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"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 144a8 8 0 0 1-16 0a96.11 96.11 0 0 0-96-96c-1.4 0-2.8 0-4.18.1A80.06 80.06 0 0 0 56 128a64.07 64.07 0 0 0 64 64a44.05 44.05 0 0 0 44-44a32 32 0 0 0-32-32a8 8 0 0 0 0 16a16 16 0 0 1 16 16a28 28 0 0 1-28 28a48.05 48.05 0 0 1-48-48a64.07 64.07 0 0 1 64-64a80.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"/></svg>
</template>

CSS

.icon-spiral-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%22M248%20144a8%208%200%200%201-16%200a96.11%2096.11%200%200%200-96-96c-1.4%200-2.8%200-4.18.1A80.06%2080.06%200%200%200%2056%20128a64.07%2064.07%200%200%200%2064%2064a44.05%2044.05%200%200%200%2044-44a32%2032%200%200%200-32-32a8%208%200%200%200%200%2016a16%2016%200%200%201%2016%2016a28%2028%200%200%201-28%2028a48.05%2048.05%200%200%201-48-48a64.07%2064.07%200%200%201%2064-64a80.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%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%22M248%20144a8%208%200%200%201-16%200a96.11%2096.11%200%200%200-96-96c-1.4%200-2.8%200-4.18.1A80.06%2080.06%200%200%200%2056%20128a64.07%2064.07%200%200%200%2064%2064a44.05%2044.05%200%200%200%2044-44a32%2032%200%200%200-32-32a8%208%200%200%200%200%2016a16%2016%200%200%201%2016%2016a28%2028%200%200%201-28%2028a48.05%2048.05%200%200%201-48-48a64.07%2064.07%200%200%201%2064-64a80.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%2Fsvg%3E") no-repeat center / contain;
}

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