plane contrails icon

plane-contrails from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
plane-contrails
Set
Material Symbols
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
plane-contrails-outline, plane-contrails-outline-sharp, plane-contrails-sharp

1 other variant in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the plane contrails icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.425 22L8 20.575L12.6 16l1.4 1.4zm4.975 0L13 20.575l4.075-4.075l1.425 1.4zM3.425 11L2 9.6l4.1-4.1l1.4 1.425zm0 5L2 14.575L6.6 10L8 11.4zM19 15.475L16.6 9.5l-1.95 1.95l.475 2.35L13.95 15l-1.775-3.2L9 10.05l1.175-1.2l2.35.475l1.95-1.95L8.5 5L10 3.575L17.175 4.7l2.275-2.25q.225-.225.5-.337T20.5 2t.55.113t.5.337q.225.2.338.475t.112.55t-.112.563t-.338.512L19.275 6.8l1.125 7.175z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPlaneContrails(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="M9.425 22L8 20.575L12.6 16l1.4 1.4zm4.975 0L13 20.575l4.075-4.075l1.425 1.4zM3.425 11L2 9.6l4.1-4.1l1.4 1.425zm0 5L2 14.575L6.6 10L8 11.4zM19 15.475L16.6 9.5l-1.95 1.95l.475 2.35L13.95 15l-1.775-3.2L9 10.05l1.175-1.2l2.35.475l1.95-1.95L8.5 5L10 3.575L17.175 4.7l2.275-2.25q.225-.225.5-.337T20.5 2t.55.113t.5.337q.225.2.338.475t.112.55t-.112.563t-.338.512L19.275 6.8l1.125 7.175z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.425 22L8 20.575L12.6 16l1.4 1.4zm4.975 0L13 20.575l4.075-4.075l1.425 1.4zM3.425 11L2 9.6l4.1-4.1l1.4 1.425zm0 5L2 14.575L6.6 10L8 11.4zM19 15.475L16.6 9.5l-1.95 1.95l.475 2.35L13.95 15l-1.775-3.2L9 10.05l1.175-1.2l2.35.475l1.95-1.95L8.5 5L10 3.575L17.175 4.7l2.275-2.25q.225-.225.5-.337T20.5 2t.55.113t.5.337q.225.2.338.475t.112.55t-.112.563t-.338.512L19.275 6.8l1.125 7.175z"/></svg>
</template>

CSS

.icon-plane-contrails {
  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%22M9.425%2022L8%2020.575L12.6%2016l1.4%201.4zm4.975%200L13%2020.575l4.075-4.075l1.425%201.4zM3.425%2011L2%209.6l4.1-4.1l1.4%201.425zm0%205L2%2014.575L6.6%2010L8%2011.4zM19%2015.475L16.6%209.5l-1.95%201.95l.475%202.35L13.95%2015l-1.775-3.2L9%2010.05l1.175-1.2l2.35.475l1.95-1.95L8.5%205L10%203.575L17.175%204.7l2.275-2.25q.225-.225.5-.337T20.5%202t.55.113t.5.337q.225.2.338.475t.112.55t-.112.563t-.338.512L19.275%206.8l1.125%207.175z%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%22M9.425%2022L8%2020.575L12.6%2016l1.4%201.4zm4.975%200L13%2020.575l4.075-4.075l1.425%201.4zM3.425%2011L2%209.6l4.1-4.1l1.4%201.425zm0%205L2%2014.575L6.6%2010L8%2011.4zM19%2015.475L16.6%209.5l-1.95%201.95l.475%202.35L13.95%2015l-1.775-3.2L9%2010.05l1.175-1.2l2.35.475l1.95-1.95L8.5%205L10%203.575L17.175%204.7l2.275-2.25q.225-.225.5-.337T20.5%202t.55.113t.5.337q.225.2.338.475t.112.55t-.112.563t-.338.512L19.275%206.8l1.125%207.175z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/plane-contrails.svg?color=%231a73e8&size=48