sledding icon
sledding from Material Design Icons by Pictogrammers · Filled · People / Family · Apache-2.0 Free for personal and commercial use.
- Name
- sledding
- Set
- Material Design Icons
- Style
- Filled
- Category
- People / Family
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- human-sledding
The same icon in other sets
More people / family icons from Material Design Icons
Use the sledding icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.91 16.64a4.1 4.1 0 0 0-.94-1.83a3.8 3.8 0 0 0-1.77-1.12l-.43 1.45c.66.19 1.14.59 1.46 1.22c.31.64.35 1.26.14 1.91c-.22.66-.64 1.14-1.25 1.46s-1.24.35-1.89.13l-3.33-1.07l.47-1.41l3.33 1.08l.46-1.46l-1.96-.6l-2.06-4.49c-.19-.41-.48-.72-.87-.94s-.82-.3-1.27-.23l-2.12.37l1.03-3.27c.15-.47.12-.93-.1-1.34c-.21-.46-.57-.76-1.07-.91c-.41-.13-.83-.09-1.27.09L4 8v4.1l-1.6-.52L1.94 13l3.93 1.3l-.47 1.4l-3.93-1.26l-.47 1.4l16.76 5.48c.69.22 1.37.25 2.06.09c.68-.15 1.3-.47 1.83-.91c.53-.5.9-1.07 1.12-1.76c.23-.74.3-1.42.14-2.1M6 9.33l1.93-.83l-1.03 3.17c-.16.47-.11.94.14 1.41L6 12.75zm7.5 8.99l-6.69-2.15l.46-1.41l6.65 2.16zm-4.03-4.45l3.98-.87l1.17 2.56zM14 3c0 1.11-.89 2-2 2s-2-.89-2-2s.9-2 2-2s2 .9 2 2"/></svg>
React
import type { SVGProps } from "react";
export function MdiSledding(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="M22.91 16.64a4.1 4.1 0 0 0-.94-1.83a3.8 3.8 0 0 0-1.77-1.12l-.43 1.45c.66.19 1.14.59 1.46 1.22c.31.64.35 1.26.14 1.91c-.22.66-.64 1.14-1.25 1.46s-1.24.35-1.89.13l-3.33-1.07l.47-1.41l3.33 1.08l.46-1.46l-1.96-.6l-2.06-4.49c-.19-.41-.48-.72-.87-.94s-.82-.3-1.27-.23l-2.12.37l1.03-3.27c.15-.47.12-.93-.1-1.34c-.21-.46-.57-.76-1.07-.91c-.41-.13-.83-.09-1.27.09L4 8v4.1l-1.6-.52L1.94 13l3.93 1.3l-.47 1.4l-3.93-1.26l-.47 1.4l16.76 5.48c.69.22 1.37.25 2.06.09c.68-.15 1.3-.47 1.83-.91c.53-.5.9-1.07 1.12-1.76c.23-.74.3-1.42.14-2.1M6 9.33l1.93-.83l-1.03 3.17c-.16.47-.11.94.14 1.41L6 12.75zm7.5 8.99l-6.69-2.15l.46-1.41l6.65 2.16zm-4.03-4.45l3.98-.87l1.17 2.56zM14 3c0 1.11-.89 2-2 2s-2-.89-2-2s.9-2 2-2s2 .9 2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.91 16.64a4.1 4.1 0 0 0-.94-1.83a3.8 3.8 0 0 0-1.77-1.12l-.43 1.45c.66.19 1.14.59 1.46 1.22c.31.64.35 1.26.14 1.91c-.22.66-.64 1.14-1.25 1.46s-1.24.35-1.89.13l-3.33-1.07l.47-1.41l3.33 1.08l.46-1.46l-1.96-.6l-2.06-4.49c-.19-.41-.48-.72-.87-.94s-.82-.3-1.27-.23l-2.12.37l1.03-3.27c.15-.47.12-.93-.1-1.34c-.21-.46-.57-.76-1.07-.91c-.41-.13-.83-.09-1.27.09L4 8v4.1l-1.6-.52L1.94 13l3.93 1.3l-.47 1.4l-3.93-1.26l-.47 1.4l16.76 5.48c.69.22 1.37.25 2.06.09c.68-.15 1.3-.47 1.83-.91c.53-.5.9-1.07 1.12-1.76c.23-.74.3-1.42.14-2.1M6 9.33l1.93-.83l-1.03 3.17c-.16.47-.11.94.14 1.41L6 12.75zm7.5 8.99l-6.69-2.15l.46-1.41l6.65 2.16zm-4.03-4.45l3.98-.87l1.17 2.56zM14 3c0 1.11-.89 2-2 2s-2-.89-2-2s.9-2 2-2s2 .9 2 2"/></svg> </template>
CSS
.icon-sledding {
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%22M22.91%2016.64a4.1%204.1%200%200%200-.94-1.83a3.8%203.8%200%200%200-1.77-1.12l-.43%201.45c.66.19%201.14.59%201.46%201.22c.31.64.35%201.26.14%201.91c-.22.66-.64%201.14-1.25%201.46s-1.24.35-1.89.13l-3.33-1.07l.47-1.41l3.33%201.08l.46-1.46l-1.96-.6l-2.06-4.49c-.19-.41-.48-.72-.87-.94s-.82-.3-1.27-.23l-2.12.37l1.03-3.27c.15-.47.12-.93-.1-1.34c-.21-.46-.57-.76-1.07-.91c-.41-.13-.83-.09-1.27.09L4%208v4.1l-1.6-.52L1.94%2013l3.93%201.3l-.47%201.4l-3.93-1.26l-.47%201.4l16.76%205.48c.69.22%201.37.25%202.06.09c.68-.15%201.3-.47%201.83-.91c.53-.5.9-1.07%201.12-1.76c.23-.74.3-1.42.14-2.1M6%209.33l1.93-.83l-1.03%203.17c-.16.47-.11.94.14%201.41L6%2012.75zm7.5%208.99l-6.69-2.15l.46-1.41l6.65%202.16zm-4.03-4.45l3.98-.87l1.17%202.56zM14%203c0%201.11-.89%202-2%202s-2-.89-2-2s.9-2%202-2s2%20.9%202%202%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%22M22.91%2016.64a4.1%204.1%200%200%200-.94-1.83a3.8%203.8%200%200%200-1.77-1.12l-.43%201.45c.66.19%201.14.59%201.46%201.22c.31.64.35%201.26.14%201.91c-.22.66-.64%201.14-1.25%201.46s-1.24.35-1.89.13l-3.33-1.07l.47-1.41l3.33%201.08l.46-1.46l-1.96-.6l-2.06-4.49c-.19-.41-.48-.72-.87-.94s-.82-.3-1.27-.23l-2.12.37l1.03-3.27c.15-.47.12-.93-.1-1.34c-.21-.46-.57-.76-1.07-.91c-.41-.13-.83-.09-1.27.09L4%208v4.1l-1.6-.52L1.94%2013l3.93%201.3l-.47%201.4l-3.93-1.26l-.47%201.4l16.76%205.48c.69.22%201.37.25%202.06.09c.68-.15%201.3-.47%201.83-.91c.53-.5.9-1.07%201.12-1.76c.23-.74.3-1.42.14-2.1M6%209.33l1.93-.83l-1.03%203.17c-.16.47-.11.94.14%201.41L6%2012.75zm7.5%208.99l-6.69-2.15l.46-1.41l6.65%202.16zm-4.03-4.45l3.98-.87l1.17%202.56zM14%203c0%201.11-.89%202-2%202s-2-.89-2-2s.9-2%202-2s2%20.9%202%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/sledding.svg?color=%231a73e8&size=48