paragliding icon
paragliding from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- paragliding
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the paragliding 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="1.5"><path d="M12.759 11.213a2 2 0 0 0-1.518 0L2.004 15c0-.97-.083-1.965.507-2.801c2.045-2.902 5.892-7.002 8.566-8.901a1.58 1.58 0 0 1 1.846 0c2.674 1.899 6.52 6 8.566 8.9c.59.837.507 1.832.507 2.802z"/><path d="M10.028 12c-.418 1.12-2.754 5.183-1.802 6.289c.723.84 6.644 1.05 7.548 0c.952-1.106-1.384-5.17-1.802-6.289M12 19v2m-4-4l-3.5-3M16 17l3.5-3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsParagliding(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="1.5"><path d="M12.759 11.213a2 2 0 0 0-1.518 0L2.004 15c0-.97-.083-1.965.507-2.801c2.045-2.902 5.892-7.002 8.566-8.901a1.58 1.58 0 0 1 1.846 0c2.674 1.899 6.52 6 8.566 8.9c.59.837.507 1.832.507 2.802z"/><path d="M10.028 12c-.418 1.12-2.754 5.183-1.802 6.289c.723.84 6.644 1.05 7.548 0c.952-1.106-1.384-5.17-1.802-6.289M12 19v2m-4-4l-3.5-3M16 17l3.5-3"/></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="1.5"><path d="M12.759 11.213a2 2 0 0 0-1.518 0L2.004 15c0-.97-.083-1.965.507-2.801c2.045-2.902 5.892-7.002 8.566-8.901a1.58 1.58 0 0 1 1.846 0c2.674 1.899 6.52 6 8.566 8.9c.59.837.507 1.832.507 2.802z"/><path d="M10.028 12c-.418 1.12-2.754 5.183-1.802 6.289c.723.84 6.644 1.05 7.548 0c.952-1.106-1.384-5.17-1.802-6.289M12 19v2m-4-4l-3.5-3M16 17l3.5-3"/></g></svg> </template>
CSS
.icon-paragliding {
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%221.5%22%3E%3Cpath%20d%3D%22M12.759%2011.213a2%202%200%200%200-1.518%200L2.004%2015c0-.97-.083-1.965.507-2.801c2.045-2.902%205.892-7.002%208.566-8.901a1.58%201.58%200%200%201%201.846%200c2.674%201.899%206.52%206%208.566%208.9c.59.837.507%201.832.507%202.802z%22%2F%3E%3Cpath%20d%3D%22M10.028%2012c-.418%201.12-2.754%205.183-1.802%206.289c.723.84%206.644%201.05%207.548%200c.952-1.106-1.384-5.17-1.802-6.289M12%2019v2m-4-4l-3.5-3M16%2017l3.5-3%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%221.5%22%3E%3Cpath%20d%3D%22M12.759%2011.213a2%202%200%200%200-1.518%200L2.004%2015c0-.97-.083-1.965.507-2.801c2.045-2.902%205.892-7.002%208.566-8.901a1.58%201.58%200%200%201%201.846%200c2.674%201.899%206.52%206%208.566%208.9c.59.837.507%201.832.507%202.802z%22%2F%3E%3Cpath%20d%3D%22M10.028%2012c-.418%201.12-2.754%205.183-1.802%206.289c.723.84%206.644%201.05%207.548%200c.952-1.106-1.384-5.17-1.802-6.289M12%2019v2m-4-4l-3.5-3M16%2017l3.5-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/paragliding.svg?color=%231a73e8&size=48