round downhill skiing icon
round-downhill-skiing from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- round-downhill-skiing
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the round downhill skiing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 4.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m-2.72 16.4l.76.27c.62.21 1.27.33 1.96.33a6 6 0 0 0 1.95-.33c.27-.09.57-.02.78.18a.75.75 0 0 1-.3 1.24c-.76.27-1.58.41-2.43.41c-.86 0-1.68-.14-2.45-.41L2.7 17.72a.74.74 0 0 1-.45-.95c.14-.39.57-.6.96-.45l6.19 2.25l1.72-4.44l-3.57-3.73A2 2 0 0 1 8 7.28l3.48-2.01c1.1-.64 2.52-.1 2.91 1.11l.33 1.08a5.02 5.02 0 0 0 2.83 3.14l.29-.89a.748.748 0 1 1 1.42.47l-.6 1.85c-.17.52-.72.82-1.24.65A7.03 7.03 0 0 1 13 8.58l-2.53 1.45l2.23 2.55c.49.56.63 1.34.36 2.04l-1.78 4.63l3.09 1.12l2.1-6.44c.46.18.94.31 1.44.41z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundDownhillSkiing(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="M18.5 4.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m-2.72 16.4l.76.27c.62.21 1.27.33 1.96.33a6 6 0 0 0 1.95-.33c.27-.09.57-.02.78.18a.75.75 0 0 1-.3 1.24c-.76.27-1.58.41-2.43.41c-.86 0-1.68-.14-2.45-.41L2.7 17.72a.74.74 0 0 1-.45-.95c.14-.39.57-.6.96-.45l6.19 2.25l1.72-4.44l-3.57-3.73A2 2 0 0 1 8 7.28l3.48-2.01c1.1-.64 2.52-.1 2.91 1.11l.33 1.08a5.02 5.02 0 0 0 2.83 3.14l.29-.89a.748.748 0 1 1 1.42.47l-.6 1.85c-.17.52-.72.82-1.24.65A7.03 7.03 0 0 1 13 8.58l-2.53 1.45l2.23 2.55c.49.56.63 1.34.36 2.04l-1.78 4.63l3.09 1.12l2.1-6.44c.46.18.94.31 1.44.41z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 4.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m-2.72 16.4l.76.27c.62.21 1.27.33 1.96.33a6 6 0 0 0 1.95-.33c.27-.09.57-.02.78.18a.75.75 0 0 1-.3 1.24c-.76.27-1.58.41-2.43.41c-.86 0-1.68-.14-2.45-.41L2.7 17.72a.74.74 0 0 1-.45-.95c.14-.39.57-.6.96-.45l6.19 2.25l1.72-4.44l-3.57-3.73A2 2 0 0 1 8 7.28l3.48-2.01c1.1-.64 2.52-.1 2.91 1.11l.33 1.08a5.02 5.02 0 0 0 2.83 3.14l.29-.89a.748.748 0 1 1 1.42.47l-.6 1.85c-.17.52-.72.82-1.24.65A7.03 7.03 0 0 1 13 8.58l-2.53 1.45l2.23 2.55c.49.56.63 1.34.36 2.04l-1.78 4.63l3.09 1.12l2.1-6.44c.46.18.94.31 1.44.41z"/></svg> </template>
CSS
.icon-round-downhill-skiing {
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%22M18.5%204.5c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m-2.72%2016.4l.76.27c.62.21%201.27.33%201.96.33a6%206%200%200%200%201.95-.33c.27-.09.57-.02.78.18a.75.75%200%200%201-.3%201.24c-.76.27-1.58.41-2.43.41c-.86%200-1.68-.14-2.45-.41L2.7%2017.72a.74.74%200%200%201-.45-.95c.14-.39.57-.6.96-.45l6.19%202.25l1.72-4.44l-3.57-3.73A2%202%200%200%201%208%207.28l3.48-2.01c1.1-.64%202.52-.1%202.91%201.11l.33%201.08a5.02%205.02%200%200%200%202.83%203.14l.29-.89a.748.748%200%201%201%201.42.47l-.6%201.85c-.17.52-.72.82-1.24.65A7.03%207.03%200%200%201%2013%208.58l-2.53%201.45l2.23%202.55c.49.56.63%201.34.36%202.04l-1.78%204.63l3.09%201.12l2.1-6.44c.46.18.94.31%201.44.41z%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%22M18.5%204.5c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m-2.72%2016.4l.76.27c.62.21%201.27.33%201.96.33a6%206%200%200%200%201.95-.33c.27-.09.57-.02.78.18a.75.75%200%200%201-.3%201.24c-.76.27-1.58.41-2.43.41c-.86%200-1.68-.14-2.45-.41L2.7%2017.72a.74.74%200%200%201-.45-.95c.14-.39.57-.6.96-.45l6.19%202.25l1.72-4.44l-3.57-3.73A2%202%200%200%201%208%207.28l3.48-2.01c1.1-.64%202.52-.1%202.91%201.11l.33%201.08a5.02%205.02%200%200%200%202.83%203.14l.29-.89a.748.748%200%201%201%201.42.47l-.6%201.85c-.17.52-.72.82-1.24.65A7.03%207.03%200%200%201%2013%208.58l-2.53%201.45l2.23%202.55c.49.56.63%201.34.36%202.04l-1.78%204.63l3.09%201.12l2.1-6.44c.46.18.94.31%201.44.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-downhill-skiing.svg?color=%231a73e8&size=48