small plane icon
small-plane-outline from Health Icons by Resolve to Save Lives · Outline · Vehicles · MIT Free for personal and commercial use.
- Name
- small-plane-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Vehicles
- Viewbox
- 48×48
- License
- MIT
- Aliases
- small-plane2x-outline
1 other variant in Health Icons
More vehicles icons from Health Icons
Use the small plane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M13.806 14.099q.002.033.017.145c.02.15.068.394.171.703c.204.612.632 1.495 1.55 2.412l3.736 3.737L8.828 31.548l1.15 1.15l14.917-5.736l8.266 6.2l-6.2-8.267L32.7 9.98l-1.15-1.15l-10.452 10.45l-3.737-3.736c-.917-.917-1.8-1.345-2.412-1.549a4 4 0 0 0-.703-.171a2 2 0 0 0-.145-.017h-.294zm2.646-6.938c1.16-1.161 2.322 0 1.16 1.161l-3.483 3.484s.169 0 .46.046a6.6 6.6 0 0 1 1.768.555c.732.342 1.574.88 2.417 1.722l2.323 2.323l9.037-9.038a2 2 0 0 1 2.828 0l1.151 1.15a2 2 0 0 1 .453 2.133l-5.34 13.884l6.968 9.29l4.03-2.015a.954.954 0 0 1 1.101 1.529l-7.94 7.94a.954.954 0 0 1-1.53-1.102l2.016-4.03l-9.29-6.967l-13.884 5.34a2 2 0 0 1-2.132-.453l-1.15-1.15a2 2 0 0 1 0-2.829l9.036-9.037l-2.322-2.323a8.5 8.5 0 0 1-1.722-2.417a6.6 6.6 0 0 1-.555-1.768c-.046-.291-.046-.46-.046-.46l-3.484 3.484c-1.16 1.161-2.322 0-1.16-1.162z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSmallPlaneOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M13.806 14.099q.002.033.017.145c.02.15.068.394.171.703c.204.612.632 1.495 1.55 2.412l3.736 3.737L8.828 31.548l1.15 1.15l14.917-5.736l8.266 6.2l-6.2-8.267L32.7 9.98l-1.15-1.15l-10.452 10.45l-3.737-3.736c-.917-.917-1.8-1.345-2.412-1.549a4 4 0 0 0-.703-.171a2 2 0 0 0-.145-.017h-.294zm2.646-6.938c1.16-1.161 2.322 0 1.16 1.161l-3.483 3.484s.169 0 .46.046a6.6 6.6 0 0 1 1.768.555c.732.342 1.574.88 2.417 1.722l2.323 2.323l9.037-9.038a2 2 0 0 1 2.828 0l1.151 1.15a2 2 0 0 1 .453 2.133l-5.34 13.884l6.968 9.29l4.03-2.015a.954.954 0 0 1 1.101 1.529l-7.94 7.94a.954.954 0 0 1-1.53-1.102l2.016-4.03l-9.29-6.967l-13.884 5.34a2 2 0 0 1-2.132-.453l-1.15-1.15a2 2 0 0 1 0-2.829l9.036-9.037l-2.322-2.323a8.5 8.5 0 0 1-1.722-2.417a6.6 6.6 0 0 1-.555-1.768c-.046-.291-.046-.46-.046-.46l-3.484 3.484c-1.16 1.161-2.322 0-1.16-1.162z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M13.806 14.099q.002.033.017.145c.02.15.068.394.171.703c.204.612.632 1.495 1.55 2.412l3.736 3.737L8.828 31.548l1.15 1.15l14.917-5.736l8.266 6.2l-6.2-8.267L32.7 9.98l-1.15-1.15l-10.452 10.45l-3.737-3.736c-.917-.917-1.8-1.345-2.412-1.549a4 4 0 0 0-.703-.171a2 2 0 0 0-.145-.017h-.294zm2.646-6.938c1.16-1.161 2.322 0 1.16 1.161l-3.483 3.484s.169 0 .46.046a6.6 6.6 0 0 1 1.768.555c.732.342 1.574.88 2.417 1.722l2.323 2.323l9.037-9.038a2 2 0 0 1 2.828 0l1.151 1.15a2 2 0 0 1 .453 2.133l-5.34 13.884l6.968 9.29l4.03-2.015a.954.954 0 0 1 1.101 1.529l-7.94 7.94a.954.954 0 0 1-1.53-1.102l2.016-4.03l-9.29-6.967l-13.884 5.34a2 2 0 0 1-2.132-.453l-1.15-1.15a2 2 0 0 1 0-2.829l9.036-9.037l-2.322-2.323a8.5 8.5 0 0 1-1.722-2.417a6.6 6.6 0 0 1-.555-1.768c-.046-.291-.046-.46-.046-.46l-3.484 3.484c-1.16 1.161-2.322 0-1.16-1.162z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-small-plane-outline {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.806%2014.099q.002.033.017.145c.02.15.068.394.171.703c.204.612.632%201.495%201.55%202.412l3.736%203.737L8.828%2031.548l1.15%201.15l14.917-5.736l8.266%206.2l-6.2-8.267L32.7%209.98l-1.15-1.15l-10.452%2010.45l-3.737-3.736c-.917-.917-1.8-1.345-2.412-1.549a4%204%200%200%200-.703-.171a2%202%200%200%200-.145-.017h-.294zm2.646-6.938c1.16-1.161%202.322%200%201.16%201.161l-3.483%203.484s.169%200%20.46.046a6.6%206.6%200%200%201%201.768.555c.732.342%201.574.88%202.417%201.722l2.323%202.323l9.037-9.038a2%202%200%200%201%202.828%200l1.151%201.15a2%202%200%200%201%20.453%202.133l-5.34%2013.884l6.968%209.29l4.03-2.015a.954.954%200%200%201%201.101%201.529l-7.94%207.94a.954.954%200%200%201-1.53-1.102l2.016-4.03l-9.29-6.967l-13.884%205.34a2%202%200%200%201-2.132-.453l-1.15-1.15a2%202%200%200%201%200-2.829l9.036-9.037l-2.322-2.323a8.5%208.5%200%200%201-1.722-2.417a6.6%206.6%200%200%201-.555-1.768c-.046-.291-.046-.46-.046-.46l-3.484%203.484c-1.16%201.161-2.322%200-1.16-1.162z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.806%2014.099q.002.033.017.145c.02.15.068.394.171.703c.204.612.632%201.495%201.55%202.412l3.736%203.737L8.828%2031.548l1.15%201.15l14.917-5.736l8.266%206.2l-6.2-8.267L32.7%209.98l-1.15-1.15l-10.452%2010.45l-3.737-3.736c-.917-.917-1.8-1.345-2.412-1.549a4%204%200%200%200-.703-.171a2%202%200%200%200-.145-.017h-.294zm2.646-6.938c1.16-1.161%202.322%200%201.16%201.161l-3.483%203.484s.169%200%20.46.046a6.6%206.6%200%200%201%201.768.555c.732.342%201.574.88%202.417%201.722l2.323%202.323l9.037-9.038a2%202%200%200%201%202.828%200l1.151%201.15a2%202%200%200%201%20.453%202.133l-5.34%2013.884l6.968%209.29l4.03-2.015a.954.954%200%200%201%201.101%201.529l-7.94%207.94a.954.954%200%200%201-1.53-1.102l2.016-4.03l-9.29-6.967l-13.884%205.34a2%202%200%200%201-2.132-.453l-1.15-1.15a2%202%200%200%201%200-2.829l9.036-9.037l-2.322-2.323a8.5%208.5%200%200%201-1.722-2.417a6.6%206.6%200%200%201-.555-1.768c-.046-.291-.046-.46-.046-.46l-3.484%203.484c-1.16%201.161-2.322%200-1.16-1.162z%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/healthicons/small-plane-outline.svg?color=%231a73e8&size=48