spiral from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
spiral
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

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 640 640"><path fill="currentColor" d="M179.5 71.4c13.6-11.3 33.8-9.5 45.1 4.1s9.5 33.8-4.1 45.1C164.2 167.5 128 239.2 128 320c0 106 86 192 192 192s192-86 192-192c0-75.1-60.9-136-136-136s-136 60.9-136 136c0 44.2 35.8 80 80 80s80-35.8 80-80c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-48.6 39.4-88 88-88s88 39.4 88 88c0 79.5-64.5 144-144 144s-144-64.5-144-144c0-110.5 89.5-200 200-200s200 89.5 200 200c0 141.4-114.6 256-256 256S64 461.4 64 320c0-100.2 45-189.9 115.5-248.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidSpiral(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M179.5 71.4c13.6-11.3 33.8-9.5 45.1 4.1s9.5 33.8-4.1 45.1C164.2 167.5 128 239.2 128 320c0 106 86 192 192 192s192-86 192-192c0-75.1-60.9-136-136-136s-136 60.9-136 136c0 44.2 35.8 80 80 80s80-35.8 80-80c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-48.6 39.4-88 88-88s88 39.4 88 88c0 79.5-64.5 144-144 144s-144-64.5-144-144c0-110.5 89.5-200 200-200s200 89.5 200 200c0 141.4-114.6 256-256 256S64 461.4 64 320c0-100.2 45-189.9 115.5-248.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M179.5 71.4c13.6-11.3 33.8-9.5 45.1 4.1s9.5 33.8-4.1 45.1C164.2 167.5 128 239.2 128 320c0 106 86 192 192 192s192-86 192-192c0-75.1-60.9-136-136-136s-136 60.9-136 136c0 44.2 35.8 80 80 80s80-35.8 80-80c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-48.6 39.4-88 88-88s88 39.4 88 88c0 79.5-64.5 144-144 144s-144-64.5-144-144c0-110.5 89.5-200 200-200s200 89.5 200 200c0 141.4-114.6 256-256 256S64 461.4 64 320c0-100.2 45-189.9 115.5-248.6"/></svg>
</template>

CSS

.icon-spiral {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M179.5%2071.4c13.6-11.3%2033.8-9.5%2045.1%204.1s9.5%2033.8-4.1%2045.1C164.2%20167.5%20128%20239.2%20128%20320c0%20106%2086%20192%20192%20192s192-86%20192-192c0-75.1-60.9-136-136-136s-136%2060.9-136%20136c0%2044.2%2035.8%2080%2080%2080s80-35.8%2080-80c0-13.3-10.7-24-24-24s-24%2010.7-24%2024c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32c0-48.6%2039.4-88%2088-88s88%2039.4%2088%2088c0%2079.5-64.5%20144-144%20144s-144-64.5-144-144c0-110.5%2089.5-200%20200-200s200%2089.5%20200%20200c0%20141.4-114.6%20256-256%20256S64%20461.4%2064%20320c0-100.2%2045-189.9%20115.5-248.6%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M179.5%2071.4c13.6-11.3%2033.8-9.5%2045.1%204.1s9.5%2033.8-4.1%2045.1C164.2%20167.5%20128%20239.2%20128%20320c0%20106%2086%20192%20192%20192s192-86%20192-192c0-75.1-60.9-136-136-136s-136%2060.9-136%20136c0%2044.2%2035.8%2080%2080%2080s80-35.8%2080-80c0-13.3-10.7-24-24-24s-24%2010.7-24%2024c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32c0-48.6%2039.4-88%2088-88s88%2039.4%2088%2088c0%2079.5-64.5%20144-144%20144s-144-64.5-144-144c0-110.5%2089.5-200%20200-200s200%2089.5%20200%20200c0%20141.4-114.6%20256-256%20256S64%20461.4%2064%20320c0-100.2%2045-189.9%20115.5-248.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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