twotone paragliding icon

twotone-paragliding from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
twotone-paragliding
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone paragliding icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 4.31C20.65 3.63 17.57 2 12 2S3.35 3.63 3 4.31v1.77C5.34 5.07 8.56 4.5 12 4.5s6.66.57 9 1.58z" opacity=".3"/><path fill="currentColor" d="M12 17c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m3.48.94C14.68 18.54 14 19 12 19s-2.68-.46-3.48-1.06C8.04 17.55 7 16.76 7 14H5c0 2.7.93 4.41 2.3 5.5c.5.4 1.1.7 1.7.9V24h6v-3.6c.6-.2 1.2-.5 1.7-.9c1.37-1.09 2.3-2.8 2.3-5.5h-2c0 2.76-1.04 3.55-1.52 3.94M23 4.25v3.49c0 .8-.88 1.26-1.56.83c-.14-.09-.28-.18-.44-.26L19 13h-2l-1.5-6.28a28 28 0 0 0-7 0L7 13H5L3 8.31c-.16.08-.3.17-.44.26C1.88 9 1 8.55 1 7.74V4.25C1 1.9 5.92 0 12 0s11 1.9 11 4.25M6.9 6.98c-.93.19-1.78.43-2.53.71l1.51 3.55zm12.73.71c-.75-.28-1.6-.52-2.53-.71l1.02 4.25zM21 4.31C20.65 3.63 17.57 2 12 2S3.35 3.63 3 4.31v1.77C5.34 5.07 8.56 4.5 12 4.5s6.66.57 9 1.58z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneParagliding(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 4.31C20.65 3.63 17.57 2 12 2S3.35 3.63 3 4.31v1.77C5.34 5.07 8.56 4.5 12 4.5s6.66.57 9 1.58z" opacity=".3"/><path fill="currentColor" d="M12 17c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m3.48.94C14.68 18.54 14 19 12 19s-2.68-.46-3.48-1.06C8.04 17.55 7 16.76 7 14H5c0 2.7.93 4.41 2.3 5.5c.5.4 1.1.7 1.7.9V24h6v-3.6c.6-.2 1.2-.5 1.7-.9c1.37-1.09 2.3-2.8 2.3-5.5h-2c0 2.76-1.04 3.55-1.52 3.94M23 4.25v3.49c0 .8-.88 1.26-1.56.83c-.14-.09-.28-.18-.44-.26L19 13h-2l-1.5-6.28a28 28 0 0 0-7 0L7 13H5L3 8.31c-.16.08-.3.17-.44.26C1.88 9 1 8.55 1 7.74V4.25C1 1.9 5.92 0 12 0s11 1.9 11 4.25M6.9 6.98c-.93.19-1.78.43-2.53.71l1.51 3.55zm12.73.71c-.75-.28-1.6-.52-2.53-.71l1.02 4.25zM21 4.31C20.65 3.63 17.57 2 12 2S3.35 3.63 3 4.31v1.77C5.34 5.07 8.56 4.5 12 4.5s6.66.57 9 1.58z"/></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 4.31C20.65 3.63 17.57 2 12 2S3.35 3.63 3 4.31v1.77C5.34 5.07 8.56 4.5 12 4.5s6.66.57 9 1.58z" opacity=".3"/><path fill="currentColor" d="M12 17c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m3.48.94C14.68 18.54 14 19 12 19s-2.68-.46-3.48-1.06C8.04 17.55 7 16.76 7 14H5c0 2.7.93 4.41 2.3 5.5c.5.4 1.1.7 1.7.9V24h6v-3.6c.6-.2 1.2-.5 1.7-.9c1.37-1.09 2.3-2.8 2.3-5.5h-2c0 2.76-1.04 3.55-1.52 3.94M23 4.25v3.49c0 .8-.88 1.26-1.56.83c-.14-.09-.28-.18-.44-.26L19 13h-2l-1.5-6.28a28 28 0 0 0-7 0L7 13H5L3 8.31c-.16.08-.3.17-.44.26C1.88 9 1 8.55 1 7.74V4.25C1 1.9 5.92 0 12 0s11 1.9 11 4.25M6.9 6.98c-.93.19-1.78.43-2.53.71l1.51 3.55zm12.73.71c-.75-.28-1.6-.52-2.53-.71l1.02 4.25zM21 4.31C20.65 3.63 17.57 2 12 2S3.35 3.63 3 4.31v1.77C5.34 5.07 8.56 4.5 12 4.5s6.66.57 9 1.58z"/></svg>
</template>

CSS

.icon-twotone-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%22M21%204.31C20.65%203.63%2017.57%202%2012%202S3.35%203.63%203%204.31v1.77C5.34%205.07%208.56%204.5%2012%204.5s6.66.57%209%201.58z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2017c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202m3.48.94C14.68%2018.54%2014%2019%2012%2019s-2.68-.46-3.48-1.06C8.04%2017.55%207%2016.76%207%2014H5c0%202.7.93%204.41%202.3%205.5c.5.4%201.1.7%201.7.9V24h6v-3.6c.6-.2%201.2-.5%201.7-.9c1.37-1.09%202.3-2.8%202.3-5.5h-2c0%202.76-1.04%203.55-1.52%203.94M23%204.25v3.49c0%20.8-.88%201.26-1.56.83c-.14-.09-.28-.18-.44-.26L19%2013h-2l-1.5-6.28a28%2028%200%200%200-7%200L7%2013H5L3%208.31c-.16.08-.3.17-.44.26C1.88%209%201%208.55%201%207.74V4.25C1%201.9%205.92%200%2012%200s11%201.9%2011%204.25M6.9%206.98c-.93.19-1.78.43-2.53.71l1.51%203.55zm12.73.71c-.75-.28-1.6-.52-2.53-.71l1.02%204.25zM21%204.31C20.65%203.63%2017.57%202%2012%202S3.35%203.63%203%204.31v1.77C5.34%205.07%208.56%204.5%2012%204.5s6.66.57%209%201.58z%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%204.31C20.65%203.63%2017.57%202%2012%202S3.35%203.63%203%204.31v1.77C5.34%205.07%208.56%204.5%2012%204.5s6.66.57%209%201.58z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2017c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202m3.48.94C14.68%2018.54%2014%2019%2012%2019s-2.68-.46-3.48-1.06C8.04%2017.55%207%2016.76%207%2014H5c0%202.7.93%204.41%202.3%205.5c.5.4%201.1.7%201.7.9V24h6v-3.6c.6-.2%201.2-.5%201.7-.9c1.37-1.09%202.3-2.8%202.3-5.5h-2c0%202.76-1.04%203.55-1.52%203.94M23%204.25v3.49c0%20.8-.88%201.26-1.56.83c-.14-.09-.28-.18-.44-.26L19%2013h-2l-1.5-6.28a28%2028%200%200%200-7%200L7%2013H5L3%208.31c-.16.08-.3.17-.44.26C1.88%209%201%208.55%201%207.74V4.25C1%201.9%205.92%200%2012%200s11%201.9%2011%204.25M6.9%206.98c-.93.19-1.78.43-2.53.71l1.51%203.55zm12.73.71c-.75-.28-1.6-.52-2.53-.71l1.02%204.25zM21%204.31C20.65%203.63%2017.57%202%2012%202S3.35%203.63%203%204.31v1.77C5.34%205.07%208.56%204.5%2012%204.5s6.66.57%209%201.58z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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