ios jet icon

ios-jet from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-jet
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios jet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 48s-19.8 1.4-53.1 27.2c-15.5 12-162.2 120.6-162.2 120.6L89 187.9l-41 36.5 102 51.2-8 10.1-81.6 4.1-6.7 33.6 60.6 47.2-26.7 53.6 53.7-26.5 47.3 60.6 33.6-6.7 4.1-81.6 10.1-7.9L287.6 464l36.5-40.9-7.9-159.7s108.6-146.7 120.6-162C462.7 67.8 464 48 464 48z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosJet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 48s-19.8 1.4-53.1 27.2c-15.5 12-162.2 120.6-162.2 120.6L89 187.9l-41 36.5 102 51.2-8 10.1-81.6 4.1-6.7 33.6 60.6 47.2-26.7 53.6 53.7-26.5 47.3 60.6 33.6-6.7 4.1-81.6 10.1-7.9L287.6 464l36.5-40.9-7.9-159.7s108.6-146.7 120.6-162C462.7 67.8 464 48 464 48z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 48s-19.8 1.4-53.1 27.2c-15.5 12-162.2 120.6-162.2 120.6L89 187.9l-41 36.5 102 51.2-8 10.1-81.6 4.1-6.7 33.6 60.6 47.2-26.7 53.6 53.7-26.5 47.3 60.6 33.6-6.7 4.1-81.6 10.1-7.9L287.6 464l36.5-40.9-7.9-159.7s108.6-146.7 120.6-162C462.7 67.8 464 48 464 48z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-jet {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M464%2048s-19.8%201.4-53.1%2027.2c-15.5%2012-162.2%20120.6-162.2%20120.6L89%20187.9l-41%2036.5%20102%2051.2-8%2010.1-81.6%204.1-6.7%2033.6%2060.6%2047.2-26.7%2053.6%2053.7-26.5%2047.3%2060.6%2033.6-6.7%204.1-81.6%2010.1-7.9L287.6%20464l36.5-40.9-7.9-159.7s108.6-146.7%20120.6-162C462.7%2067.8%20464%2048%20464%2048z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M464%2048s-19.8%201.4-53.1%2027.2c-15.5%2012-162.2%20120.6-162.2%20120.6L89%20187.9l-41%2036.5%20102%2051.2-8%2010.1-81.6%204.1-6.7%2033.6%2060.6%2047.2-26.7%2053.6%2053.7-26.5%2047.3%2060.6%2033.6-6.7%204.1-81.6%2010.1-7.9L287.6%20464l36.5-40.9-7.9-159.7s108.6-146.7%20120.6-162C462.7%2067.8%20464%2048%20464%2048z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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