infinity icon
infinity from Line Awesome by Icons8 · Line · Mathematics · Apache-2.0 Free for personal and commercial use.
- Name
- infinity
- Set
- Line Awesome
- Style
- Line
- Category
- Mathematics
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- infinity-solid
The same icon in other sets
infinityAkar IconsinfinityBootstrap IconsinfinityFont Awesome 6 SolidinfinityFont Awesome SolidinfinityFluent EmojiinfinityFluent Emoji FlatinfinityFluent Emoji High Contrastinfinitycss.gginfinityLucideinfinityMaterial Design IconsinfinityMyna UI IconsinfinityNoto Emojiinfinity-16OcticonsinfinityOpenMojiinfinityPhosphorinfinityPixelarticonsinfinity-fillRemix Iconinfinity-bold-duotoneSolarinfinityTabler IconsinfinityTwitter Emoji
More mathematics icons from Line Awesome
Use the infinity icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 9c-3.855 0-7 3.145-7 7c0 3.86 3.14 7 7 7c2.93 0 4.719-1.61 6.094-3.594c-.41-.66-.754-1.312-1.094-1.937C12.773 19.496 11.398 21 9 21c-2.758 0-5-2.242-5-5c0-2.773 2.227-5 5-5c1.617 0 2.645.578 3.594 1.563c.949.984 1.75 2.406 2.562 3.906c.813 1.5 1.637 3.078 2.844 4.343S20.871 23 23 23c3.855 0 7-3.145 7-7c0-3.86-3.14-7-7-7c-2.914 0-4.715 1.559-6.094 3.5q.615.973 1.125 1.906C19.25 12.437 20.61 11 23 11c2.758 0 5 2.242 5 5c0 2.773-2.227 5-5 5c-1.59 0-2.59-.578-3.531-1.563c-.942-.984-1.746-2.406-2.563-3.906c-.816-1.5-1.656-3.078-2.875-4.344C12.812 9.922 11.148 9 9 9"/></svg>
React
import type { SVGProps } from "react";
export function LaInfinity(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 9c-3.855 0-7 3.145-7 7c0 3.86 3.14 7 7 7c2.93 0 4.719-1.61 6.094-3.594c-.41-.66-.754-1.312-1.094-1.937C12.773 19.496 11.398 21 9 21c-2.758 0-5-2.242-5-5c0-2.773 2.227-5 5-5c1.617 0 2.645.578 3.594 1.563c.949.984 1.75 2.406 2.562 3.906c.813 1.5 1.637 3.078 2.844 4.343S20.871 23 23 23c3.855 0 7-3.145 7-7c0-3.86-3.14-7-7-7c-2.914 0-4.715 1.559-6.094 3.5q.615.973 1.125 1.906C19.25 12.437 20.61 11 23 11c2.758 0 5 2.242 5 5c0 2.773-2.227 5-5 5c-1.59 0-2.59-.578-3.531-1.563c-.942-.984-1.746-2.406-2.563-3.906c-.816-1.5-1.656-3.078-2.875-4.344C12.812 9.922 11.148 9 9 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 9c-3.855 0-7 3.145-7 7c0 3.86 3.14 7 7 7c2.93 0 4.719-1.61 6.094-3.594c-.41-.66-.754-1.312-1.094-1.937C12.773 19.496 11.398 21 9 21c-2.758 0-5-2.242-5-5c0-2.773 2.227-5 5-5c1.617 0 2.645.578 3.594 1.563c.949.984 1.75 2.406 2.562 3.906c.813 1.5 1.637 3.078 2.844 4.343S20.871 23 23 23c3.855 0 7-3.145 7-7c0-3.86-3.14-7-7-7c-2.914 0-4.715 1.559-6.094 3.5q.615.973 1.125 1.906C19.25 12.437 20.61 11 23 11c2.758 0 5 2.242 5 5c0 2.773-2.227 5-5 5c-1.59 0-2.59-.578-3.531-1.563c-.942-.984-1.746-2.406-2.563-3.906c-.816-1.5-1.656-3.078-2.875-4.344C12.812 9.922 11.148 9 9 9"/></svg> </template>
CSS
.icon-infinity {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%209c-3.855%200-7%203.145-7%207c0%203.86%203.14%207%207%207c2.93%200%204.719-1.61%206.094-3.594c-.41-.66-.754-1.312-1.094-1.937C12.773%2019.496%2011.398%2021%209%2021c-2.758%200-5-2.242-5-5c0-2.773%202.227-5%205-5c1.617%200%202.645.578%203.594%201.563c.949.984%201.75%202.406%202.562%203.906c.813%201.5%201.637%203.078%202.844%204.343S20.871%2023%2023%2023c3.855%200%207-3.145%207-7c0-3.86-3.14-7-7-7c-2.914%200-4.715%201.559-6.094%203.5q.615.973%201.125%201.906C19.25%2012.437%2020.61%2011%2023%2011c2.758%200%205%202.242%205%205c0%202.773-2.227%205-5%205c-1.59%200-2.59-.578-3.531-1.563c-.942-.984-1.746-2.406-2.563-3.906c-.816-1.5-1.656-3.078-2.875-4.344C12.812%209.922%2011.148%209%209%209%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%209c-3.855%200-7%203.145-7%207c0%203.86%203.14%207%207%207c2.93%200%204.719-1.61%206.094-3.594c-.41-.66-.754-1.312-1.094-1.937C12.773%2019.496%2011.398%2021%209%2021c-2.758%200-5-2.242-5-5c0-2.773%202.227-5%205-5c1.617%200%202.645.578%203.594%201.563c.949.984%201.75%202.406%202.562%203.906c.813%201.5%201.637%203.078%202.844%204.343S20.871%2023%2023%2023c3.855%200%207-3.145%207-7c0-3.86-3.14-7-7-7c-2.914%200-4.715%201.559-6.094%203.5q.615.973%201.125%201.906C19.25%2012.437%2020.61%2011%2023%2011c2.758%200%205%202.242%205%205c0%202.773-2.227%205-5%205c-1.59%200-2.59-.578-3.531-1.563c-.942-.984-1.746-2.406-2.563-3.906c-.816-1.5-1.656-3.078-2.875-4.344C12.812%209.922%2011.148%209%209%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/infinity.svg?color=%231a73e8&size=48