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

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

Related icons in IonIcons

Use the md jet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M480 32s-23.4-.7-59.3 27.1C404 72 244.9 186.8 244.9 186.8l-168.8-4.2L32 222l109.8 55.2-8.6 10.8-87.9.1-7.2 40.5 63.1 48.7-26.6 59.8 60-26.4 48.7 63.1 40.5-7.2.1-87.8 10.9-8.5L290.1 480l39.3-44.1-4.2-168.7S440.1 108.2 453 91.6C480.7 55.5 480 32 480 32z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdJet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M480 32s-23.4-.7-59.3 27.1C404 72 244.9 186.8 244.9 186.8l-168.8-4.2L32 222l109.8 55.2-8.6 10.8-87.9.1-7.2 40.5 63.1 48.7-26.6 59.8 60-26.4 48.7 63.1 40.5-7.2.1-87.8 10.9-8.5L290.1 480l39.3-44.1-4.2-168.7S440.1 108.2 453 91.6C480.7 55.5 480 32 480 32z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M480 32s-23.4-.7-59.3 27.1C404 72 244.9 186.8 244.9 186.8l-168.8-4.2L32 222l109.8 55.2-8.6 10.8-87.9.1-7.2 40.5 63.1 48.7-26.6 59.8 60-26.4 48.7 63.1 40.5-7.2.1-87.8 10.9-8.5L290.1 480l39.3-44.1-4.2-168.7S440.1 108.2 453 91.6C480.7 55.5 480 32 480 32z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%22M480%2032s-23.4-.7-59.3%2027.1C404%2072%20244.9%20186.8%20244.9%20186.8l-168.8-4.2L32%20222l109.8%2055.2-8.6%2010.8-87.9.1-7.2%2040.5%2063.1%2048.7-26.6%2059.8%2060-26.4%2048.7%2063.1%2040.5-7.2.1-87.8%2010.9-8.5L290.1%20480l39.3-44.1-4.2-168.7S440.1%20108.2%20453%2091.6C480.7%2055.5%20480%2032%20480%2032z%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%22M480%2032s-23.4-.7-59.3%2027.1C404%2072%20244.9%20186.8%20244.9%20186.8l-168.8-4.2L32%20222l109.8%2055.2-8.6%2010.8-87.9.1-7.2%2040.5%2063.1%2048.7-26.6%2059.8%2060-26.4%2048.7%2063.1%2040.5-7.2.1-87.8%2010.9-8.5L290.1%20480l39.3-44.1-4.2-168.7S440.1%20108.2%20453%2091.6C480.7%2055.5%20480%2032%20480%2032z%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/md-jet.svg?color=%231a73e8&size=48