parachute from Material Design Icons by Pictogrammers · Filled · Transportation + Flying · Apache-2.0 Free for personal and commercial use.

Name
parachute
Set
Material Design Icons
Style
Filled
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.5zM5 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 2c-4.91 0-8.97 3.5-9.84 8.17C2.89 9.45 3.89 9 5 9"/></svg>

React

import type { SVGProps } from "react";

export function MdiParachute(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.5zM5 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 2c-4.91 0-8.97 3.5-9.84 8.17C2.89 9.45 3.89 9 5 9"/></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.5zM5 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 2c-4.91 0-8.97 3.5-9.84 8.17C2.89 9.45 3.89 9 5 9"/></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%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.5zM5%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%202c-4.91%200-8.97%203.5-9.84%208.17C2.89%209.45%203.89%209%205%209%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.5zM5%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%202c-4.91%200-8.97%203.5-9.84%208.17C2.89%209.45%203.89%209%205%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/parachute.svg?color=%231a73e8&size=48