infinite icon

infinite-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
infinite-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the infinite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M382 136c-40.87 0-73.46 20.53-93.6 37.76l-.71.61l-11.47 12.47l25.32 41.61l18.74-18.79C339.89 193.1 361.78 184 382 184c40.8 0 74 32.3 74 72s-33.2 72-74 72c-62 0-104.14-81.95-104.56-82.78C275 240.29 221.56 136 130 136C62.73 136 8 189.83 8 256s54.73 120 122 120c32.95 0 65.38-13.11 93.79-37.92l.61-.54l11.38-12.38l-25.33-41.61l-18.83 18.88C172 319.4 151.26 328 130 328c-40.8 0-74-32.3-74-72s33.2-72 74-72c62 0 104.14 81.95 104.56 82.78C237 271.71 290.44 376 382 376c67.27 0 122-53.83 122-120s-54.73-120-122-120"/></svg>

React

import type { SVGProps } from "react";

export function IonInfiniteSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M382 136c-40.87 0-73.46 20.53-93.6 37.76l-.71.61l-11.47 12.47l25.32 41.61l18.74-18.79C339.89 193.1 361.78 184 382 184c40.8 0 74 32.3 74 72s-33.2 72-74 72c-62 0-104.14-81.95-104.56-82.78C275 240.29 221.56 136 130 136C62.73 136 8 189.83 8 256s54.73 120 122 120c32.95 0 65.38-13.11 93.79-37.92l.61-.54l11.38-12.38l-25.33-41.61l-18.83 18.88C172 319.4 151.26 328 130 328c-40.8 0-74-32.3-74-72s33.2-72 74-72c62 0 104.14 81.95 104.56 82.78C237 271.71 290.44 376 382 376c67.27 0 122-53.83 122-120s-54.73-120-122-120"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M382 136c-40.87 0-73.46 20.53-93.6 37.76l-.71.61l-11.47 12.47l25.32 41.61l18.74-18.79C339.89 193.1 361.78 184 382 184c40.8 0 74 32.3 74 72s-33.2 72-74 72c-62 0-104.14-81.95-104.56-82.78C275 240.29 221.56 136 130 136C62.73 136 8 189.83 8 256s54.73 120 122 120c32.95 0 65.38-13.11 93.79-37.92l.61-.54l11.38-12.38l-25.33-41.61l-18.83 18.88C172 319.4 151.26 328 130 328c-40.8 0-74-32.3-74-72s33.2-72 74-72c62 0 104.14 81.95 104.56 82.78C237 271.71 290.44 376 382 376c67.27 0 122-53.83 122-120s-54.73-120-122-120"/></svg>
</template>

CSS

.icon-infinite-sharp {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M382%20136c-40.87%200-73.46%2020.53-93.6%2037.76l-.71.61l-11.47%2012.47l25.32%2041.61l18.74-18.79C339.89%20193.1%20361.78%20184%20382%20184c40.8%200%2074%2032.3%2074%2072s-33.2%2072-74%2072c-62%200-104.14-81.95-104.56-82.78C275%20240.29%20221.56%20136%20130%20136C62.73%20136%208%20189.83%208%20256s54.73%20120%20122%20120c32.95%200%2065.38-13.11%2093.79-37.92l.61-.54l11.38-12.38l-25.33-41.61l-18.83%2018.88C172%20319.4%20151.26%20328%20130%20328c-40.8%200-74-32.3-74-72s33.2-72%2074-72c62%200%20104.14%2081.95%20104.56%2082.78C237%20271.71%20290.44%20376%20382%20376c67.27%200%20122-53.83%20122-120s-54.73-120-122-120%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M382%20136c-40.87%200-73.46%2020.53-93.6%2037.76l-.71.61l-11.47%2012.47l25.32%2041.61l18.74-18.79C339.89%20193.1%20361.78%20184%20382%20184c40.8%200%2074%2032.3%2074%2072s-33.2%2072-74%2072c-62%200-104.14-81.95-104.56-82.78C275%20240.29%20221.56%20136%20130%20136C62.73%20136%208%20189.83%208%20256s54.73%20120%20122%20120c32.95%200%2065.38-13.11%2093.79-37.92l.61-.54l11.38-12.38l-25.33-41.61l-18.83%2018.88C172%20319.4%20151.26%20328%20130%20328c-40.8%200-74-32.3-74-72s33.2-72%2074-72c62%200%20104.14%2081.95%20104.56%2082.78C237%20271.71%20290.44%20376%20382%20376c67.27%200%20122-53.83%20122-120s-54.73-120-122-120%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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