infiniti from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
infiniti
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the infiniti logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.953 11.643c0 1.51 1.83 2.69 4.601 3.344l4.841-5.523H12l-4.19 8.06C3.25 16.744 0 14.71 0 12.233c0-3.184 5.376-5.757 12-5.757s12 2.573 12 5.757c0 2.477-3.25 4.511-7.81 5.293L12 9.464h.605l4.84 5.523c2.772-.654 4.601-1.834 4.601-3.344c0-2.664-4.484-4.88-10.047-4.88c-5.562 0-10.046 2.216-10.046 4.88"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsInfiniti(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="M1.953 11.643c0 1.51 1.83 2.69 4.601 3.344l4.841-5.523H12l-4.19 8.06C3.25 16.744 0 14.71 0 12.233c0-3.184 5.376-5.757 12-5.757s12 2.573 12 5.757c0 2.477-3.25 4.511-7.81 5.293L12 9.464h.605l4.84 5.523c2.772-.654 4.601-1.834 4.601-3.344c0-2.664-4.484-4.88-10.047-4.88c-5.562 0-10.046 2.216-10.046 4.88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.953 11.643c0 1.51 1.83 2.69 4.601 3.344l4.841-5.523H12l-4.19 8.06C3.25 16.744 0 14.71 0 12.233c0-3.184 5.376-5.757 12-5.757s12 2.573 12 5.757c0 2.477-3.25 4.511-7.81 5.293L12 9.464h.605l4.84 5.523c2.772-.654 4.601-1.834 4.601-3.344c0-2.664-4.484-4.88-10.047-4.88c-5.562 0-10.046 2.216-10.046 4.88"/></svg>
</template>

CSS

.icon-infiniti {
  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%22M1.953%2011.643c0%201.51%201.83%202.69%204.601%203.344l4.841-5.523H12l-4.19%208.06C3.25%2016.744%200%2014.71%200%2012.233c0-3.184%205.376-5.757%2012-5.757s12%202.573%2012%205.757c0%202.477-3.25%204.511-7.81%205.293L12%209.464h.605l4.84%205.523c2.772-.654%204.601-1.834%204.601-3.344c0-2.664-4.484-4.88-10.047-4.88c-5.562%200-10.046%202.216-10.046%204.88%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%22M1.953%2011.643c0%201.51%201.83%202.69%204.601%203.344l4.841-5.523H12l-4.19%208.06C3.25%2016.744%200%2014.71%200%2012.233c0-3.184%205.376-5.757%2012-5.757s12%202.573%2012%205.757c0%202.477-3.25%204.511-7.81%205.293L12%209.464h.605l4.84%205.523c2.772-.654%204.601-1.834%204.601-3.344c0-2.664-4.484-4.88-10.047-4.88c-5.562%200-10.046%202.216-10.046%204.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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