spiral-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
spiral-bold
Set
Phosphor
Style
Bold
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="M250 138a12 12 0 0 1-24 0a94.11 94.11 0 0 0-94-94a84.09 84.09 0 0 0-84 84a74.09 74.09 0 0 0 74 74a64.07 64.07 0 0 0 64-64a54.06 54.06 0 0 0-54-54a44.05 44.05 0 0 0-44 44a34 34 0 0 0 34 34a24 24 0 0 0 24-24a14 14 0 0 0-14-14a4 4 0 0 0-2.82 1.17A12 12 0 0 1 124 148a20 20 0 0 1-20-20a28 28 0 0 1 28-28a38 38 0 0 1 38 38a48.05 48.05 0 0 1-48 48a58.07 58.07 0 0 1-58-58a68.07 68.07 0 0 1 68-68a78.09 78.09 0 0 1 78 78a88.1 88.1 0 0 1-88 88a98.11 98.11 0 0 1-98-98A108.12 108.12 0 0 1 132 20a118.13 118.13 0 0 1 118 118"/></svg>

React

import type { SVGProps } from "react";

export function PhSpiralBold(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="M250 138a12 12 0 0 1-24 0a94.11 94.11 0 0 0-94-94a84.09 84.09 0 0 0-84 84a74.09 74.09 0 0 0 74 74a64.07 64.07 0 0 0 64-64a54.06 54.06 0 0 0-54-54a44.05 44.05 0 0 0-44 44a34 34 0 0 0 34 34a24 24 0 0 0 24-24a14 14 0 0 0-14-14a4 4 0 0 0-2.82 1.17A12 12 0 0 1 124 148a20 20 0 0 1-20-20a28 28 0 0 1 28-28a38 38 0 0 1 38 38a48.05 48.05 0 0 1-48 48a58.07 58.07 0 0 1-58-58a68.07 68.07 0 0 1 68-68a78.09 78.09 0 0 1 78 78a88.1 88.1 0 0 1-88 88a98.11 98.11 0 0 1-98-98A108.12 108.12 0 0 1 132 20a118.13 118.13 0 0 1 118 118"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M250 138a12 12 0 0 1-24 0a94.11 94.11 0 0 0-94-94a84.09 84.09 0 0 0-84 84a74.09 74.09 0 0 0 74 74a64.07 64.07 0 0 0 64-64a54.06 54.06 0 0 0-54-54a44.05 44.05 0 0 0-44 44a34 34 0 0 0 34 34a24 24 0 0 0 24-24a14 14 0 0 0-14-14a4 4 0 0 0-2.82 1.17A12 12 0 0 1 124 148a20 20 0 0 1-20-20a28 28 0 0 1 28-28a38 38 0 0 1 38 38a48.05 48.05 0 0 1-48 48a58.07 58.07 0 0 1-58-58a68.07 68.07 0 0 1 68-68a78.09 78.09 0 0 1 78 78a88.1 88.1 0 0 1-88 88a98.11 98.11 0 0 1-98-98A108.12 108.12 0 0 1 132 20a118.13 118.13 0 0 1 118 118"/></svg>
</template>

CSS

.icon-spiral-bold {
  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%22M250%20138a12%2012%200%200%201-24%200a94.11%2094.11%200%200%200-94-94a84.09%2084.09%200%200%200-84%2084a74.09%2074.09%200%200%200%2074%2074a64.07%2064.07%200%200%200%2064-64a54.06%2054.06%200%200%200-54-54a44.05%2044.05%200%200%200-44%2044a34%2034%200%200%200%2034%2034a24%2024%200%200%200%2024-24a14%2014%200%200%200-14-14a4%204%200%200%200-2.82%201.17A12%2012%200%200%201%20124%20148a20%2020%200%200%201-20-20a28%2028%200%200%201%2028-28a38%2038%200%200%201%2038%2038a48.05%2048.05%200%200%201-48%2048a58.07%2058.07%200%200%201-58-58a68.07%2068.07%200%200%201%2068-68a78.09%2078.09%200%200%201%2078%2078a88.1%2088.1%200%200%201-88%2088a98.11%2098.11%200%200%201-98-98A108.12%20108.12%200%200%201%20132%2020a118.13%20118.13%200%200%201%20118%20118%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%22M250%20138a12%2012%200%200%201-24%200a94.11%2094.11%200%200%200-94-94a84.09%2084.09%200%200%200-84%2084a74.09%2074.09%200%200%200%2074%2074a64.07%2064.07%200%200%200%2064-64a54.06%2054.06%200%200%200-54-54a44.05%2044.05%200%200%200-44%2044a34%2034%200%200%200%2034%2034a24%2024%200%200%200%2024-24a14%2014%200%200%200-14-14a4%204%200%200%200-2.82%201.17A12%2012%200%200%201%20124%20148a20%2020%200%200%201-20-20a28%2028%200%200%201%2028-28a38%2038%200%200%201%2038%2038a48.05%2048.05%200%200%201-48%2048a58.07%2058.07%200%200%201-58-58a68.07%2068.07%200%200%201%2068-68a78.09%2078.09%200%200%201%2078%2078a88.1%2088.1%200%200%201-88%2088a98.11%2098.11%200%200%201-98-98A108.12%20108.12%200%200%201%20132%2020a118.13%20118.13%200%200%201%20118%20118%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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