plane icon

plane-bold from Solar by 480 Design · Bold · Messages · CC-BY-4.0 Attribution required.

Name
plane-bold
Set
Solar
Style
Bold
Category
Messages
Viewbox
24×24
License
CC BY 4.0
Aliases
plain-bold

5 other variants in Solar

The same icon in other sets

More messages icons from Solar

Use the plane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.6357 15.6701L20.3521 10.5208C21.8516 6.02242 22.6013 3.77322 21.414 2.58595C20.2268 1.39869 17.9776 2.14842 13.4792 3.64788L8.32987 5.36432C4.69923 6.57453 2.88392 7.17964 2.36806 8.06698C1.87731 8.91112 1.87731 9.95369 2.36806 10.7978C2.88392 11.6852 4.69923 12.2903 8.32987 13.5005C8.77981 13.6505 9.28601 13.5434 9.62294 13.2096L15.1286 7.75495C15.4383 7.44808 15.9382 7.45041 16.245 7.76015C16.5519 8.06989 16.5496 8.56975 16.2398 8.87662L10.8231 14.2432C10.4518 14.6111 10.3342 15.1742 10.4995 15.6701C11.7097 19.3007 12.3148 21.1161 13.2022 21.6319C14.0463 22.1227 15.0889 22.1227 15.933 21.6319C16.8204 21.1161 17.4255 19.3008 18.6357 15.6701Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarPlaneBold(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="M18.6357 15.6701L20.3521 10.5208C21.8516 6.02242 22.6013 3.77322 21.414 2.58595C20.2268 1.39869 17.9776 2.14842 13.4792 3.64788L8.32987 5.36432C4.69923 6.57453 2.88392 7.17964 2.36806 8.06698C1.87731 8.91112 1.87731 9.95369 2.36806 10.7978C2.88392 11.6852 4.69923 12.2903 8.32987 13.5005C8.77981 13.6505 9.28601 13.5434 9.62294 13.2096L15.1286 7.75495C15.4383 7.44808 15.9382 7.45041 16.245 7.76015C16.5519 8.06989 16.5496 8.56975 16.2398 8.87662L10.8231 14.2432C10.4518 14.6111 10.3342 15.1742 10.4995 15.6701C11.7097 19.3007 12.3148 21.1161 13.2022 21.6319C14.0463 22.1227 15.0889 22.1227 15.933 21.6319C16.8204 21.1161 17.4255 19.3008 18.6357 15.6701Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.6357 15.6701L20.3521 10.5208C21.8516 6.02242 22.6013 3.77322 21.414 2.58595C20.2268 1.39869 17.9776 2.14842 13.4792 3.64788L8.32987 5.36432C4.69923 6.57453 2.88392 7.17964 2.36806 8.06698C1.87731 8.91112 1.87731 9.95369 2.36806 10.7978C2.88392 11.6852 4.69923 12.2903 8.32987 13.5005C8.77981 13.6505 9.28601 13.5434 9.62294 13.2096L15.1286 7.75495C15.4383 7.44808 15.9382 7.45041 16.245 7.76015C16.5519 8.06989 16.5496 8.56975 16.2398 8.87662L10.8231 14.2432C10.4518 14.6111 10.3342 15.1742 10.4995 15.6701C11.7097 19.3007 12.3148 21.1161 13.2022 21.6319C14.0463 22.1227 15.0889 22.1227 15.933 21.6319C16.8204 21.1161 17.4255 19.3008 18.6357 15.6701Z"/></svg>
</template>

CSS

.icon-plane-bold {
  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%22M18.6357%2015.6701L20.3521%2010.5208C21.8516%206.02242%2022.6013%203.77322%2021.414%202.58595C20.2268%201.39869%2017.9776%202.14842%2013.4792%203.64788L8.32987%205.36432C4.69923%206.57453%202.88392%207.17964%202.36806%208.06698C1.87731%208.91112%201.87731%209.95369%202.36806%2010.7978C2.88392%2011.6852%204.69923%2012.2903%208.32987%2013.5005C8.77981%2013.6505%209.28601%2013.5434%209.62294%2013.2096L15.1286%207.75495C15.4383%207.44808%2015.9382%207.45041%2016.245%207.76015C16.5519%208.06989%2016.5496%208.56975%2016.2398%208.87662L10.8231%2014.2432C10.4518%2014.6111%2010.3342%2015.1742%2010.4995%2015.6701C11.7097%2019.3007%2012.3148%2021.1161%2013.2022%2021.6319C14.0463%2022.1227%2015.0889%2022.1227%2015.933%2021.6319C16.8204%2021.1161%2017.4255%2019.3008%2018.6357%2015.6701Z%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%22M18.6357%2015.6701L20.3521%2010.5208C21.8516%206.02242%2022.6013%203.77322%2021.414%202.58595C20.2268%201.39869%2017.9776%202.14842%2013.4792%203.64788L8.32987%205.36432C4.69923%206.57453%202.88392%207.17964%202.36806%208.06698C1.87731%208.91112%201.87731%209.95369%202.36806%2010.7978C2.88392%2011.6852%204.69923%2012.2903%208.32987%2013.5005C8.77981%2013.6505%209.28601%2013.5434%209.62294%2013.2096L15.1286%207.75495C15.4383%207.44808%2015.9382%207.45041%2016.245%207.76015C16.5519%208.06989%2016.5496%208.56975%2016.2398%208.87662L10.8231%2014.2432C10.4518%2014.6111%2010.3342%2015.1742%2010.4995%2015.6701C11.7097%2019.3007%2012.3148%2021.1161%2013.2022%2021.6319C14.0463%2022.1227%2015.0889%2022.1227%2015.933%2021.6319C16.8204%2021.1161%2017.4255%2019.3008%2018.6357%2015.6701Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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