plane icon
plane-bold-duotone from Solar by 480 Design · Bold Duotone · Messages · CC-BY-4.0 Attribution required.
- Name
- plane-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Messages
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More messages icons from Solar
chat-round-add-boldchat-round-boldchat-round-call-boldchat-round-check-boldchat-round-close-boldchat-round-code-boldchat-round-dots-boldchat-round-like-boldchat-round-line-boldchat-round-money-boldchat-round-off-boldchat-round-question-mark-boldchat-round-quote-boldchat-round-replay-boldchat-round-unread-boldchat-round-video-boldchat-round-warning-boldchat-square-add-boldchat-square-arrow-boldchat-square-boldchat-square-call-boldchat-square-check-boldchat-square-close-boldchat-square-code-bold
Use the plane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M16.245 7.76015L21.4166 2.58855L21.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.76015Z" clip-rule="evenodd"/><path d="M18.6351 15.6695L20.3516 10.5201C21.85 6.02503 22.5997 3.77584 21.4161 2.58789L16.2445 7.75949C16.5514 8.06923 16.5491 8.56909 16.2393 8.87596L10.8226 14.2425C10.4512 14.6104 10.3337 15.1735 10.499 15.6695C11.7092 19.3001 12.3143 21.1154 13.2016 21.6313C14.0458 22.122 15.0883 22.122 15.9325 21.6313C16.8198 21.1154 17.4249 19.3001 18.6351 15.6695Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPlaneBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M16.245 7.76015L21.4166 2.58855L21.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.76015Z" clipRule="evenodd"/><path d="M18.6351 15.6695L20.3516 10.5201C21.85 6.02503 22.5997 3.77584 21.4161 2.58789L16.2445 7.75949C16.5514 8.06923 16.5491 8.56909 16.2393 8.87596L10.8226 14.2425C10.4512 14.6104 10.3337 15.1735 10.499 15.6695C11.7092 19.3001 12.3143 21.1154 13.2016 21.6313C14.0458 22.122 15.0883 22.122 15.9325 21.6313C16.8198 21.1154 17.4249 19.3001 18.6351 15.6695Z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M16.245 7.76015L21.4166 2.58855L21.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.76015Z" clip-rule="evenodd"/><path d="M18.6351 15.6695L20.3516 10.5201C21.85 6.02503 22.5997 3.77584 21.4161 2.58789L16.2445 7.75949C16.5514 8.06923 16.5491 8.56909 16.2393 8.87596L10.8226 14.2425C10.4512 14.6104 10.3337 15.1735 10.499 15.6695C11.7092 19.3001 12.3143 21.1154 13.2016 21.6313C14.0458 22.122 15.0883 22.122 15.9325 21.6313C16.8198 21.1154 17.4249 19.3001 18.6351 15.6695Z" opacity=".5"/></g></svg> </template>
CSS
.icon-plane-bold-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.245%207.76015L21.4166%202.58855L21.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.76015Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.6351%2015.6695L20.3516%2010.5201C21.85%206.02503%2022.5997%203.77584%2021.4161%202.58789L16.2445%207.75949C16.5514%208.06923%2016.5491%208.56909%2016.2393%208.87596L10.8226%2014.2425C10.4512%2014.6104%2010.3337%2015.1735%2010.499%2015.6695C11.7092%2019.3001%2012.3143%2021.1154%2013.2016%2021.6313C14.0458%2022.122%2015.0883%2022.122%2015.9325%2021.6313C16.8198%2021.1154%2017.4249%2019.3001%2018.6351%2015.6695Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.245%207.76015L21.4166%202.58855L21.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.76015Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.6351%2015.6695L20.3516%2010.5201C21.85%206.02503%2022.5997%203.77584%2021.4161%202.58789L16.2445%207.75949C16.5514%208.06923%2016.5491%208.56909%2016.2393%208.87596L10.8226%2014.2425C10.4512%2014.6104%2010.3337%2015.1735%2010.499%2015.6695C11.7092%2019.3001%2012.3143%2021.1154%2013.2016%2021.6313C14.0458%2022.122%2015.0883%2022.122%2015.9325%2021.6313C16.8198%2021.1154%2017.4249%2019.3001%2018.6351%2015.6695Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/plane-bold-duotone.svg?color=%231a73e8&size=48