parachute icon
parachute from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- parachute
- Set
- IconPark
- Style
- Color
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
parachuteFluent EmojiparachuteFluent Emoji FlatparachuteFluent Emoji High ContrastparachuteIconPark OutlineparachuteIconPark SolidparachuteIconPark TwoToneparachuteMaterial Design Iconsparachute-fillMingCute IconparachuteNoto EmojiparachuteOpenMojiparachutePhosphorparachuteTabler IconsparachuteTwitter Emoji
More travel icons from IconPark
Use the parachute icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M16.7273 24C19.1515 21.5758 21.5758 20.3636 24 20.3636C26.4242 20.3636 28.8485 21.5758 31.2727 24C34.101 21.5758 36.2222 20.3636 37.6364 20.3636C39.0505 20.3636 41.1717 21.5758 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C6.82828 21.5758 8.9495 20.3636 10.3636 20.3636C11.7778 20.3636 13.899 21.5758 16.7273 24Z"/><path stroke-linecap="round" d="M4 24L24 44L16.7273 24"/><path stroke-linecap="round" d="M31.2727 24L24 44L44 24"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkParachute(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M16.7273 24C19.1515 21.5758 21.5758 20.3636 24 20.3636C26.4242 20.3636 28.8485 21.5758 31.2727 24C34.101 21.5758 36.2222 20.3636 37.6364 20.3636C39.0505 20.3636 41.1717 21.5758 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C6.82828 21.5758 8.9495 20.3636 10.3636 20.3636C11.7778 20.3636 13.899 21.5758 16.7273 24Z"/><path strokeLinecap="round" d="M4 24L24 44L16.7273 24"/><path strokeLinecap="round" d="M31.2727 24L24 44L44 24"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M16.7273 24C19.1515 21.5758 21.5758 20.3636 24 20.3636C26.4242 20.3636 28.8485 21.5758 31.2727 24C34.101 21.5758 36.2222 20.3636 37.6364 20.3636C39.0505 20.3636 41.1717 21.5758 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C6.82828 21.5758 8.9495 20.3636 10.3636 20.3636C11.7778 20.3636 13.899 21.5758 16.7273 24Z"/><path stroke-linecap="round" d="M4 24L24 44L16.7273 24"/><path stroke-linecap="round" d="M31.2727 24L24 44L44 24"/></g></svg> </template>
CSS
.icon-parachute {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M16.7273%2024C19.1515%2021.5758%2021.5758%2020.3636%2024%2020.3636C26.4242%2020.3636%2028.8485%2021.5758%2031.2727%2024C34.101%2021.5758%2036.2222%2020.3636%2037.6364%2020.3636C39.0505%2020.3636%2041.1717%2021.5758%2044%2024C44%2012.9543%2035.0457%204%2024%204C12.9543%204%204%2012.9543%204%2024C6.82828%2021.5758%208.9495%2020.3636%2010.3636%2020.3636C11.7778%2020.3636%2013.899%2021.5758%2016.7273%2024Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2024L24%2044L16.7273%2024%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31.2727%2024L24%2044L44%2024%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M16.7273%2024C19.1515%2021.5758%2021.5758%2020.3636%2024%2020.3636C26.4242%2020.3636%2028.8485%2021.5758%2031.2727%2024C34.101%2021.5758%2036.2222%2020.3636%2037.6364%2020.3636C39.0505%2020.3636%2041.1717%2021.5758%2044%2024C44%2012.9543%2035.0457%204%2024%204C12.9543%204%204%2012.9543%204%2024C6.82828%2021.5758%208.9495%2020.3636%2010.3636%2020.3636C11.7778%2020.3636%2013.899%2021.5758%2016.7273%2024Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2024L24%2044L16.7273%2024%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31.2727%2024L24%2044L44%2024%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/parachute.svg?color=%231a73e8&size=48