infinity icon

infinity-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
infinity-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

The same icon in other sets

Use the infinity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 6.984c.59-.533 1.204-1.066 1.825-1.493c.797-.548 1.7-.991 2.675-.991C14.414 4.5 16 6.086 16 8s-1.586 3.5-3.5 3.5c-.975 0-1.878-.444-2.675-.991c-.621-.427-1.235-.96-1.825-1.493c-.59.533-1.204 1.066-1.825 1.493c-.797.547-1.7.991-2.675.991C1.586 11.5 0 9.914 0 8s1.586-3.5 3.5-3.5c.975 0 1.878.443 2.675.991c.621.427 1.235.96 1.825 1.493M9.114 8c.536.483 1.052.922 1.56 1.273c.704.483 1.3.727 1.826.727c1.086 0 2-.914 2-2s-.914-2-2-2c-.525 0-1.122.244-1.825.727c-.51.35-1.025.79-1.561 1.273M3.5 6c-1.086 0-2 .914-2 2s.914 2 2 2c.525 0 1.122-.244 1.825-.727c.51-.35 1.025-.79 1.561-1.273c-.536-.483-1.052-.922-1.56-1.273C4.621 6.244 4.025 6 3.5 6"/></svg>

React

import type { SVGProps } from "react";

export function OcticonInfinity16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 6.984c.59-.533 1.204-1.066 1.825-1.493c.797-.548 1.7-.991 2.675-.991C14.414 4.5 16 6.086 16 8s-1.586 3.5-3.5 3.5c-.975 0-1.878-.444-2.675-.991c-.621-.427-1.235-.96-1.825-1.493c-.59.533-1.204 1.066-1.825 1.493c-.797.547-1.7.991-2.675.991C1.586 11.5 0 9.914 0 8s1.586-3.5 3.5-3.5c.975 0 1.878.443 2.675.991c.621.427 1.235.96 1.825 1.493M9.114 8c.536.483 1.052.922 1.56 1.273c.704.483 1.3.727 1.826.727c1.086 0 2-.914 2-2s-.914-2-2-2c-.525 0-1.122.244-1.825.727c-.51.35-1.025.79-1.561 1.273M3.5 6c-1.086 0-2 .914-2 2s.914 2 2 2c.525 0 1.122-.244 1.825-.727c.51-.35 1.025-.79 1.561-1.273c-.536-.483-1.052-.922-1.56-1.273C4.621 6.244 4.025 6 3.5 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 6.984c.59-.533 1.204-1.066 1.825-1.493c.797-.548 1.7-.991 2.675-.991C14.414 4.5 16 6.086 16 8s-1.586 3.5-3.5 3.5c-.975 0-1.878-.444-2.675-.991c-.621-.427-1.235-.96-1.825-1.493c-.59.533-1.204 1.066-1.825 1.493c-.797.547-1.7.991-2.675.991C1.586 11.5 0 9.914 0 8s1.586-3.5 3.5-3.5c.975 0 1.878.443 2.675.991c.621.427 1.235.96 1.825 1.493M9.114 8c.536.483 1.052.922 1.56 1.273c.704.483 1.3.727 1.826.727c1.086 0 2-.914 2-2s-.914-2-2-2c-.525 0-1.122.244-1.825.727c-.51.35-1.025.79-1.561 1.273M3.5 6c-1.086 0-2 .914-2 2s.914 2 2 2c.525 0 1.122-.244 1.825-.727c.51-.35 1.025-.79 1.561-1.273c-.536-.483-1.052-.922-1.56-1.273C4.621 6.244 4.025 6 3.5 6"/></svg>
</template>

CSS

.icon-infinity-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%206.984c.59-.533%201.204-1.066%201.825-1.493c.797-.548%201.7-.991%202.675-.991C14.414%204.5%2016%206.086%2016%208s-1.586%203.5-3.5%203.5c-.975%200-1.878-.444-2.675-.991c-.621-.427-1.235-.96-1.825-1.493c-.59.533-1.204%201.066-1.825%201.493c-.797.547-1.7.991-2.675.991C1.586%2011.5%200%209.914%200%208s1.586-3.5%203.5-3.5c.975%200%201.878.443%202.675.991c.621.427%201.235.96%201.825%201.493M9.114%208c.536.483%201.052.922%201.56%201.273c.704.483%201.3.727%201.826.727c1.086%200%202-.914%202-2s-.914-2-2-2c-.525%200-1.122.244-1.825.727c-.51.35-1.025.79-1.561%201.273M3.5%206c-1.086%200-2%20.914-2%202s.914%202%202%202c.525%200%201.122-.244%201.825-.727c.51-.35%201.025-.79%201.561-1.273c-.536-.483-1.052-.922-1.56-1.273C4.621%206.244%204.025%206%203.5%206%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%206.984c.59-.533%201.204-1.066%201.825-1.493c.797-.548%201.7-.991%202.675-.991C14.414%204.5%2016%206.086%2016%208s-1.586%203.5-3.5%203.5c-.975%200-1.878-.444-2.675-.991c-.621-.427-1.235-.96-1.825-1.493c-.59.533-1.204%201.066-1.825%201.493c-.797.547-1.7.991-2.675.991C1.586%2011.5%200%209.914%200%208s1.586-3.5%203.5-3.5c.975%200%201.878.443%202.675.991c.621.427%201.235.96%201.825%201.493M9.114%208c.536.483%201.052.922%201.56%201.273c.704.483%201.3.727%201.826.727c1.086%200%202-.914%202-2s-.914-2-2-2c-.525%200-1.122.244-1.825.727c-.51.35-1.025.79-1.561%201.273M3.5%206c-1.086%200-2%20.914-2%202s.914%202%202%202c.525%200%201.122-.244%201.825-.727c.51-.35%201.025-.79%201.561-1.273c-.536-.483-1.052-.922-1.56-1.273C4.621%206.244%204.025%206%203.5%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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