plane contrails icon
plane-contrails from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- plane-contrails
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
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.444 21l-.694-.713l3.735-3.73l.707.69zm4.783 0l-.708-.713l3.248-3.248l.714.707zM3.714 10.5L3 9.812l3.273-3.273l.708.694zm0 4.77L3 14.574l3.754-3.748l.708.689zm15.036-.68l-2.266-5.686l-2.526 2.527l.456 2.254l-.541.526l-1.467-2.623l-2.617-1.461l.52-.527l2.255.437l2.526-2.508L9.404 5.25l.75-.713l6.867 1.086l2.333-2.327q.148-.148.317-.222T20.04 3q.178 0 .357.074t.327.222q.148.143.213.312q.064.169.064.348t-.074.37t-.222.34L18.37 6.992l1.087 6.849z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPlaneContrails(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.444 21l-.694-.713l3.735-3.73l.707.69zm4.783 0l-.708-.713l3.248-3.248l.714.707zM3.714 10.5L3 9.812l3.273-3.273l.708.694zm0 4.77L3 14.574l3.754-3.748l.708.689zm15.036-.68l-2.266-5.686l-2.526 2.527l.456 2.254l-.541.526l-1.467-2.623l-2.617-1.461l.52-.527l2.255.437l2.526-2.508L9.404 5.25l.75-.713l6.867 1.086l2.333-2.327q.148-.148.317-.222T20.04 3q.178 0 .357.074t.327.222q.148.143.213.312q.064.169.064.348t-.074.37t-.222.34L18.37 6.992l1.087 6.849z"/></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.444 21l-.694-.713l3.735-3.73l.707.69zm4.783 0l-.708-.713l3.248-3.248l.714.707zM3.714 10.5L3 9.812l3.273-3.273l.708.694zm0 4.77L3 14.574l3.754-3.748l.708.689zm15.036-.68l-2.266-5.686l-2.526 2.527l.456 2.254l-.541.526l-1.467-2.623l-2.617-1.461l.52-.527l2.255.437l2.526-2.508L9.404 5.25l.75-.713l6.867 1.086l2.333-2.327q.148-.148.317-.222T20.04 3q.178 0 .357.074t.327.222q.148.143.213.312q.064.169.064.348t-.074.37t-.222.34L18.37 6.992l1.087 6.849z"/></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.444%2021l-.694-.713l3.735-3.73l.707.69zm4.783%200l-.708-.713l3.248-3.248l.714.707zM3.714%2010.5L3%209.812l3.273-3.273l.708.694zm0%204.77L3%2014.574l3.754-3.748l.708.689zm15.036-.68l-2.266-5.686l-2.526%202.527l.456%202.254l-.541.526l-1.467-2.623l-2.617-1.461l.52-.527l2.255.437l2.526-2.508L9.404%205.25l.75-.713l6.867%201.086l2.333-2.327q.148-.148.317-.222T20.04%203q.178%200%20.357.074t.327.222q.148.143.213.312q.064.169.064.348t-.074.37t-.222.34L18.37%206.992l1.087%206.849z%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.444%2021l-.694-.713l3.735-3.73l.707.69zm4.783%200l-.708-.713l3.248-3.248l.714.707zM3.714%2010.5L3%209.812l3.273-3.273l.708.694zm0%204.77L3%2014.574l3.754-3.748l.708.689zm15.036-.68l-2.266-5.686l-2.526%202.527l.456%202.254l-.541.526l-1.467-2.623l-2.617-1.461l.52-.527l2.255.437l2.526-2.508L9.404%205.25l.75-.713l6.867%201.086l2.333-2.327q.148-.148.317-.222T20.04%203q.178%200%20.357.074t.327.222q.148.143.213.312q.064.169.064.348t-.074.37t-.222.34L18.37%206.992l1.087%206.849z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/plane-contrails.svg?color=%231a73e8&size=48