paragliding icon
paragliding from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- paragliding
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- paragliding-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the paragliding icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16.692q-.69 0-1.191-.5q-.501-.502-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.5q.501.502.501 1.192t-.5 1.191q-.502.501-1.192.501M9.5 23.5v-3.35q-2.048-.59-2.966-2.116T5.519 14.5h1q.115 2.544 1.506 3.772Q9.415 19.5 12 19.5t3.975-1.228t1.506-3.772h1q-.097 2.008-1.015 3.534T14.5 20.15v3.35zM5.289 12.885L3.135 7.646q-.356.152-.666.31q-.31.16-.469.16q-.194 0-.347-.144q-.153-.143-.153-.356V4.25q0-1.506 2.994-2.628T12 .5t7.506 1.122T22.5 4.25v3.366q0 .213-.153.356q-.153.144-.347.144q-.16 0-.47-.16q-.309-.158-.664-.31l-2.154 5.239h-1.289l-1.52-6.602q-1.016-.144-1.987-.214Q12.944 6 12 6t-1.916.07q-.97.068-1.988.213l-1.519 6.602zm.586-.866l1.256-5.583q-.912.189-1.614.373q-.702.185-1.546.525zm12.25-.006l1.904-4.679q-.864-.32-1.556-.515q-.692-.194-1.604-.383z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightParagliding(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="M12 16.692q-.69 0-1.191-.5q-.501-.502-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.5q.501.502.501 1.192t-.5 1.191q-.502.501-1.192.501M9.5 23.5v-3.35q-2.048-.59-2.966-2.116T5.519 14.5h1q.115 2.544 1.506 3.772Q9.415 19.5 12 19.5t3.975-1.228t1.506-3.772h1q-.097 2.008-1.015 3.534T14.5 20.15v3.35zM5.289 12.885L3.135 7.646q-.356.152-.666.31q-.31.16-.469.16q-.194 0-.347-.144q-.153-.143-.153-.356V4.25q0-1.506 2.994-2.628T12 .5t7.506 1.122T22.5 4.25v3.366q0 .213-.153.356q-.153.144-.347.144q-.16 0-.47-.16q-.309-.158-.664-.31l-2.154 5.239h-1.289l-1.52-6.602q-1.016-.144-1.987-.214Q12.944 6 12 6t-1.916.07q-.97.068-1.988.213l-1.519 6.602zm.586-.866l1.256-5.583q-.912.189-1.614.373q-.702.185-1.546.525zm12.25-.006l1.904-4.679q-.864-.32-1.556-.515q-.692-.194-1.604-.383z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16.692q-.69 0-1.191-.5q-.501-.502-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.5q.501.502.501 1.192t-.5 1.191q-.502.501-1.192.501M9.5 23.5v-3.35q-2.048-.59-2.966-2.116T5.519 14.5h1q.115 2.544 1.506 3.772Q9.415 19.5 12 19.5t3.975-1.228t1.506-3.772h1q-.097 2.008-1.015 3.534T14.5 20.15v3.35zM5.289 12.885L3.135 7.646q-.356.152-.666.31q-.31.16-.469.16q-.194 0-.347-.144q-.153-.143-.153-.356V4.25q0-1.506 2.994-2.628T12 .5t7.506 1.122T22.5 4.25v3.366q0 .213-.153.356q-.153.144-.347.144q-.16 0-.47-.16q-.309-.158-.664-.31l-2.154 5.239h-1.289l-1.52-6.602q-1.016-.144-1.987-.214Q12.944 6 12 6t-1.916.07q-.97.068-1.988.213l-1.519 6.602zm.586-.866l1.256-5.583q-.912.189-1.614.373q-.702.185-1.546.525zm12.25-.006l1.904-4.679q-.864-.32-1.556-.515q-.692-.194-1.604-.383z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2016.692q-.69%200-1.191-.5q-.501-.502-.501-1.192t.5-1.191q.502-.501%201.192-.501t1.191.5q.501.502.501%201.192t-.5%201.191q-.502.501-1.192.501M9.5%2023.5v-3.35q-2.048-.59-2.966-2.116T5.519%2014.5h1q.115%202.544%201.506%203.772Q9.415%2019.5%2012%2019.5t3.975-1.228t1.506-3.772h1q-.097%202.008-1.015%203.534T14.5%2020.15v3.35zM5.289%2012.885L3.135%207.646q-.356.152-.666.31q-.31.16-.469.16q-.194%200-.347-.144q-.153-.143-.153-.356V4.25q0-1.506%202.994-2.628T12%20.5t7.506%201.122T22.5%204.25v3.366q0%20.213-.153.356q-.153.144-.347.144q-.16%200-.47-.16q-.309-.158-.664-.31l-2.154%205.239h-1.289l-1.52-6.602q-1.016-.144-1.987-.214Q12.944%206%2012%206t-1.916.07q-.97.068-1.988.213l-1.519%206.602zm.586-.866l1.256-5.583q-.912.189-1.614.373q-.702.185-1.546.525zm12.25-.006l1.904-4.679q-.864-.32-1.556-.515q-.692-.194-1.604-.383z%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%22M12%2016.692q-.69%200-1.191-.5q-.501-.502-.501-1.192t.5-1.191q.502-.501%201.192-.501t1.191.5q.501.502.501%201.192t-.5%201.191q-.502.501-1.192.501M9.5%2023.5v-3.35q-2.048-.59-2.966-2.116T5.519%2014.5h1q.115%202.544%201.506%203.772Q9.415%2019.5%2012%2019.5t3.975-1.228t1.506-3.772h1q-.097%202.008-1.015%203.534T14.5%2020.15v3.35zM5.289%2012.885L3.135%207.646q-.356.152-.666.31q-.31.16-.469.16q-.194%200-.347-.144q-.153-.143-.153-.356V4.25q0-1.506%202.994-2.628T12%20.5t7.506%201.122T22.5%204.25v3.366q0%20.213-.153.356q-.153.144-.347.144q-.16%200-.47-.16q-.309-.158-.664-.31l-2.154%205.239h-1.289l-1.52-6.602q-1.016-.144-1.987-.214Q12.944%206%2012%206t-1.916.07q-.97.068-1.988.213l-1.519%206.602zm.586-.866l1.256-5.583q-.912.189-1.614.373q-.702.185-1.546.525zm12.25-.006l1.904-4.679q-.864-.32-1.556-.515q-.692-.194-1.604-.383z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/paragliding.svg?color=%231a73e8&size=48