parachute icon
parachute-outline from Material Design Icons by Pictogrammers · Outline · Transportation + Flying · Apache-2.0 Free for personal and commercial use.
- Name
- parachute-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Transportation + Flying
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More transportation + flying icons from Material Design Icons
Use the parachute icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.2 10.95L12 23L2.78 10.96l.09-.08c.21-.21.46-.38.71-.52l7.15 9.33L8.58 13l.66-1.19L12 20.38l2.73-8.58l.67 1.2l-2.13 6.69l7.14-9.34c.25.15.49.29.69.5zM12 4c2.5 0 4.77 1.17 6.25 3.03a5.93 5.93 0 0 0-2.78 1.1C14.47 7.41 13.26 7 12 7c-1.29 0-2.5.41-3.5 1.14c-.82-.59-1.78-.97-2.79-1.1A8 8 0 0 1 12 4m0-2c-4.91 0-8.97 3.5-9.84 8.17C2.89 9.45 3.89 9 5 9c1.5 0 2.81.86 3.5 2.1A3.97 3.97 0 0 1 12 9c1.5 0 2.8.85 3.5 2.09A3.93 3.93 0 0 1 19 9c1.09 0 2.09.42 2.81 1.14C20.94 5.5 16.88 2 12 2"/></svg>
React
import type { SVGProps } from "react";
export function MdiParachuteOutline(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="M21.2 10.95L12 23L2.78 10.96l.09-.08c.21-.21.46-.38.71-.52l7.15 9.33L8.58 13l.66-1.19L12 20.38l2.73-8.58l.67 1.2l-2.13 6.69l7.14-9.34c.25.15.49.29.69.5zM12 4c2.5 0 4.77 1.17 6.25 3.03a5.93 5.93 0 0 0-2.78 1.1C14.47 7.41 13.26 7 12 7c-1.29 0-2.5.41-3.5 1.14c-.82-.59-1.78-.97-2.79-1.1A8 8 0 0 1 12 4m0-2c-4.91 0-8.97 3.5-9.84 8.17C2.89 9.45 3.89 9 5 9c1.5 0 2.81.86 3.5 2.1A3.97 3.97 0 0 1 12 9c1.5 0 2.8.85 3.5 2.09A3.93 3.93 0 0 1 19 9c1.09 0 2.09.42 2.81 1.14C20.94 5.5 16.88 2 12 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.2 10.95L12 23L2.78 10.96l.09-.08c.21-.21.46-.38.71-.52l7.15 9.33L8.58 13l.66-1.19L12 20.38l2.73-8.58l.67 1.2l-2.13 6.69l7.14-9.34c.25.15.49.29.69.5zM12 4c2.5 0 4.77 1.17 6.25 3.03a5.93 5.93 0 0 0-2.78 1.1C14.47 7.41 13.26 7 12 7c-1.29 0-2.5.41-3.5 1.14c-.82-.59-1.78-.97-2.79-1.1A8 8 0 0 1 12 4m0-2c-4.91 0-8.97 3.5-9.84 8.17C2.89 9.45 3.89 9 5 9c1.5 0 2.81.86 3.5 2.1A3.97 3.97 0 0 1 12 9c1.5 0 2.8.85 3.5 2.09A3.93 3.93 0 0 1 19 9c1.09 0 2.09.42 2.81 1.14C20.94 5.5 16.88 2 12 2"/></svg> </template>
CSS
.icon-parachute-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.2%2010.95L12%2023L2.78%2010.96l.09-.08c.21-.21.46-.38.71-.52l7.15%209.33L8.58%2013l.66-1.19L12%2020.38l2.73-8.58l.67%201.2l-2.13%206.69l7.14-9.34c.25.15.49.29.69.5zM12%204c2.5%200%204.77%201.17%206.25%203.03a5.93%205.93%200%200%200-2.78%201.1C14.47%207.41%2013.26%207%2012%207c-1.29%200-2.5.41-3.5%201.14c-.82-.59-1.78-.97-2.79-1.1A8%208%200%200%201%2012%204m0-2c-4.91%200-8.97%203.5-9.84%208.17C2.89%209.45%203.89%209%205%209c1.5%200%202.81.86%203.5%202.1A3.97%203.97%200%200%201%2012%209c1.5%200%202.8.85%203.5%202.09A3.93%203.93%200%200%201%2019%209c1.09%200%202.09.42%202.81%201.14C20.94%205.5%2016.88%202%2012%202%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%22M21.2%2010.95L12%2023L2.78%2010.96l.09-.08c.21-.21.46-.38.71-.52l7.15%209.33L8.58%2013l.66-1.19L12%2020.38l2.73-8.58l.67%201.2l-2.13%206.69l7.14-9.34c.25.15.49.29.69.5zM12%204c2.5%200%204.77%201.17%206.25%203.03a5.93%205.93%200%200%200-2.78%201.1C14.47%207.41%2013.26%207%2012%207c-1.29%200-2.5.41-3.5%201.14c-.82-.59-1.78-.97-2.79-1.1A8%208%200%200%201%2012%204m0-2c-4.91%200-8.97%203.5-9.84%208.17C2.89%209.45%203.89%209%205%209c1.5%200%202.81.86%203.5%202.1A3.97%203.97%200%200%201%2012%209c1.5%200%202.8.85%203.5%202.09A3.93%203.93%200%200%201%2019%209c1.09%200%202.09.42%202.81%201.14C20.94%205.5%2016.88%202%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/parachute-outline.svg?color=%231a73e8&size=48