parachute icon

parachute-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
parachute-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the parachute icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 120A108.12 108.12 0 0 0 128 12A108.12 108.12 0 0 0 20 120a12 12 0 0 0 3.85 8.79l.22.2c.17.15.35.31.54.45l.19.16L116 198v14h-4a12 12 0 0 0 0 24h32a12 12 0 0 0 0-24h-4v-14l91.2-68.4a12 12 0 0 0 4.8-9.6m-24.85-12h-31.52c-1.79-29.27-10-50.53-18.93-65.36A84.27 84.27 0 0 1 211.15 108m-110.73 0C103.15 68.76 119 48.11 128 39.38c9 8.73 24.85 29.38 27.58 68.62ZM95.3 42.64c-9 14.83-17.14 36.09-18.93 65.36H44.85A84.27 84.27 0 0 1 95.3 42.64M68 132h48v36Zm72 0h48l-48 36Z"/></svg>

React

import type { SVGProps } from "react";

export function PhParachuteBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 120A108.12 108.12 0 0 0 128 12A108.12 108.12 0 0 0 20 120a12 12 0 0 0 3.85 8.79l.22.2c.17.15.35.31.54.45l.19.16L116 198v14h-4a12 12 0 0 0 0 24h32a12 12 0 0 0 0-24h-4v-14l91.2-68.4a12 12 0 0 0 4.8-9.6m-24.85-12h-31.52c-1.79-29.27-10-50.53-18.93-65.36A84.27 84.27 0 0 1 211.15 108m-110.73 0C103.15 68.76 119 48.11 128 39.38c9 8.73 24.85 29.38 27.58 68.62ZM95.3 42.64c-9 14.83-17.14 36.09-18.93 65.36H44.85A84.27 84.27 0 0 1 95.3 42.64M68 132h48v36Zm72 0h48l-48 36Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 120A108.12 108.12 0 0 0 128 12A108.12 108.12 0 0 0 20 120a12 12 0 0 0 3.85 8.79l.22.2c.17.15.35.31.54.45l.19.16L116 198v14h-4a12 12 0 0 0 0 24h32a12 12 0 0 0 0-24h-4v-14l91.2-68.4a12 12 0 0 0 4.8-9.6m-24.85-12h-31.52c-1.79-29.27-10-50.53-18.93-65.36A84.27 84.27 0 0 1 211.15 108m-110.73 0C103.15 68.76 119 48.11 128 39.38c9 8.73 24.85 29.38 27.58 68.62ZM95.3 42.64c-9 14.83-17.14 36.09-18.93 65.36H44.85A84.27 84.27 0 0 1 95.3 42.64M68 132h48v36Zm72 0h48l-48 36Z"/></svg>
</template>

CSS

.icon-parachute-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236%20120A108.12%20108.12%200%200%200%20128%2012A108.12%20108.12%200%200%200%2020%20120a12%2012%200%200%200%203.85%208.79l.22.2c.17.15.35.31.54.45l.19.16L116%20198v14h-4a12%2012%200%200%200%200%2024h32a12%2012%200%200%200%200-24h-4v-14l91.2-68.4a12%2012%200%200%200%204.8-9.6m-24.85-12h-31.52c-1.79-29.27-10-50.53-18.93-65.36A84.27%2084.27%200%200%201%20211.15%20108m-110.73%200C103.15%2068.76%20119%2048.11%20128%2039.38c9%208.73%2024.85%2029.38%2027.58%2068.62ZM95.3%2042.64c-9%2014.83-17.14%2036.09-18.93%2065.36H44.85A84.27%2084.27%200%200%201%2095.3%2042.64M68%20132h48v36Zm72%200h48l-48%2036Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236%20120A108.12%20108.12%200%200%200%20128%2012A108.12%20108.12%200%200%200%2020%20120a12%2012%200%200%200%203.85%208.79l.22.2c.17.15.35.31.54.45l.19.16L116%20198v14h-4a12%2012%200%200%200%200%2024h32a12%2012%200%200%200%200-24h-4v-14l91.2-68.4a12%2012%200%200%200%204.8-9.6m-24.85-12h-31.52c-1.79-29.27-10-50.53-18.93-65.36A84.27%2084.27%200%200%201%20211.15%20108m-110.73%200C103.15%2068.76%20119%2048.11%20128%2039.38c9%208.73%2024.85%2029.38%2027.58%2068.62ZM95.3%2042.64c-9%2014.83-17.14%2036.09-18.93%2065.36H44.85A84.27%2084.27%200%200%201%2095.3%2042.64M68%20132h48v36Zm72%200h48l-48%2036Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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