infinity icon
infinity-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- infinity-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
infinityAkar IconsinfinityBootstrap IconsinfinityFont Awesome 6 SolidinfinityFont Awesome SolidinfinityFluent EmojiinfinityFluent Emoji FlatinfinityFluent Emoji High Contrastinfinitycss.gginfinityLine AwesomeinfinityLucideinfinityMaterial Design IconsinfinityNoto Emojiinfinity-16OcticonsinfinityOpenMojiinfinityPhosphorinfinityPixelarticonsinfinity-fillRemix Iconinfinity-bold-duotoneSolarinfinityTabler IconsinfinityTwitter Emoji
Use the infinity icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 8.75a3.25 3.25 0 0 0 0 6.5c.935 0 1.71-.435 2.469-1.196a.75.75 0 0 1 1.063 1.058c-.92.923-2.054 1.638-3.532 1.638a4.75 4.75 0 1 1 0-9.5c1.376 0 2.457.621 3.342 1.454c.856.805 1.581 1.86 2.25 2.834l.026.037c.699 1.017 1.34 1.944 2.068 2.629c.709.667 1.44 1.046 2.314 1.046a3.25 3.25 0 0 0 0-6.5c-.935 0-1.71.435-2.469 1.196a.75.75 0 0 1-1.062-1.058C14.387 7.965 15.522 7.25 17 7.25a4.75 4.75 0 1 1 0 9.5c-1.376 0-2.457-.621-3.342-1.454c-.856-.805-1.581-1.86-2.25-2.834l-.026-.037c-.699-1.017-1.34-1.944-2.068-2.629C8.605 9.13 7.874 8.75 7 8.75"/></svg>
React
import type { SVGProps } from "react";
export function MynauiInfinitySolid(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="M7 8.75a3.25 3.25 0 0 0 0 6.5c.935 0 1.71-.435 2.469-1.196a.75.75 0 0 1 1.063 1.058c-.92.923-2.054 1.638-3.532 1.638a4.75 4.75 0 1 1 0-9.5c1.376 0 2.457.621 3.342 1.454c.856.805 1.581 1.86 2.25 2.834l.026.037c.699 1.017 1.34 1.944 2.068 2.629c.709.667 1.44 1.046 2.314 1.046a3.25 3.25 0 0 0 0-6.5c-.935 0-1.71.435-2.469 1.196a.75.75 0 0 1-1.062-1.058C14.387 7.965 15.522 7.25 17 7.25a4.75 4.75 0 1 1 0 9.5c-1.376 0-2.457-.621-3.342-1.454c-.856-.805-1.581-1.86-2.25-2.834l-.026-.037c-.699-1.017-1.34-1.944-2.068-2.629C8.605 9.13 7.874 8.75 7 8.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 8.75a3.25 3.25 0 0 0 0 6.5c.935 0 1.71-.435 2.469-1.196a.75.75 0 0 1 1.063 1.058c-.92.923-2.054 1.638-3.532 1.638a4.75 4.75 0 1 1 0-9.5c1.376 0 2.457.621 3.342 1.454c.856.805 1.581 1.86 2.25 2.834l.026.037c.699 1.017 1.34 1.944 2.068 2.629c.709.667 1.44 1.046 2.314 1.046a3.25 3.25 0 0 0 0-6.5c-.935 0-1.71.435-2.469 1.196a.75.75 0 0 1-1.062-1.058C14.387 7.965 15.522 7.25 17 7.25a4.75 4.75 0 1 1 0 9.5c-1.376 0-2.457-.621-3.342-1.454c-.856-.805-1.581-1.86-2.25-2.834l-.026-.037c-.699-1.017-1.34-1.944-2.068-2.629C8.605 9.13 7.874 8.75 7 8.75"/></svg> </template>
CSS
.icon-infinity-solid {
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%22M7%208.75a3.25%203.25%200%200%200%200%206.5c.935%200%201.71-.435%202.469-1.196a.75.75%200%200%201%201.063%201.058c-.92.923-2.054%201.638-3.532%201.638a4.75%204.75%200%201%201%200-9.5c1.376%200%202.457.621%203.342%201.454c.856.805%201.581%201.86%202.25%202.834l.026.037c.699%201.017%201.34%201.944%202.068%202.629c.709.667%201.44%201.046%202.314%201.046a3.25%203.25%200%200%200%200-6.5c-.935%200-1.71.435-2.469%201.196a.75.75%200%200%201-1.062-1.058C14.387%207.965%2015.522%207.25%2017%207.25a4.75%204.75%200%201%201%200%209.5c-1.376%200-2.457-.621-3.342-1.454c-.856-.805-1.581-1.86-2.25-2.834l-.026-.037c-.699-1.017-1.34-1.944-2.068-2.629C8.605%209.13%207.874%208.75%207%208.75%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%22M7%208.75a3.25%203.25%200%200%200%200%206.5c.935%200%201.71-.435%202.469-1.196a.75.75%200%200%201%201.063%201.058c-.92.923-2.054%201.638-3.532%201.638a4.75%204.75%200%201%201%200-9.5c1.376%200%202.457.621%203.342%201.454c.856.805%201.581%201.86%202.25%202.834l.026.037c.699%201.017%201.34%201.944%202.068%202.629c.709.667%201.44%201.046%202.314%201.046a3.25%203.25%200%200%200%200-6.5c-.935%200-1.71.435-2.469%201.196a.75.75%200%200%201-1.062-1.058C14.387%207.965%2015.522%207.25%2017%207.25a4.75%204.75%200%201%201%200%209.5c-1.376%200-2.457-.621-3.342-1.454c-.856-.805-1.581-1.86-2.25-2.834l-.026-.037c-.699-1.017-1.34-1.944-2.068-2.629C8.605%209.13%207.874%208.75%207%208.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/infinity-solid.svg?color=%231a73e8&size=48