infinity 01 icon

infinity-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
infinity-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the infinity 01 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-width="1.5" d="M12 12s-2.739 5-5.5 5S2 14.761 2 12s1.739-5 4.5-5s5.5 5 5.5 5Zm0 0s2.739 5 5.5 5s4.5-2.239 4.5-5s-1.739-5-4.5-5s-5.5 5-5.5 5Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsInfinity01(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" strokeWidth="1.5" d="M12 12s-2.739 5-5.5 5S2 14.761 2 12s1.739-5 4.5-5s5.5 5 5.5 5Zm0 0s2.739 5 5.5 5s4.5-2.239 4.5-5s-1.739-5-4.5-5s-5.5 5-5.5 5Z"/></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-width="1.5" d="M12 12s-2.739 5-5.5 5S2 14.761 2 12s1.739-5 4.5-5s5.5 5 5.5 5Zm0 0s2.739 5 5.5 5s4.5-2.239 4.5-5s-1.739-5-4.5-5s-5.5 5-5.5 5Z"/></svg>
</template>

CSS

.icon-infinity-01 {
  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-width%3D%221.5%22%20d%3D%22M12%2012s-2.739%205-5.5%205S2%2014.761%202%2012s1.739-5%204.5-5s5.5%205%205.5%205Zm0%200s2.739%205%205.5%205s4.5-2.239%204.5-5s-1.739-5-4.5-5s-5.5%205-5.5%205Z%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-width%3D%221.5%22%20d%3D%22M12%2012s-2.739%205-5.5%205S2%2014.761%202%2012s1.739-5%204.5-5s5.5%205%205.5%205Zm0%200s2.739%205%205.5%205s4.5-2.239%204.5-5s-1.739-5-4.5-5s-5.5%205-5.5%205Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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