infinite icon
infinite from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- infinite
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-infinite
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 24 24"><path fill="currentColor" d="M17 7c-2.094 0-3.611 1.567-5.001 3.346C10.609 8.567 9.093 7 7 7c-2.757 0-5 2.243-5 5a4.98 4.98 0 0 0 1.459 3.534A4.96 4.96 0 0 0 6.99 17h.012c2.089-.005 3.605-1.572 4.996-3.351C13.389 15.431 14.906 17 17 17c2.757 0 5-2.243 5-5s-2.243-5-5-5M6.998 15l-.008 1v-1c-.799 0-1.55-.312-2.114-.878A3.004 3.004 0 0 1 7 9c1.33 0 2.56 1.438 3.746 2.998C9.558 13.557 8.328 14.997 6.998 15M17 15c-1.33 0-2.561-1.44-3.749-3.002C14.438 10.438 15.668 9 17 9c1.654 0 3 1.346 3 3s-1.346 3-3 3"/></svg>
React
import type { SVGProps } from "react";
export function BxInfinite(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 7c-2.094 0-3.611 1.567-5.001 3.346C10.609 8.567 9.093 7 7 7c-2.757 0-5 2.243-5 5a4.98 4.98 0 0 0 1.459 3.534A4.96 4.96 0 0 0 6.99 17h.012c2.089-.005 3.605-1.572 4.996-3.351C13.389 15.431 14.906 17 17 17c2.757 0 5-2.243 5-5s-2.243-5-5-5M6.998 15l-.008 1v-1c-.799 0-1.55-.312-2.114-.878A3.004 3.004 0 0 1 7 9c1.33 0 2.56 1.438 3.746 2.998C9.558 13.557 8.328 14.997 6.998 15M17 15c-1.33 0-2.561-1.44-3.749-3.002C14.438 10.438 15.668 9 17 9c1.654 0 3 1.346 3 3s-1.346 3-3 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 7c-2.094 0-3.611 1.567-5.001 3.346C10.609 8.567 9.093 7 7 7c-2.757 0-5 2.243-5 5a4.98 4.98 0 0 0 1.459 3.534A4.96 4.96 0 0 0 6.99 17h.012c2.089-.005 3.605-1.572 4.996-3.351C13.389 15.431 14.906 17 17 17c2.757 0 5-2.243 5-5s-2.243-5-5-5M6.998 15l-.008 1v-1c-.799 0-1.55-.312-2.114-.878A3.004 3.004 0 0 1 7 9c1.33 0 2.56 1.438 3.746 2.998C9.558 13.557 8.328 14.997 6.998 15M17 15c-1.33 0-2.561-1.44-3.749-3.002C14.438 10.438 15.668 9 17 9c1.654 0 3 1.346 3 3s-1.346 3-3 3"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%207c-2.094%200-3.611%201.567-5.001%203.346C10.609%208.567%209.093%207%207%207c-2.757%200-5%202.243-5%205a4.98%204.98%200%200%200%201.459%203.534A4.96%204.96%200%200%200%206.99%2017h.012c2.089-.005%203.605-1.572%204.996-3.351C13.389%2015.431%2014.906%2017%2017%2017c2.757%200%205-2.243%205-5s-2.243-5-5-5M6.998%2015l-.008%201v-1c-.799%200-1.55-.312-2.114-.878A3.004%203.004%200%200%201%207%209c1.33%200%202.56%201.438%203.746%202.998C9.558%2013.557%208.328%2014.997%206.998%2015M17%2015c-1.33%200-2.561-1.44-3.749-3.002C14.438%2010.438%2015.668%209%2017%209c1.654%200%203%201.346%203%203s-1.346%203-3%203%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%22currentColor%22%20d%3D%22M17%207c-2.094%200-3.611%201.567-5.001%203.346C10.609%208.567%209.093%207%207%207c-2.757%200-5%202.243-5%205a4.98%204.98%200%200%200%201.459%203.534A4.96%204.96%200%200%200%206.99%2017h.012c2.089-.005%203.605-1.572%204.996-3.351C13.389%2015.431%2014.906%2017%2017%2017c2.757%200%205-2.243%205-5s-2.243-5-5-5M6.998%2015l-.008%201v-1c-.799%200-1.55-.312-2.114-.878A3.004%203.004%200%200%201%207%209c1.33%200%202.56%201.438%203.746%202.998C9.558%2013.557%208.328%2014.997%206.998%2015M17%2015c-1.33%200-2.561-1.44-3.749-3.002C14.438%2010.438%2015.668%209%2017%209c1.654%200%203%201.346%203%203s-1.346%203-3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/infinite.svg?color=%231a73e8&size=48