infinity emoji
infinity from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- infinity
- Set
- Twitter Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
infinityAkar IconsinfinityBootstrap IconsinfinityFont Awesome 6 SolidinfinityFont Awesome SolidinfinityFluent EmojiinfinityFluent Emoji FlatinfinityFluent Emoji High Contrastinfinitycss.gginfinityLine AwesomeinfinityLucideinfinityMaterial Design IconsinfinityMyna UI IconsinfinityNoto Emojiinfinity-16OcticonsinfinityOpenMojiinfinityPhosphorinfinityPixelarticonsinfinity-fillRemix Iconinfinity-bold-duotoneSolarinfinityTabler Icons
More symbols icons from Twitter Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the infinity emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#3b94d9"/><path fill="#fff" d="M25.565 11.295c-2.116 0-4.195 1.322-5.799 2.712a21 21 0 0 1 1.147 1.364c.172.227.423.534.733.882c1.236-1.084 2.689-2.044 3.919-2.044c2.09 0 3.79 1.7 3.79 3.79s-1.7 3.79-3.79 3.79c-2.337 0-5.484-3.456-6.402-4.668c-.45-.596-4.521-5.826-8.729-5.826c-3.697 0-6.705 3.008-6.705 6.705s3.008 6.704 6.705 6.704c2.055 0 4.073-1.248 5.657-2.594a21 21 0 0 1-1.255-1.483a15 15 0 0 0-.624-.757c-1.204 1.032-2.594 1.919-3.778 1.919c-2.09 0-3.79-1.7-3.79-3.79s1.7-3.79 3.79-3.79c2.338 0 5.484 3.456 6.402 4.668c.45.596 4.521 5.826 8.729 5.826a6.71 6.71 0 0 0 6.704-6.704a6.71 6.71 0 0 0-6.704-6.704"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiInfinity(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#3b94d9"/><path fill="#fff" d="M25.565 11.295c-2.116 0-4.195 1.322-5.799 2.712a21 21 0 0 1 1.147 1.364c.172.227.423.534.733.882c1.236-1.084 2.689-2.044 3.919-2.044c2.09 0 3.79 1.7 3.79 3.79s-1.7 3.79-3.79 3.79c-2.337 0-5.484-3.456-6.402-4.668c-.45-.596-4.521-5.826-8.729-5.826c-3.697 0-6.705 3.008-6.705 6.705s3.008 6.704 6.705 6.704c2.055 0 4.073-1.248 5.657-2.594a21 21 0 0 1-1.255-1.483a15 15 0 0 0-.624-.757c-1.204 1.032-2.594 1.919-3.778 1.919c-2.09 0-3.79-1.7-3.79-3.79s1.7-3.79 3.79-3.79c2.338 0 5.484 3.456 6.402 4.668c.45.596 4.521 5.826 8.729 5.826a6.71 6.71 0 0 0 6.704-6.704a6.71 6.71 0 0 0-6.704-6.704"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#3b94d9"/><path fill="#fff" d="M25.565 11.295c-2.116 0-4.195 1.322-5.799 2.712a21 21 0 0 1 1.147 1.364c.172.227.423.534.733.882c1.236-1.084 2.689-2.044 3.919-2.044c2.09 0 3.79 1.7 3.79 3.79s-1.7 3.79-3.79 3.79c-2.337 0-5.484-3.456-6.402-4.668c-.45-.596-4.521-5.826-8.729-5.826c-3.697 0-6.705 3.008-6.705 6.705s3.008 6.704 6.705 6.704c2.055 0 4.073-1.248 5.657-2.594a21 21 0 0 1-1.255-1.483a15 15 0 0 0-.624-.757c-1.204 1.032-2.594 1.919-3.778 1.919c-2.09 0-3.79-1.7-3.79-3.79s1.7-3.79 3.79-3.79c2.338 0 5.484 3.456 6.402 4.668c.45.596 4.521 5.826 8.729 5.826a6.71 6.71 0 0 0 6.704-6.704a6.71 6.71 0 0 0-6.704-6.704"/></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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%233b94d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.565%2011.295c-2.116%200-4.195%201.322-5.799%202.712a21%2021%200%200%201%201.147%201.364c.172.227.423.534.733.882c1.236-1.084%202.689-2.044%203.919-2.044c2.09%200%203.79%201.7%203.79%203.79s-1.7%203.79-3.79%203.79c-2.337%200-5.484-3.456-6.402-4.668c-.45-.596-4.521-5.826-8.729-5.826c-3.697%200-6.705%203.008-6.705%206.705s3.008%206.704%206.705%206.704c2.055%200%204.073-1.248%205.657-2.594a21%2021%200%200%201-1.255-1.483a15%2015%200%200%200-.624-.757c-1.204%201.032-2.594%201.919-3.778%201.919c-2.09%200-3.79-1.7-3.79-3.79s1.7-3.79%203.79-3.79c2.338%200%205.484%203.456%206.402%204.668c.45.596%204.521%205.826%208.729%205.826a6.71%206.71%200%200%200%206.704-6.704a6.71%206.71%200%200%200-6.704-6.704%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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%233b94d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.565%2011.295c-2.116%200-4.195%201.322-5.799%202.712a21%2021%200%200%201%201.147%201.364c.172.227.423.534.733.882c1.236-1.084%202.689-2.044%203.919-2.044c2.09%200%203.79%201.7%203.79%203.79s-1.7%203.79-3.79%203.79c-2.337%200-5.484-3.456-6.402-4.668c-.45-.596-4.521-5.826-8.729-5.826c-3.697%200-6.705%203.008-6.705%206.705s3.008%206.704%206.705%206.704c2.055%200%204.073-1.248%205.657-2.594a21%2021%200%200%201-1.255-1.483a15%2015%200%200%200-.624-.757c-1.204%201.032-2.594%201.919-3.778%201.919c-2.09%200-3.79-1.7-3.79-3.79s1.7-3.79%203.79-3.79c2.338%200%205.484%203.456%206.402%204.668c.45.596%204.521%205.826%208.729%205.826a6.71%206.71%200%200%200%206.704-6.704a6.71%206.71%200%200%200-6.704-6.704%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/infinity.svg?color=%231a73e8&size=48