ios infinite icon

ios-infinite-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-infinite-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios infinite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M451.229 188.098C432.682 169.967 407.95 160 381.585 160c-26.363 0-51.095 9.967-69.642 28.098l-42.229 41.187 13.649 13.447 42.229-41.306c14.933-14.529 34.764-22.573 55.878-22.573 21.113 0 40.946 8.044 55.878 22.573 30.797 30.139 30.797 79.13 0 109.148-14.932 14.529-34.765 22.573-55.878 22.573-21.114 0-40.945-8.044-55.878-22.573L200.071 188.098C181.406 169.967 156.675 160 130.427 160c-26.363 0-51.095 9.967-69.643 28.098C41.615 206.809 32.021 231.441 32 256c-.021 24.611 9.573 49.149 28.784 67.902C79.332 342.032 104.063 352 130.427 352c26.365 0 51.095-9.968 69.645-28.098l42.111-41.186-13.647-13.329-42.229 41.187c-14.932 14.529-34.764 22.573-55.879 22.573-21.113 0-40.944-8.044-55.876-22.573-30.799-30.14-30.799-79.13 0-109.148 14.932-14.529 34.763-22.573 55.876-22.573 21.115 0 40.947 8.044 55.879 22.573l125.52 122.477C330.49 342.032 355.222 352 381.47 352c26.363 0 51.095-9.968 69.643-28.098C470.361 305.23 479.985 280.6 480 256c.015-24.601-9.58-49.17-28.771-67.902z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosInfiniteOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M451.229 188.098C432.682 169.967 407.95 160 381.585 160c-26.363 0-51.095 9.967-69.642 28.098l-42.229 41.187 13.649 13.447 42.229-41.306c14.933-14.529 34.764-22.573 55.878-22.573 21.113 0 40.946 8.044 55.878 22.573 30.797 30.139 30.797 79.13 0 109.148-14.932 14.529-34.765 22.573-55.878 22.573-21.114 0-40.945-8.044-55.878-22.573L200.071 188.098C181.406 169.967 156.675 160 130.427 160c-26.363 0-51.095 9.967-69.643 28.098C41.615 206.809 32.021 231.441 32 256c-.021 24.611 9.573 49.149 28.784 67.902C79.332 342.032 104.063 352 130.427 352c26.365 0 51.095-9.968 69.645-28.098l42.111-41.186-13.647-13.329-42.229 41.187c-14.932 14.529-34.764 22.573-55.879 22.573-21.113 0-40.944-8.044-55.876-22.573-30.799-30.14-30.799-79.13 0-109.148 14.932-14.529 34.763-22.573 55.876-22.573 21.115 0 40.947 8.044 55.879 22.573l125.52 122.477C330.49 342.032 355.222 352 381.47 352c26.363 0 51.095-9.968 69.643-28.098C470.361 305.23 479.985 280.6 480 256c.015-24.601-9.58-49.17-28.771-67.902z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M451.229 188.098C432.682 169.967 407.95 160 381.585 160c-26.363 0-51.095 9.967-69.642 28.098l-42.229 41.187 13.649 13.447 42.229-41.306c14.933-14.529 34.764-22.573 55.878-22.573 21.113 0 40.946 8.044 55.878 22.573 30.797 30.139 30.797 79.13 0 109.148-14.932 14.529-34.765 22.573-55.878 22.573-21.114 0-40.945-8.044-55.878-22.573L200.071 188.098C181.406 169.967 156.675 160 130.427 160c-26.363 0-51.095 9.967-69.643 28.098C41.615 206.809 32.021 231.441 32 256c-.021 24.611 9.573 49.149 28.784 67.902C79.332 342.032 104.063 352 130.427 352c26.365 0 51.095-9.968 69.645-28.098l42.111-41.186-13.647-13.329-42.229 41.187c-14.932 14.529-34.764 22.573-55.879 22.573-21.113 0-40.944-8.044-55.876-22.573-30.799-30.14-30.799-79.13 0-109.148 14.932-14.529 34.763-22.573 55.876-22.573 21.115 0 40.947 8.044 55.879 22.573l125.52 122.477C330.49 342.032 355.222 352 381.47 352c26.363 0 51.095-9.968 69.643-28.098C470.361 305.23 479.985 280.6 480 256c.015-24.601-9.58-49.17-28.771-67.902z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-infinite-outline {
  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%20d%3D%22M451.229%20188.098C432.682%20169.967%20407.95%20160%20381.585%20160c-26.363%200-51.095%209.967-69.642%2028.098l-42.229%2041.187%2013.649%2013.447%2042.229-41.306c14.933-14.529%2034.764-22.573%2055.878-22.573%2021.113%200%2040.946%208.044%2055.878%2022.573%2030.797%2030.139%2030.797%2079.13%200%20109.148-14.932%2014.529-34.765%2022.573-55.878%2022.573-21.114%200-40.945-8.044-55.878-22.573L200.071%20188.098C181.406%20169.967%20156.675%20160%20130.427%20160c-26.363%200-51.095%209.967-69.643%2028.098C41.615%20206.809%2032.021%20231.441%2032%20256c-.021%2024.611%209.573%2049.149%2028.784%2067.902C79.332%20342.032%20104.063%20352%20130.427%20352c26.365%200%2051.095-9.968%2069.645-28.098l42.111-41.186-13.647-13.329-42.229%2041.187c-14.932%2014.529-34.764%2022.573-55.879%2022.573-21.113%200-40.944-8.044-55.876-22.573-30.799-30.14-30.799-79.13%200-109.148%2014.932-14.529%2034.763-22.573%2055.876-22.573%2021.115%200%2040.947%208.044%2055.879%2022.573l125.52%20122.477C330.49%20342.032%20355.222%20352%20381.47%20352c26.363%200%2051.095-9.968%2069.643-28.098C470.361%20305.23%20479.985%20280.6%20480%20256c.015-24.601-9.58-49.17-28.771-67.902z%22%20fill%3D%22currentColor%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%20d%3D%22M451.229%20188.098C432.682%20169.967%20407.95%20160%20381.585%20160c-26.363%200-51.095%209.967-69.642%2028.098l-42.229%2041.187%2013.649%2013.447%2042.229-41.306c14.933-14.529%2034.764-22.573%2055.878-22.573%2021.113%200%2040.946%208.044%2055.878%2022.573%2030.797%2030.139%2030.797%2079.13%200%20109.148-14.932%2014.529-34.765%2022.573-55.878%2022.573-21.114%200-40.945-8.044-55.878-22.573L200.071%20188.098C181.406%20169.967%20156.675%20160%20130.427%20160c-26.363%200-51.095%209.967-69.643%2028.098C41.615%20206.809%2032.021%20231.441%2032%20256c-.021%2024.611%209.573%2049.149%2028.784%2067.902C79.332%20342.032%20104.063%20352%20130.427%20352c26.365%200%2051.095-9.968%2069.645-28.098l42.111-41.186-13.647-13.329-42.229%2041.187c-14.932%2014.529-34.764%2022.573-55.879%2022.573-21.113%200-40.944-8.044-55.876-22.573-30.799-30.14-30.799-79.13%200-109.148%2014.932-14.529%2034.763-22.573%2055.876-22.573%2021.115%200%2040.947%208.044%2055.879%2022.573l125.52%20122.477C330.49%20342.032%20355.222%20352%20381.47%20352c26.363%200%2051.095-9.968%2069.643-28.098C470.361%20305.23%20479.985%20280.6%20480%20256c.015-24.601-9.58-49.17-28.771-67.902z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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