ios infinite icon
ios-infinite from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-infinite
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
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="M456.8 182.4c-20-19.6-46.8-30.4-75.2-30.4-28.5 0-55.2 10.8-75.2 30.4l-31.2 30c-1.6 1.6-1.6 4.2 0 5.7l19.4 19.1c1.5 1.5 4 1.5 5.6 0l31-30.1c13.5-13.1 31.3-20.3 50.3-20.3 19 0 36.8 7.2 50.3 20.3 13.4 13.1 20.7 30.5 20.7 49 0 18.4-7.4 35.8-20.7 48.7-13.5 13.1-31.3 20.3-50.3 20.3-19 0-36.8-7.2-50.3-20.3L205.6 182.4c-20.2-19.6-46.9-30.4-75.2-30.4-28.5 0-55.2 10.8-75.2 30.4C35.1 202 24 228.1 24 256c0 27.8 11.1 54 31.2 73.6 20 19.6 46.8 30.4 75.2 30.4 28.5 0 55.2-10.8 75.2-30.4l31-30c1.6-1.6 1.6-4.2 0-5.7L217.2 275c-1.5-1.5-4-1.5-5.6 0l-31 29.9c-13.5 13.1-31.3 20.3-50.3 20.3-19 0-36.8-7.2-50.3-20.3-13.4-13.1-20.7-30.5-20.7-49 0-18.4 7.4-35.7 20.7-48.7 13.5-13.1 31.3-20.3 50.3-20.3 19 0 36.8 7.2 50.3 20.3l125.5 122.5c20.2 19.6 46.9 30.4 75.2 30.4 28.5 0 55.2-10.8 75.2-30.4 20.2-19.6 31.3-45.7 31.3-73.6.2-27.9-10.9-54.1-31-73.7z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosInfinite(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M456.8 182.4c-20-19.6-46.8-30.4-75.2-30.4-28.5 0-55.2 10.8-75.2 30.4l-31.2 30c-1.6 1.6-1.6 4.2 0 5.7l19.4 19.1c1.5 1.5 4 1.5 5.6 0l31-30.1c13.5-13.1 31.3-20.3 50.3-20.3 19 0 36.8 7.2 50.3 20.3 13.4 13.1 20.7 30.5 20.7 49 0 18.4-7.4 35.8-20.7 48.7-13.5 13.1-31.3 20.3-50.3 20.3-19 0-36.8-7.2-50.3-20.3L205.6 182.4c-20.2-19.6-46.9-30.4-75.2-30.4-28.5 0-55.2 10.8-75.2 30.4C35.1 202 24 228.1 24 256c0 27.8 11.1 54 31.2 73.6 20 19.6 46.8 30.4 75.2 30.4 28.5 0 55.2-10.8 75.2-30.4l31-30c1.6-1.6 1.6-4.2 0-5.7L217.2 275c-1.5-1.5-4-1.5-5.6 0l-31 29.9c-13.5 13.1-31.3 20.3-50.3 20.3-19 0-36.8-7.2-50.3-20.3-13.4-13.1-20.7-30.5-20.7-49 0-18.4 7.4-35.7 20.7-48.7 13.5-13.1 31.3-20.3 50.3-20.3 19 0 36.8 7.2 50.3 20.3l125.5 122.5c20.2 19.6 46.9 30.4 75.2 30.4 28.5 0 55.2-10.8 75.2-30.4 20.2-19.6 31.3-45.7 31.3-73.6.2-27.9-10.9-54.1-31-73.7z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M456.8 182.4c-20-19.6-46.8-30.4-75.2-30.4-28.5 0-55.2 10.8-75.2 30.4l-31.2 30c-1.6 1.6-1.6 4.2 0 5.7l19.4 19.1c1.5 1.5 4 1.5 5.6 0l31-30.1c13.5-13.1 31.3-20.3 50.3-20.3 19 0 36.8 7.2 50.3 20.3 13.4 13.1 20.7 30.5 20.7 49 0 18.4-7.4 35.8-20.7 48.7-13.5 13.1-31.3 20.3-50.3 20.3-19 0-36.8-7.2-50.3-20.3L205.6 182.4c-20.2-19.6-46.9-30.4-75.2-30.4-28.5 0-55.2 10.8-75.2 30.4C35.1 202 24 228.1 24 256c0 27.8 11.1 54 31.2 73.6 20 19.6 46.8 30.4 75.2 30.4 28.5 0 55.2-10.8 75.2-30.4l31-30c1.6-1.6 1.6-4.2 0-5.7L217.2 275c-1.5-1.5-4-1.5-5.6 0l-31 29.9c-13.5 13.1-31.3 20.3-50.3 20.3-19 0-36.8-7.2-50.3-20.3-13.4-13.1-20.7-30.5-20.7-49 0-18.4 7.4-35.7 20.7-48.7 13.5-13.1 31.3-20.3 50.3-20.3 19 0 36.8 7.2 50.3 20.3l125.5 122.5c20.2 19.6 46.9 30.4 75.2 30.4 28.5 0 55.2-10.8 75.2-30.4 20.2-19.6 31.3-45.7 31.3-73.6.2-27.9-10.9-54.1-31-73.7z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-infinite {
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%22M456.8%20182.4c-20-19.6-46.8-30.4-75.2-30.4-28.5%200-55.2%2010.8-75.2%2030.4l-31.2%2030c-1.6%201.6-1.6%204.2%200%205.7l19.4%2019.1c1.5%201.5%204%201.5%205.6%200l31-30.1c13.5-13.1%2031.3-20.3%2050.3-20.3%2019%200%2036.8%207.2%2050.3%2020.3%2013.4%2013.1%2020.7%2030.5%2020.7%2049%200%2018.4-7.4%2035.8-20.7%2048.7-13.5%2013.1-31.3%2020.3-50.3%2020.3-19%200-36.8-7.2-50.3-20.3L205.6%20182.4c-20.2-19.6-46.9-30.4-75.2-30.4-28.5%200-55.2%2010.8-75.2%2030.4C35.1%20202%2024%20228.1%2024%20256c0%2027.8%2011.1%2054%2031.2%2073.6%2020%2019.6%2046.8%2030.4%2075.2%2030.4%2028.5%200%2055.2-10.8%2075.2-30.4l31-30c1.6-1.6%201.6-4.2%200-5.7L217.2%20275c-1.5-1.5-4-1.5-5.6%200l-31%2029.9c-13.5%2013.1-31.3%2020.3-50.3%2020.3-19%200-36.8-7.2-50.3-20.3-13.4-13.1-20.7-30.5-20.7-49%200-18.4%207.4-35.7%2020.7-48.7%2013.5-13.1%2031.3-20.3%2050.3-20.3%2019%200%2036.8%207.2%2050.3%2020.3l125.5%20122.5c20.2%2019.6%2046.9%2030.4%2075.2%2030.4%2028.5%200%2055.2-10.8%2075.2-30.4%2020.2-19.6%2031.3-45.7%2031.3-73.6.2-27.9-10.9-54.1-31-73.7z%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%22M456.8%20182.4c-20-19.6-46.8-30.4-75.2-30.4-28.5%200-55.2%2010.8-75.2%2030.4l-31.2%2030c-1.6%201.6-1.6%204.2%200%205.7l19.4%2019.1c1.5%201.5%204%201.5%205.6%200l31-30.1c13.5-13.1%2031.3-20.3%2050.3-20.3%2019%200%2036.8%207.2%2050.3%2020.3%2013.4%2013.1%2020.7%2030.5%2020.7%2049%200%2018.4-7.4%2035.8-20.7%2048.7-13.5%2013.1-31.3%2020.3-50.3%2020.3-19%200-36.8-7.2-50.3-20.3L205.6%20182.4c-20.2-19.6-46.9-30.4-75.2-30.4-28.5%200-55.2%2010.8-75.2%2030.4C35.1%20202%2024%20228.1%2024%20256c0%2027.8%2011.1%2054%2031.2%2073.6%2020%2019.6%2046.8%2030.4%2075.2%2030.4%2028.5%200%2055.2-10.8%2075.2-30.4l31-30c1.6-1.6%201.6-4.2%200-5.7L217.2%20275c-1.5-1.5-4-1.5-5.6%200l-31%2029.9c-13.5%2013.1-31.3%2020.3-50.3%2020.3-19%200-36.8-7.2-50.3-20.3-13.4-13.1-20.7-30.5-20.7-49%200-18.4%207.4-35.7%2020.7-48.7%2013.5-13.1%2031.3-20.3%2050.3-20.3%2019%200%2036.8%207.2%2050.3%2020.3l125.5%20122.5c20.2%2019.6%2046.9%2030.4%2075.2%2030.4%2028.5%200%2055.2-10.8%2075.2-30.4%2020.2-19.6%2031.3-45.7%2031.3-73.6.2-27.9-10.9-54.1-31-73.7z%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.svg?color=%231a73e8&size=48