spiral from Iconoir by Luca Burgio · Regular · 3D Editor · MIT Free for personal and commercial use.

Name
spiral
Set
Iconoir
Style
Regular
Category
3D Editor
Viewbox
24×24
License
MIT

The same icon in other sets

More 3d editor icons from Iconoir

Use the spiral icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.5 6.004C3.5 7.808 6.357 9 11.5 9c7 0 8-2.996 8-2.996S18.5 3 11.5 3c-5.143 0-8 1.2-8 3.004m0 6c0 1.804 2.857 2.996 8 2.996c7 0 8-2.996 8-2.996S18.5 9 11.5 9c-5.143 0-8 1.2-8 3.004m0 6c0 1.804 2.857 2.996 8 2.996c7 0 8-2.996 8-2.996S18.5 15 11.5 15c-5.143 0-8 1.2-8 3.004M19.5 12s1-.975 1-3s-1-3-1-3m1-2c0 1.35-1 2-1 2m0 12s1-.975 1-3s-1-3-1-3m1 8c0-1.35-1-2-1-2"/></svg>

React

import type { SVGProps } from "react";

export function IconoirSpiral(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3.5 6.004C3.5 7.808 6.357 9 11.5 9c7 0 8-2.996 8-2.996S18.5 3 11.5 3c-5.143 0-8 1.2-8 3.004m0 6c0 1.804 2.857 2.996 8 2.996c7 0 8-2.996 8-2.996S18.5 9 11.5 9c-5.143 0-8 1.2-8 3.004m0 6c0 1.804 2.857 2.996 8 2.996c7 0 8-2.996 8-2.996S18.5 15 11.5 15c-5.143 0-8 1.2-8 3.004M19.5 12s1-.975 1-3s-1-3-1-3m1-2c0 1.35-1 2-1 2m0 12s1-.975 1-3s-1-3-1-3m1 8c0-1.35-1-2-1-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.5 6.004C3.5 7.808 6.357 9 11.5 9c7 0 8-2.996 8-2.996S18.5 3 11.5 3c-5.143 0-8 1.2-8 3.004m0 6c0 1.804 2.857 2.996 8 2.996c7 0 8-2.996 8-2.996S18.5 9 11.5 9c-5.143 0-8 1.2-8 3.004m0 6c0 1.804 2.857 2.996 8 2.996c7 0 8-2.996 8-2.996S18.5 15 11.5 15c-5.143 0-8 1.2-8 3.004M19.5 12s1-.975 1-3s-1-3-1-3m1-2c0 1.35-1 2-1 2m0 12s1-.975 1-3s-1-3-1-3m1 8c0-1.35-1-2-1-2"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.5%206.004C3.5%207.808%206.357%209%2011.5%209c7%200%208-2.996%208-2.996S18.5%203%2011.5%203c-5.143%200-8%201.2-8%203.004m0%206c0%201.804%202.857%202.996%208%202.996c7%200%208-2.996%208-2.996S18.5%209%2011.5%209c-5.143%200-8%201.2-8%203.004m0%206c0%201.804%202.857%202.996%208%202.996c7%200%208-2.996%208-2.996S18.5%2015%2011.5%2015c-5.143%200-8%201.2-8%203.004M19.5%2012s1-.975%201-3s-1-3-1-3m1-2c0%201.35-1%202-1%202m0%2012s1-.975%201-3s-1-3-1-3m1%208c0-1.35-1-2-1-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3.5%206.004C3.5%207.808%206.357%209%2011.5%209c7%200%208-2.996%208-2.996S18.5%203%2011.5%203c-5.143%200-8%201.2-8%203.004m0%206c0%201.804%202.857%202.996%208%202.996c7%200%208-2.996%208-2.996S18.5%209%2011.5%209c-5.143%200-8%201.2-8%203.004m0%206c0%201.804%202.857%202.996%208%202.996c7%200%208-2.996%208-2.996S18.5%2015%2011.5%2015c-5.143%200-8%201.2-8%203.004M19.5%2012s1-.975%201-3s-1-3-1-3m1-2c0%201.35-1%202-1%202m0%2012s1-.975%201-3s-1-3-1-3m1%208c0-1.35-1-2-1-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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