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

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

The same logo in other sets

Use the jet logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.778 19.044c3.048-.498 4.755-.73 8.219-2.395L24 13.81c-3.228 3.225-9.249 5.146-15.07 5.098c-.75-.01-1.948.017-2.246-.024c3.1.49 6.18.556 9.094.159M3.836 15.764c.75.003 1.805-.014 2.403-.394c.535-.467.93-1.106 1.247-1.828l1.545-4.697l-2.157.013l-1.199 3.664c-.225 1.161-.943 1.566-1.483 1.483l-1.354-.097l-.515 1.676zm13.29-.104l1.672-5.074h2.44l.543-1.665l-5.907-.01l-.556 1.662H16.6l-1.73 5.077l2.257.01m-3.859-.024l.564-1.718h-3.204l.297-.909h2.668l.543-1.641h-2.661l.262-.81h3.08l.57-1.713l-5.267.027l-2.205 6.757zm1.245-9.809c1.883-.072 3.743.083 5.969.277c-2.192-.809-5.7-1.407-8.344-1.407c-4.344 0-8.644 1.054-12.117 2.675L0 11.07c3.321-3.387 9.114-5.298 14.513-5.243"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsJet(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="M15.778 19.044c3.048-.498 4.755-.73 8.219-2.395L24 13.81c-3.228 3.225-9.249 5.146-15.07 5.098c-.75-.01-1.948.017-2.246-.024c3.1.49 6.18.556 9.094.159M3.836 15.764c.75.003 1.805-.014 2.403-.394c.535-.467.93-1.106 1.247-1.828l1.545-4.697l-2.157.013l-1.199 3.664c-.225 1.161-.943 1.566-1.483 1.483l-1.354-.097l-.515 1.676zm13.29-.104l1.672-5.074h2.44l.543-1.665l-5.907-.01l-.556 1.662H16.6l-1.73 5.077l2.257.01m-3.859-.024l.564-1.718h-3.204l.297-.909h2.668l.543-1.641h-2.661l.262-.81h3.08l.57-1.713l-5.267.027l-2.205 6.757zm1.245-9.809c1.883-.072 3.743.083 5.969.277c-2.192-.809-5.7-1.407-8.344-1.407c-4.344 0-8.644 1.054-12.117 2.675L0 11.07c3.321-3.387 9.114-5.298 14.513-5.243"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.778 19.044c3.048-.498 4.755-.73 8.219-2.395L24 13.81c-3.228 3.225-9.249 5.146-15.07 5.098c-.75-.01-1.948.017-2.246-.024c3.1.49 6.18.556 9.094.159M3.836 15.764c.75.003 1.805-.014 2.403-.394c.535-.467.93-1.106 1.247-1.828l1.545-4.697l-2.157.013l-1.199 3.664c-.225 1.161-.943 1.566-1.483 1.483l-1.354-.097l-.515 1.676zm13.29-.104l1.672-5.074h2.44l.543-1.665l-5.907-.01l-.556 1.662H16.6l-1.73 5.077l2.257.01m-3.859-.024l.564-1.718h-3.204l.297-.909h2.668l.543-1.641h-2.661l.262-.81h3.08l.57-1.713l-5.267.027l-2.205 6.757zm1.245-9.809c1.883-.072 3.743.083 5.969.277c-2.192-.809-5.7-1.407-8.344-1.407c-4.344 0-8.644 1.054-12.117 2.675L0 11.07c3.321-3.387 9.114-5.298 14.513-5.243"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.778%2019.044c3.048-.498%204.755-.73%208.219-2.395L24%2013.81c-3.228%203.225-9.249%205.146-15.07%205.098c-.75-.01-1.948.017-2.246-.024c3.1.49%206.18.556%209.094.159M3.836%2015.764c.75.003%201.805-.014%202.403-.394c.535-.467.93-1.106%201.247-1.828l1.545-4.697l-2.157.013l-1.199%203.664c-.225%201.161-.943%201.566-1.483%201.483l-1.354-.097l-.515%201.676zm13.29-.104l1.672-5.074h2.44l.543-1.665l-5.907-.01l-.556%201.662H16.6l-1.73%205.077l2.257.01m-3.859-.024l.564-1.718h-3.204l.297-.909h2.668l.543-1.641h-2.661l.262-.81h3.08l.57-1.713l-5.267.027l-2.205%206.757zm1.245-9.809c1.883-.072%203.743.083%205.969.277c-2.192-.809-5.7-1.407-8.344-1.407c-4.344%200-8.644%201.054-12.117%202.675L0%2011.07c3.321-3.387%209.114-5.298%2014.513-5.243%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%22M15.778%2019.044c3.048-.498%204.755-.73%208.219-2.395L24%2013.81c-3.228%203.225-9.249%205.146-15.07%205.098c-.75-.01-1.948.017-2.246-.024c3.1.49%206.18.556%209.094.159M3.836%2015.764c.75.003%201.805-.014%202.403-.394c.535-.467.93-1.106%201.247-1.828l1.545-4.697l-2.157.013l-1.199%203.664c-.225%201.161-.943%201.566-1.483%201.483l-1.354-.097l-.515%201.676zm13.29-.104l1.672-5.074h2.44l.543-1.665l-5.907-.01l-.556%201.662H16.6l-1.73%205.077l2.257.01m-3.859-.024l.564-1.718h-3.204l.297-.909h2.668l.543-1.641h-2.661l.262-.81h3.08l.57-1.713l-5.267.027l-2.205%206.757zm1.245-9.809c1.883-.072%203.743.083%205.969.277c-2.192-.809-5.7-1.407-8.344-1.407c-4.344%200-8.644%201.054-12.117%202.675L0%2011.07c3.321-3.387%209.114-5.298%2014.513-5.243%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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