spiral-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
spiral-light
Set
Phosphor
Style
Light
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="M246 144a6 6 0 0 1-12 0a98.11 98.11 0 0 0-98-98a90.1 90.1 0 0 0-90 90a82.1 82.1 0 0 0 82 82a74.09 74.09 0 0 0 74-74a66.08 66.08 0 0 0-66-66a58.07 58.07 0 0 0-58 58a50.06 50.06 0 0 0 50 50a42 42 0 0 0 42-42a34 34 0 0 0-34-34a26 26 0 0 0-26 26a18 18 0 0 0 18 18a10 10 0 0 0 10-10a2 2 0 0 0-2-2a6 6 0 0 1 0-12a14 14 0 0 1 14 14a22 22 0 0 1-22 22a30 30 0 0 1-30-30a38 38 0 0 1 38-38a46.06 46.06 0 0 1 46 46a54.06 54.06 0 0 1-54 54a62.07 62.07 0 0 1-62-62a70.08 70.08 0 0 1 70-70a78.09 78.09 0 0 1 78 78a86.1 86.1 0 0 1-86 86a94.11 94.11 0 0 1-94-94A102.12 102.12 0 0 1 136 34a110.13 110.13 0 0 1 110 110"/></svg>

React

import type { SVGProps } from "react";

export function PhSpiralLight(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="M246 144a6 6 0 0 1-12 0a98.11 98.11 0 0 0-98-98a90.1 90.1 0 0 0-90 90a82.1 82.1 0 0 0 82 82a74.09 74.09 0 0 0 74-74a66.08 66.08 0 0 0-66-66a58.07 58.07 0 0 0-58 58a50.06 50.06 0 0 0 50 50a42 42 0 0 0 42-42a34 34 0 0 0-34-34a26 26 0 0 0-26 26a18 18 0 0 0 18 18a10 10 0 0 0 10-10a2 2 0 0 0-2-2a6 6 0 0 1 0-12a14 14 0 0 1 14 14a22 22 0 0 1-22 22a30 30 0 0 1-30-30a38 38 0 0 1 38-38a46.06 46.06 0 0 1 46 46a54.06 54.06 0 0 1-54 54a62.07 62.07 0 0 1-62-62a70.08 70.08 0 0 1 70-70a78.09 78.09 0 0 1 78 78a86.1 86.1 0 0 1-86 86a94.11 94.11 0 0 1-94-94A102.12 102.12 0 0 1 136 34a110.13 110.13 0 0 1 110 110"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 144a6 6 0 0 1-12 0a98.11 98.11 0 0 0-98-98a90.1 90.1 0 0 0-90 90a82.1 82.1 0 0 0 82 82a74.09 74.09 0 0 0 74-74a66.08 66.08 0 0 0-66-66a58.07 58.07 0 0 0-58 58a50.06 50.06 0 0 0 50 50a42 42 0 0 0 42-42a34 34 0 0 0-34-34a26 26 0 0 0-26 26a18 18 0 0 0 18 18a10 10 0 0 0 10-10a2 2 0 0 0-2-2a6 6 0 0 1 0-12a14 14 0 0 1 14 14a22 22 0 0 1-22 22a30 30 0 0 1-30-30a38 38 0 0 1 38-38a46.06 46.06 0 0 1 46 46a54.06 54.06 0 0 1-54 54a62.07 62.07 0 0 1-62-62a70.08 70.08 0 0 1 70-70a78.09 78.09 0 0 1 78 78a86.1 86.1 0 0 1-86 86a94.11 94.11 0 0 1-94-94A102.12 102.12 0 0 1 136 34a110.13 110.13 0 0 1 110 110"/></svg>
</template>

CSS

.icon-spiral-light {
  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%22M246%20144a6%206%200%200%201-12%200a98.11%2098.11%200%200%200-98-98a90.1%2090.1%200%200%200-90%2090a82.1%2082.1%200%200%200%2082%2082a74.09%2074.09%200%200%200%2074-74a66.08%2066.08%200%200%200-66-66a58.07%2058.07%200%200%200-58%2058a50.06%2050.06%200%200%200%2050%2050a42%2042%200%200%200%2042-42a34%2034%200%200%200-34-34a26%2026%200%200%200-26%2026a18%2018%200%200%200%2018%2018a10%2010%200%200%200%2010-10a2%202%200%200%200-2-2a6%206%200%200%201%200-12a14%2014%200%200%201%2014%2014a22%2022%200%200%201-22%2022a30%2030%200%200%201-30-30a38%2038%200%200%201%2038-38a46.06%2046.06%200%200%201%2046%2046a54.06%2054.06%200%200%201-54%2054a62.07%2062.07%200%200%201-62-62a70.08%2070.08%200%200%201%2070-70a78.09%2078.09%200%200%201%2078%2078a86.1%2086.1%200%200%201-86%2086a94.11%2094.11%200%200%201-94-94A102.12%20102.12%200%200%201%20136%2034a110.13%20110.13%200%200%201%20110%20110%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%22M246%20144a6%206%200%200%201-12%200a98.11%2098.11%200%200%200-98-98a90.1%2090.1%200%200%200-90%2090a82.1%2082.1%200%200%200%2082%2082a74.09%2074.09%200%200%200%2074-74a66.08%2066.08%200%200%200-66-66a58.07%2058.07%200%200%200-58%2058a50.06%2050.06%200%200%200%2050%2050a42%2042%200%200%200%2042-42a34%2034%200%200%200-34-34a26%2026%200%200%200-26%2026a18%2018%200%200%200%2018%2018a10%2010%200%200%200%2010-10a2%202%200%200%200-2-2a6%206%200%200%201%200-12a14%2014%200%200%201%2014%2014a22%2022%200%200%201-22%2022a30%2030%200%200%201-30-30a38%2038%200%200%201%2038-38a46.06%2046.06%200%200%201%2046%2046a54.06%2054.06%200%200%201-54%2054a62.07%2062.07%200%200%201-62-62a70.08%2070.08%200%200%201%2070-70a78.09%2078.09%200%200%201%2078%2078a86.1%2086.1%200%200%201-86%2086a94.11%2094.11%200%200%201-94-94A102.12%20102.12%200%200%201%20136%2034a110.13%20110.13%200%200%201%20110%20110%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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