paragliding from Material Design Icons by Pictogrammers · Filled · Sport · Apache-2.0 Free for personal and commercial use.

Name
paragliding
Set
Material Design Icons
Style
Filled
Category
Sport
Viewbox
24×24
License
Apache 2.0
Aliases
paraglide, parasail

The same icon in other sets

More sport icons from Material Design Icons

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 17c-1.1 0-2-.89-2-2s.9-2 2-2s2 .9 2 2s-.89 2-2 2m7-3h-2c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 2.79 1.64 5.19 4 6.32V23h6v-2.68c2.36-1.13 4-3.53 4-6.32m4-6.24c.04.8-.95 1.3-1.59.84c-.14-.14-.25-.16-.41-.28L18.97 13H17l-1.5-6.27c-2.29-.23-4.71-.23-7 0L7 13H5.03L3 8.32c-.16.12-.27.14-.41.28c-.64.46-1.631-.04-1.59-.84V4s0-3 11-3s11 3 11 3M6.9 7c-.9.2-1.75.43-2.53.71l1.5 3.56zm12.73.71C18.85 7.43 18 7.2 17.1 7l1.03 4.27z"/></svg>

React

import type { SVGProps } from "react";

export function MdiParagliding(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-.89-2-2s.9-2 2-2s2 .9 2 2s-.89 2-2 2m7-3h-2c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 2.79 1.64 5.19 4 6.32V23h6v-2.68c2.36-1.13 4-3.53 4-6.32m4-6.24c.04.8-.95 1.3-1.59.84c-.14-.14-.25-.16-.41-.28L18.97 13H17l-1.5-6.27c-2.29-.23-4.71-.23-7 0L7 13H5.03L3 8.32c-.16.12-.27.14-.41.28c-.64.46-1.631-.04-1.59-.84V4s0-3 11-3s11 3 11 3M6.9 7c-.9.2-1.75.43-2.53.71l1.5 3.56zm12.73.71C18.85 7.43 18 7.2 17.1 7l1.03 4.27z"/></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-.89-2-2s.9-2 2-2s2 .9 2 2s-.89 2-2 2m7-3h-2c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 2.79 1.64 5.19 4 6.32V23h6v-2.68c2.36-1.13 4-3.53 4-6.32m4-6.24c.04.8-.95 1.3-1.59.84c-.14-.14-.25-.16-.41-.28L18.97 13H17l-1.5-6.27c-2.29-.23-4.71-.23-7 0L7 13H5.03L3 8.32c-.16.12-.27.14-.41.28c-.64.46-1.631-.04-1.59-.84V4s0-3 11-3s11 3 11 3M6.9 7c-.9.2-1.75.43-2.53.71l1.5 3.56zm12.73.71C18.85 7.43 18 7.2 17.1 7l1.03 4.27z"/></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%2017c-1.1%200-2-.89-2-2s.9-2%202-2s2%20.9%202%202s-.89%202-2%202m7-3h-2c0%202.76-2.24%205-5%205s-5-2.24-5-5H5c0%202.79%201.64%205.19%204%206.32V23h6v-2.68c2.36-1.13%204-3.53%204-6.32m4-6.24c.04.8-.95%201.3-1.59.84c-.14-.14-.25-.16-.41-.28L18.97%2013H17l-1.5-6.27c-2.29-.23-4.71-.23-7%200L7%2013H5.03L3%208.32c-.16.12-.27.14-.41.28c-.64.46-1.631-.04-1.59-.84V4s0-3%2011-3s11%203%2011%203M6.9%207c-.9.2-1.75.43-2.53.71l1.5%203.56zm12.73.71C18.85%207.43%2018%207.2%2017.1%207l1.03%204.27z%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-.89-2-2s.9-2%202-2s2%20.9%202%202s-.89%202-2%202m7-3h-2c0%202.76-2.24%205-5%205s-5-2.24-5-5H5c0%202.79%201.64%205.19%204%206.32V23h6v-2.68c2.36-1.13%204-3.53%204-6.32m4-6.24c.04.8-.95%201.3-1.59.84c-.14-.14-.25-.16-.41-.28L18.97%2013H17l-1.5-6.27c-2.29-.23-4.71-.23-7%200L7%2013H5.03L3%208.32c-.16.12-.27.14-.41.28c-.64.46-1.631-.04-1.59-.84V4s0-3%2011-3s11%203%2011%203M6.9%207c-.9.2-1.75.43-2.53.71l1.5%203.56zm12.73.71C18.85%207.43%2018%207.2%2017.1%207l1.03%204.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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