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

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

The same icon in other sets

Use the jet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M314.8 368.5L419 403l-3-52.7L302 247S276.1 73.3 273.8 54.7C268.5 14.4 255.9 0 255.9 0s-12.5 14.4-17.6 54.6C235.9 73.3 210 247 210 247L96 350.3 93 403l104.2-34.5 1.4 12.3-52.7 58.3 18.3 27.4 73.3-9.1 18.3 54.6 18.5-54.6 73.4 9.1 18.3-27.4-52.7-58.3 1.5-12.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonJet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M314.8 368.5L419 403l-3-52.7L302 247S276.1 73.3 273.8 54.7C268.5 14.4 255.9 0 255.9 0s-12.5 14.4-17.6 54.6C235.9 73.3 210 247 210 247L96 350.3 93 403l104.2-34.5 1.4 12.3-52.7 58.3 18.3 27.4 73.3-9.1 18.3 54.6 18.5-54.6 73.4 9.1 18.3-27.4-52.7-58.3 1.5-12.3z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M314.8 368.5L419 403l-3-52.7L302 247S276.1 73.3 273.8 54.7C268.5 14.4 255.9 0 255.9 0s-12.5 14.4-17.6 54.6C235.9 73.3 210 247 210 247L96 350.3 93 403l104.2-34.5 1.4 12.3-52.7 58.3 18.3 27.4 73.3-9.1 18.3 54.6 18.5-54.6 73.4 9.1 18.3-27.4-52.7-58.3 1.5-12.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-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%22M314.8%20368.5L419%20403l-3-52.7L302%20247S276.1%2073.3%20273.8%2054.7C268.5%2014.4%20255.9%200%20255.9%200s-12.5%2014.4-17.6%2054.6C235.9%2073.3%20210%20247%20210%20247L96%20350.3%2093%20403l104.2-34.5%201.4%2012.3-52.7%2058.3%2018.3%2027.4%2073.3-9.1%2018.3%2054.6%2018.5-54.6%2073.4%209.1%2018.3-27.4-52.7-58.3%201.5-12.3z%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%22M314.8%20368.5L419%20403l-3-52.7L302%20247S276.1%2073.3%20273.8%2054.7C268.5%2014.4%20255.9%200%20255.9%200s-12.5%2014.4-17.6%2054.6C235.9%2073.3%20210%20247%20210%20247L96%20350.3%2093%20403l104.2-34.5%201.4%2012.3-52.7%2058.3%2018.3%2027.4%2073.3-9.1%2018.3%2054.6%2018.5-54.6%2073.4%209.1%2018.3-27.4-52.7-58.3%201.5-12.3z%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/jet.svg?color=%231a73e8&size=48