plane 3 icon

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

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

5 other variants in Solar

More messages icons from Solar

Use the plane 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.3521 10.5208L18.6357 15.6701C17.4255 19.3008 16.8204 21.1161 15.933 21.6319C15.0889 22.1227 14.0463 22.1227 13.2022 21.6319C12.3148 21.1161 11.7097 19.3008 10.4995 15.6701C10.3052 15.0872 10.208 14.7957 10.0449 14.5521C9.88687 14.316 9.68404 14.1131 9.44793 13.9551C9.2043 13.792 8.91282 13.6948 8.32987 13.5005C4.69923 12.2903 2.88392 11.6852 2.36806 10.7978C1.87731 9.95369 1.87731 8.91112 2.36806 8.06698C2.88392 7.17964 4.69923 6.57453 8.32987 5.36432L13.4792 3.64788C17.9776 2.14842 20.2268 1.39869 21.414 2.58595C22.6013 3.77322 21.8516 6.02242 20.3521 10.5208ZM13.0457 10.9022C12.7544 10.6077 12.7571 10.1328 13.0516 9.84153L17.2621 5.67742C17.5566 5.38615 18.0315 5.38878 18.3227 5.6833C18.614 5.97781 18.6114 6.45267 18.3169 6.74394L14.1063 10.9081C13.8118 11.1993 13.337 11.1967 13.0457 10.9022Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarPlane3Bold(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" fillRule="evenodd" d="M20.3521 10.5208L18.6357 15.6701C17.4255 19.3008 16.8204 21.1161 15.933 21.6319C15.0889 22.1227 14.0463 22.1227 13.2022 21.6319C12.3148 21.1161 11.7097 19.3008 10.4995 15.6701C10.3052 15.0872 10.208 14.7957 10.0449 14.5521C9.88687 14.316 9.68404 14.1131 9.44793 13.9551C9.2043 13.792 8.91282 13.6948 8.32987 13.5005C4.69923 12.2903 2.88392 11.6852 2.36806 10.7978C1.87731 9.95369 1.87731 8.91112 2.36806 8.06698C2.88392 7.17964 4.69923 6.57453 8.32987 5.36432L13.4792 3.64788C17.9776 2.14842 20.2268 1.39869 21.414 2.58595C22.6013 3.77322 21.8516 6.02242 20.3521 10.5208ZM13.0457 10.9022C12.7544 10.6077 12.7571 10.1328 13.0516 9.84153L17.2621 5.67742C17.5566 5.38615 18.0315 5.38878 18.3227 5.6833C18.614 5.97781 18.6114 6.45267 18.3169 6.74394L14.1063 10.9081C13.8118 11.1993 13.337 11.1967 13.0457 10.9022Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.3521 10.5208L18.6357 15.6701C17.4255 19.3008 16.8204 21.1161 15.933 21.6319C15.0889 22.1227 14.0463 22.1227 13.2022 21.6319C12.3148 21.1161 11.7097 19.3008 10.4995 15.6701C10.3052 15.0872 10.208 14.7957 10.0449 14.5521C9.88687 14.316 9.68404 14.1131 9.44793 13.9551C9.2043 13.792 8.91282 13.6948 8.32987 13.5005C4.69923 12.2903 2.88392 11.6852 2.36806 10.7978C1.87731 9.95369 1.87731 8.91112 2.36806 8.06698C2.88392 7.17964 4.69923 6.57453 8.32987 5.36432L13.4792 3.64788C17.9776 2.14842 20.2268 1.39869 21.414 2.58595C22.6013 3.77322 21.8516 6.02242 20.3521 10.5208ZM13.0457 10.9022C12.7544 10.6077 12.7571 10.1328 13.0516 9.84153L17.2621 5.67742C17.5566 5.38615 18.0315 5.38878 18.3227 5.6833C18.614 5.97781 18.6114 6.45267 18.3169 6.74394L14.1063 10.9081C13.8118 11.1993 13.337 11.1967 13.0457 10.9022Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-plane-3-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%20fill-rule%3D%22evenodd%22%20d%3D%22M20.3521%2010.5208L18.6357%2015.6701C17.4255%2019.3008%2016.8204%2021.1161%2015.933%2021.6319C15.0889%2022.1227%2014.0463%2022.1227%2013.2022%2021.6319C12.3148%2021.1161%2011.7097%2019.3008%2010.4995%2015.6701C10.3052%2015.0872%2010.208%2014.7957%2010.0449%2014.5521C9.88687%2014.316%209.68404%2014.1131%209.44793%2013.9551C9.2043%2013.792%208.91282%2013.6948%208.32987%2013.5005C4.69923%2012.2903%202.88392%2011.6852%202.36806%2010.7978C1.87731%209.95369%201.87731%208.91112%202.36806%208.06698C2.88392%207.17964%204.69923%206.57453%208.32987%205.36432L13.4792%203.64788C17.9776%202.14842%2020.2268%201.39869%2021.414%202.58595C22.6013%203.77322%2021.8516%206.02242%2020.3521%2010.5208ZM13.0457%2010.9022C12.7544%2010.6077%2012.7571%2010.1328%2013.0516%209.84153L17.2621%205.67742C17.5566%205.38615%2018.0315%205.38878%2018.3227%205.6833C18.614%205.97781%2018.6114%206.45267%2018.3169%206.74394L14.1063%2010.9081C13.8118%2011.1993%2013.337%2011.1967%2013.0457%2010.9022Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M20.3521%2010.5208L18.6357%2015.6701C17.4255%2019.3008%2016.8204%2021.1161%2015.933%2021.6319C15.0889%2022.1227%2014.0463%2022.1227%2013.2022%2021.6319C12.3148%2021.1161%2011.7097%2019.3008%2010.4995%2015.6701C10.3052%2015.0872%2010.208%2014.7957%2010.0449%2014.5521C9.88687%2014.316%209.68404%2014.1131%209.44793%2013.9551C9.2043%2013.792%208.91282%2013.6948%208.32987%2013.5005C4.69923%2012.2903%202.88392%2011.6852%202.36806%2010.7978C1.87731%209.95369%201.87731%208.91112%202.36806%208.06698C2.88392%207.17964%204.69923%206.57453%208.32987%205.36432L13.4792%203.64788C17.9776%202.14842%2020.2268%201.39869%2021.414%202.58595C22.6013%203.77322%2021.8516%206.02242%2020.3521%2010.5208ZM13.0457%2010.9022C12.7544%2010.6077%2012.7571%2010.1328%2013.0516%209.84153L17.2621%205.67742C17.5566%205.38615%2018.0315%205.38878%2018.3227%205.6833C18.614%205.97781%2018.6114%206.45267%2018.3169%206.74394L14.1063%2010.9081C13.8118%2011.1993%2013.337%2011.1967%2013.0457%2010.9022Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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