round paragliding icon

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

Name
round-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 round 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 17c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m5.95-3a1 1 0 0 0-.99.92c-.2 2.03-1.05 2.68-1.48 3.02C14.68 18.54 14 19 12 19s-2.68-.46-3.48-1.06c-.43-.34-1.28-.99-1.48-3.02a1 1 0 0 0-.99-.92a1 1 0 0 0-1 1.09c.22 2.08 1.07 3.47 2.24 4.41c.5.4 1.1.7 1.7.9L9 24h6v-3.6c.6-.2 1.2-.5 1.7-.9c1.17-.94 2.03-2.32 2.24-4.41c.07-.58-.41-1.09-.99-1.09M12 0C5.92 0 1 1.9 1 4.25v3.49c0 .81.88 1.26 1.56.83c.14-.09.28-.18.44-.26L5 13h2l1.5-6.28a28 28 0 0 1 7 0L17 13h2l2-4.69c.16.09.3.17.44.26c.68.43 1.56-.02 1.56-.83V4.25C23 1.9 18.08 0 12 0M5.88 11.24L4.37 7.69c.75-.28 1.6-.52 2.53-.71zm12.24 0L17.1 6.98c.93.19 1.78.43 2.53.71z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundParagliding(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 17c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m5.95-3a1 1 0 0 0-.99.92c-.2 2.03-1.05 2.68-1.48 3.02C14.68 18.54 14 19 12 19s-2.68-.46-3.48-1.06c-.43-.34-1.28-.99-1.48-3.02a1 1 0 0 0-.99-.92a1 1 0 0 0-1 1.09c.22 2.08 1.07 3.47 2.24 4.41c.5.4 1.1.7 1.7.9L9 24h6v-3.6c.6-.2 1.2-.5 1.7-.9c1.17-.94 2.03-2.32 2.24-4.41c.07-.58-.41-1.09-.99-1.09M12 0C5.92 0 1 1.9 1 4.25v3.49c0 .81.88 1.26 1.56.83c.14-.09.28-.18.44-.26L5 13h2l1.5-6.28a28 28 0 0 1 7 0L17 13h2l2-4.69c.16.09.3.17.44.26c.68.43 1.56-.02 1.56-.83V4.25C23 1.9 18.08 0 12 0M5.88 11.24L4.37 7.69c.75-.28 1.6-.52 2.53-.71zm12.24 0L17.1 6.98c.93.19 1.78.43 2.53.71z"/></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 17c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2m5.95-3a1 1 0 0 0-.99.92c-.2 2.03-1.05 2.68-1.48 3.02C14.68 18.54 14 19 12 19s-2.68-.46-3.48-1.06c-.43-.34-1.28-.99-1.48-3.02a1 1 0 0 0-.99-.92a1 1 0 0 0-1 1.09c.22 2.08 1.07 3.47 2.24 4.41c.5.4 1.1.7 1.7.9L9 24h6v-3.6c.6-.2 1.2-.5 1.7-.9c1.17-.94 2.03-2.32 2.24-4.41c.07-.58-.41-1.09-.99-1.09M12 0C5.92 0 1 1.9 1 4.25v3.49c0 .81.88 1.26 1.56.83c.14-.09.28-.18.44-.26L5 13h2l1.5-6.28a28 28 0 0 1 7 0L17 13h2l2-4.69c.16.09.3.17.44.26c.68.43 1.56-.02 1.56-.83V4.25C23 1.9 18.08 0 12 0M5.88 11.24L4.37 7.69c.75-.28 1.6-.52 2.53-.71zm12.24 0L17.1 6.98c.93.19 1.78.43 2.53.71z"/></svg>
</template>

CSS

.icon-round-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%2017c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202m5.95-3a1%201%200%200%200-.99.92c-.2%202.03-1.05%202.68-1.48%203.02C14.68%2018.54%2014%2019%2012%2019s-2.68-.46-3.48-1.06c-.43-.34-1.28-.99-1.48-3.02a1%201%200%200%200-.99-.92a1%201%200%200%200-1%201.09c.22%202.08%201.07%203.47%202.24%204.41c.5.4%201.1.7%201.7.9L9%2024h6v-3.6c.6-.2%201.2-.5%201.7-.9c1.17-.94%202.03-2.32%202.24-4.41c.07-.58-.41-1.09-.99-1.09M12%200C5.92%200%201%201.9%201%204.25v3.49c0%20.81.88%201.26%201.56.83c.14-.09.28-.18.44-.26L5%2013h2l1.5-6.28a28%2028%200%200%201%207%200L17%2013h2l2-4.69c.16.09.3.17.44.26c.68.43%201.56-.02%201.56-.83V4.25C23%201.9%2018.08%200%2012%200M5.88%2011.24L4.37%207.69c.75-.28%201.6-.52%202.53-.71zm12.24%200L17.1%206.98c.93.19%201.78.43%202.53.71z%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%2017c-1.1%200-2-.9-2-2s.9-2%202-2s2%20.9%202%202s-.9%202-2%202m5.95-3a1%201%200%200%200-.99.92c-.2%202.03-1.05%202.68-1.48%203.02C14.68%2018.54%2014%2019%2012%2019s-2.68-.46-3.48-1.06c-.43-.34-1.28-.99-1.48-3.02a1%201%200%200%200-.99-.92a1%201%200%200%200-1%201.09c.22%202.08%201.07%203.47%202.24%204.41c.5.4%201.1.7%201.7.9L9%2024h6v-3.6c.6-.2%201.2-.5%201.7-.9c1.17-.94%202.03-2.32%202.24-4.41c.07-.58-.41-1.09-.99-1.09M12%200C5.92%200%201%201.9%201%204.25v3.49c0%20.81.88%201.26%201.56.83c.14-.09.28-.18.44-.26L5%2013h2l1.5-6.28a28%2028%200%200%201%207%200L17%2013h2l2-4.69c.16.09.3.17.44.26c.68.43%201.56-.02%201.56-.83V4.25C23%201.9%2018.08%200%2012%200M5.88%2011.24L4.37%207.69c.75-.28%201.6-.52%202.53-.71zm12.24%200L17.1%206.98c.93.19%201.78.43%202.53.71z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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