parachute off icon
parachute-off from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- parachute-off
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Use the parachute off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M22 12c0-5.523-4.477-10-10-10c-1.737 0-3.37.443-4.794 1.222m-2.28 1.71A9.97 9.97 0 0 0 2 12"/><path d="M22 12c0-1.66-1.46-3-3.25-3c-1.63 0-2.973 1.099-3.212 2.54m-.097-.09c-.23-1.067-1.12-1.935-2.29-2.284m-3.445.568C8.967 10.284 8.5 11.094 8.5 12c0-1.66-1.46-3-3.25-3C3.45 9 2 10.34 2 12m0 0l10 10l-3.5-10m6.082 2.624L12 22l4.992-4.992m2.014-2.014l3-3M3 3l18 18"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerParachuteOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M22 12c0-5.523-4.477-10-10-10c-1.737 0-3.37.443-4.794 1.222m-2.28 1.71A9.97 9.97 0 0 0 2 12"/><path d="M22 12c0-1.66-1.46-3-3.25-3c-1.63 0-2.973 1.099-3.212 2.54m-.097-.09c-.23-1.067-1.12-1.935-2.29-2.284m-3.445.568C8.967 10.284 8.5 11.094 8.5 12c0-1.66-1.46-3-3.25-3C3.45 9 2 10.34 2 12m0 0l10 10l-3.5-10m6.082 2.624L12 22l4.992-4.992m2.014-2.014l3-3M3 3l18 18"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M22 12c0-5.523-4.477-10-10-10c-1.737 0-3.37.443-4.794 1.222m-2.28 1.71A9.97 9.97 0 0 0 2 12"/><path d="M22 12c0-1.66-1.46-3-3.25-3c-1.63 0-2.973 1.099-3.212 2.54m-.097-.09c-.23-1.067-1.12-1.935-2.29-2.284m-3.445.568C8.967 10.284 8.5 11.094 8.5 12c0-1.66-1.46-3-3.25-3C3.45 9 2 10.34 2 12m0 0l10 10l-3.5-10m6.082 2.624L12 22l4.992-4.992m2.014-2.014l3-3M3 3l18 18"/></g></svg> </template>
CSS
.icon-parachute-off {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M22%2012c0-5.523-4.477-10-10-10c-1.737%200-3.37.443-4.794%201.222m-2.28%201.71A9.97%209.97%200%200%200%202%2012%22%2F%3E%3Cpath%20d%3D%22M22%2012c0-1.66-1.46-3-3.25-3c-1.63%200-2.973%201.099-3.212%202.54m-.097-.09c-.23-1.067-1.12-1.935-2.29-2.284m-3.445.568C8.967%2010.284%208.5%2011.094%208.5%2012c0-1.66-1.46-3-3.25-3C3.45%209%202%2010.34%202%2012m0%200l10%2010l-3.5-10m6.082%202.624L12%2022l4.992-4.992m2.014-2.014l3-3M3%203l18%2018%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M22%2012c0-5.523-4.477-10-10-10c-1.737%200-3.37.443-4.794%201.222m-2.28%201.71A9.97%209.97%200%200%200%202%2012%22%2F%3E%3Cpath%20d%3D%22M22%2012c0-1.66-1.46-3-3.25-3c-1.63%200-2.973%201.099-3.212%202.54m-.097-.09c-.23-1.067-1.12-1.935-2.29-2.284m-3.445.568C8.967%2010.284%208.5%2011.094%208.5%2012c0-1.66-1.46-3-3.25-3C3.45%209%202%2010.34%202%2012m0%200l10%2010l-3.5-10m6.082%202.624L12%2022l4.992-4.992m2.014-2.014l3-3M3%203l18%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/parachute-off.svg?color=%231a73e8&size=48