md infinite icon
md-infinite from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-infinite
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md infinite icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M434.7 188c-18.8-18-43.8-28-70.5-28-26.6 0-51.6 9.9-70.4 27.9l-17.6 15.9 33.1 32.1 17-15.4.1-.1c10.1-9.6 23.5-15 37.7-15 14.2 0 27.6 5.3 37.7 14.9 10 9.6 15.4 22.3 15.4 35.8 0 13.5-5.5 26.1-15.4 35.6-10.1 9.6-23.5 15-37.7 15s-27.6-5.3-37.7-14.9L218.2 188c-18.9-18-43.9-28-70.4-28-26.7 0-51.7 9.9-70.5 28C58.4 206.1 48 230.2 48 256c0 25.7 10.4 49.9 29.3 68 18.8 18 43.8 28 70.5 28 26.7 0 51.7-9.9 70.4-28l37.8-36.1 37.7 36.1c18.9 18 43.9 28 70.4 28 26.7 0 51.7-9.9 70.4-27.9 19-18.1 29.4-42.2 29.4-68 .1-25.8-10.3-50-29.2-68.1zM185.5 291.7c-10.1 9.6-23.5 15-37.7 15-14.2 0-27.6-5.3-37.7-14.9-10-9.6-15.4-22.3-15.4-35.8 0-13.5 5.5-26.1 15.4-35.6 10.1-9.6 23.5-15 37.7-15 14.2 0 27.6 5.3 37.7 14.9l37.4 35.8-37.4 35.6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdInfinite(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M434.7 188c-18.8-18-43.8-28-70.5-28-26.6 0-51.6 9.9-70.4 27.9l-17.6 15.9 33.1 32.1 17-15.4.1-.1c10.1-9.6 23.5-15 37.7-15 14.2 0 27.6 5.3 37.7 14.9 10 9.6 15.4 22.3 15.4 35.8 0 13.5-5.5 26.1-15.4 35.6-10.1 9.6-23.5 15-37.7 15s-27.6-5.3-37.7-14.9L218.2 188c-18.9-18-43.9-28-70.4-28-26.7 0-51.7 9.9-70.5 28C58.4 206.1 48 230.2 48 256c0 25.7 10.4 49.9 29.3 68 18.8 18 43.8 28 70.5 28 26.7 0 51.7-9.9 70.4-28l37.8-36.1 37.7 36.1c18.9 18 43.9 28 70.4 28 26.7 0 51.7-9.9 70.4-27.9 19-18.1 29.4-42.2 29.4-68 .1-25.8-10.3-50-29.2-68.1zM185.5 291.7c-10.1 9.6-23.5 15-37.7 15-14.2 0-27.6-5.3-37.7-14.9-10-9.6-15.4-22.3-15.4-35.8 0-13.5 5.5-26.1 15.4-35.6 10.1-9.6 23.5-15 37.7-15 14.2 0 27.6 5.3 37.7 14.9l37.4 35.8-37.4 35.6z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M434.7 188c-18.8-18-43.8-28-70.5-28-26.6 0-51.6 9.9-70.4 27.9l-17.6 15.9 33.1 32.1 17-15.4.1-.1c10.1-9.6 23.5-15 37.7-15 14.2 0 27.6 5.3 37.7 14.9 10 9.6 15.4 22.3 15.4 35.8 0 13.5-5.5 26.1-15.4 35.6-10.1 9.6-23.5 15-37.7 15s-27.6-5.3-37.7-14.9L218.2 188c-18.9-18-43.9-28-70.4-28-26.7 0-51.7 9.9-70.5 28C58.4 206.1 48 230.2 48 256c0 25.7 10.4 49.9 29.3 68 18.8 18 43.8 28 70.5 28 26.7 0 51.7-9.9 70.4-28l37.8-36.1 37.7 36.1c18.9 18 43.9 28 70.4 28 26.7 0 51.7-9.9 70.4-27.9 19-18.1 29.4-42.2 29.4-68 .1-25.8-10.3-50-29.2-68.1zM185.5 291.7c-10.1 9.6-23.5 15-37.7 15-14.2 0-27.6-5.3-37.7-14.9-10-9.6-15.4-22.3-15.4-35.8 0-13.5 5.5-26.1 15.4-35.6 10.1-9.6 23.5-15 37.7-15 14.2 0 27.6 5.3 37.7 14.9l37.4 35.8-37.4 35.6z" fill="currentColor"/></svg> </template>
CSS
.icon-md-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%22M434.7%20188c-18.8-18-43.8-28-70.5-28-26.6%200-51.6%209.9-70.4%2027.9l-17.6%2015.9%2033.1%2032.1%2017-15.4.1-.1c10.1-9.6%2023.5-15%2037.7-15%2014.2%200%2027.6%205.3%2037.7%2014.9%2010%209.6%2015.4%2022.3%2015.4%2035.8%200%2013.5-5.5%2026.1-15.4%2035.6-10.1%209.6-23.5%2015-37.7%2015s-27.6-5.3-37.7-14.9L218.2%20188c-18.9-18-43.9-28-70.4-28-26.7%200-51.7%209.9-70.5%2028C58.4%20206.1%2048%20230.2%2048%20256c0%2025.7%2010.4%2049.9%2029.3%2068%2018.8%2018%2043.8%2028%2070.5%2028%2026.7%200%2051.7-9.9%2070.4-28l37.8-36.1%2037.7%2036.1c18.9%2018%2043.9%2028%2070.4%2028%2026.7%200%2051.7-9.9%2070.4-27.9%2019-18.1%2029.4-42.2%2029.4-68%20.1-25.8-10.3-50-29.2-68.1zM185.5%20291.7c-10.1%209.6-23.5%2015-37.7%2015-14.2%200-27.6-5.3-37.7-14.9-10-9.6-15.4-22.3-15.4-35.8%200-13.5%205.5-26.1%2015.4-35.6%2010.1-9.6%2023.5-15%2037.7-15%2014.2%200%2027.6%205.3%2037.7%2014.9l37.4%2035.8-37.4%2035.6z%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%22M434.7%20188c-18.8-18-43.8-28-70.5-28-26.6%200-51.6%209.9-70.4%2027.9l-17.6%2015.9%2033.1%2032.1%2017-15.4.1-.1c10.1-9.6%2023.5-15%2037.7-15%2014.2%200%2027.6%205.3%2037.7%2014.9%2010%209.6%2015.4%2022.3%2015.4%2035.8%200%2013.5-5.5%2026.1-15.4%2035.6-10.1%209.6-23.5%2015-37.7%2015s-27.6-5.3-37.7-14.9L218.2%20188c-18.9-18-43.9-28-70.4-28-26.7%200-51.7%209.9-70.5%2028C58.4%20206.1%2048%20230.2%2048%20256c0%2025.7%2010.4%2049.9%2029.3%2068%2018.8%2018%2043.8%2028%2070.5%2028%2026.7%200%2051.7-9.9%2070.4-28l37.8-36.1%2037.7%2036.1c18.9%2018%2043.9%2028%2070.4%2028%2026.7%200%2051.7-9.9%2070.4-27.9%2019-18.1%2029.4-42.2%2029.4-68%20.1-25.8-10.3-50-29.2-68.1zM185.5%20291.7c-10.1%209.6-23.5%2015-37.7%2015-14.2%200-27.6-5.3-37.7-14.9-10-9.6-15.4-22.3-15.4-35.8%200-13.5%205.5-26.1%2015.4-35.6%2010.1-9.6%2023.5-15%2037.7-15%2014.2%200%2027.6%205.3%2037.7%2014.9l37.4%2035.8-37.4%2035.6z%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/md-infinite.svg?color=%231a73e8&size=48