infinity from Font Awesome 6 Solid by Dave Gandy · Regular · Hotel · CC-BY-4.0 Attribution required.

Name
infinity
Set
Font Awesome 6 Solid
Style
Regular
Category
Hotel
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More hotel icons from Font Awesome 6 Solid

Use the infinity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5l72.3 72.2l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1v29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2c-27.3 27.2-64.2 42.5-102.7 42.5C65 416 0 351 0 270.9v-29.7zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8c-44.8 0-81.1 36.3-81.1 81.1v29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1v-29.7c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidInfinity(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5l72.3 72.2l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1v29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2c-27.3 27.2-64.2 42.5-102.7 42.5C65 416 0 351 0 270.9v-29.7zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8c-44.8 0-81.1 36.3-81.1 81.1v29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1v-29.7c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5l72.3 72.2l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1v29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2c-27.3 27.2-64.2 42.5-102.7 42.5C65 416 0 351 0 270.9v-29.7zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8c-44.8 0-81.1 36.3-81.1 81.1v29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1v-29.7c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z"/></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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20241.1C0%20161%2065%2096%20145.1%2096c38.5%200%2075.4%2015.3%20102.6%2042.5l72.3%2072.2l72.2-72.2C419.5%20111.3%20456.4%2096%20494.9%2096C575%2096%20640%20161%20640%20241.1v29.7C640%20351%20575%20416%20494.9%20416c-38.5%200-75.4-15.3-102.6-42.5L320%20301.3l-72.2%2072.2c-27.3%2027.2-64.2%2042.5-102.7%2042.5C65%20416%200%20351%200%20270.9v-29.7zM274.7%20256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8c-44.8%200-81.1%2036.3-81.1%2081.1v29.7c0%2044.8%2036.3%2081.1%2081.1%2081.1c21.5%200%2042.2-8.5%2057.4-23.8zm90.5%200l72.2%2072.2c15.2%2015.2%2035.9%2023.8%2057.4%2023.8c44.8%200%2081.1-36.3%2081.1-81.1v-29.7c0-44.8-36.3-81.1-81.1-81.1c-21.5%200-42.2%208.5-57.4%2023.8L365.3%20256z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20241.1C0%20161%2065%2096%20145.1%2096c38.5%200%2075.4%2015.3%20102.6%2042.5l72.3%2072.2l72.2-72.2C419.5%20111.3%20456.4%2096%20494.9%2096C575%2096%20640%20161%20640%20241.1v29.7C640%20351%20575%20416%20494.9%20416c-38.5%200-75.4-15.3-102.6-42.5L320%20301.3l-72.2%2072.2c-27.3%2027.2-64.2%2042.5-102.7%2042.5C65%20416%200%20351%200%20270.9v-29.7zM274.7%20256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8c-44.8%200-81.1%2036.3-81.1%2081.1v29.7c0%2044.8%2036.3%2081.1%2081.1%2081.1c21.5%200%2042.2-8.5%2057.4-23.8zm90.5%200l72.2%2072.2c15.2%2015.2%2035.9%2023.8%2057.4%2023.8c44.8%200%2081.1-36.3%2081.1-81.1v-29.7c0-44.8-36.3-81.1-81.1-81.1c-21.5%200-42.2%208.5-57.4%2023.8L365.3%20256z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/infinity.svg?color=%231a73e8&size=48