sharp sledding icon
sharp-sledding from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-sledding
- 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 sharp sledding icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 4.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m3.22 13.4l1.93.63l-.46 1.43l-3.32-1.08l-.47 1.42l3.32 1.08c1.31.43 2.72-.29 3.15-1.61c.43-1.31-.29-2.72-1.61-3.15l.46-1.43c2.1.68 3.25 2.94 2.57 5.04a4.003 4.003 0 0 1-5.04 2.57L1 17.36l.46-1.43l3.93 1.28l.46-1.43l-3.92-1.28l.46-1.43L4 13.6V9.5l5.47-2.35c.39-.17.84-.21 1.28-.07c.95.31 1.46 1.32 1.16 2.27l-1.05 3.24L14.5 12zM6 14.25l.48.16l.75-2.31l.69-2.1l-1.92.82zm7.94 4.16l-6.66-2.16l-.46 1.43l6.66 2.16zm.69-1.36l-1.18-2.56l-3.97.89z"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpSledding(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="M14 4.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m3.22 13.4l1.93.63l-.46 1.43l-3.32-1.08l-.47 1.42l3.32 1.08c1.31.43 2.72-.29 3.15-1.61c.43-1.31-.29-2.72-1.61-3.15l.46-1.43c2.1.68 3.25 2.94 2.57 5.04a4.003 4.003 0 0 1-5.04 2.57L1 17.36l.46-1.43l3.93 1.28l.46-1.43l-3.92-1.28l.46-1.43L4 13.6V9.5l5.47-2.35c.39-.17.84-.21 1.28-.07c.95.31 1.46 1.32 1.16 2.27l-1.05 3.24L14.5 12zM6 14.25l.48.16l.75-2.31l.69-2.1l-1.92.82zm7.94 4.16l-6.66-2.16l-.46 1.43l6.66 2.16zm.69-1.36l-1.18-2.56l-3.97.89z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 4.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m3.22 13.4l1.93.63l-.46 1.43l-3.32-1.08l-.47 1.42l3.32 1.08c1.31.43 2.72-.29 3.15-1.61c.43-1.31-.29-2.72-1.61-3.15l.46-1.43c2.1.68 3.25 2.94 2.57 5.04a4.003 4.003 0 0 1-5.04 2.57L1 17.36l.46-1.43l3.93 1.28l.46-1.43l-3.92-1.28l.46-1.43L4 13.6V9.5l5.47-2.35c.39-.17.84-.21 1.28-.07c.95.31 1.46 1.32 1.16 2.27l-1.05 3.24L14.5 12zM6 14.25l.48.16l.75-2.31l.69-2.1l-1.92.82zm7.94 4.16l-6.66-2.16l-.46 1.43l6.66 2.16zm.69-1.36l-1.18-2.56l-3.97.89z"/></svg> </template>
CSS
.icon-sharp-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%22M14%204.5c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m3.22%2013.4l1.93.63l-.46%201.43l-3.32-1.08l-.47%201.42l3.32%201.08c1.31.43%202.72-.29%203.15-1.61c.43-1.31-.29-2.72-1.61-3.15l.46-1.43c2.1.68%203.25%202.94%202.57%205.04a4.003%204.003%200%200%201-5.04%202.57L1%2017.36l.46-1.43l3.93%201.28l.46-1.43l-3.92-1.28l.46-1.43L4%2013.6V9.5l5.47-2.35c.39-.17.84-.21%201.28-.07c.95.31%201.46%201.32%201.16%202.27l-1.05%203.24L14.5%2012zM6%2014.25l.48.16l.75-2.31l.69-2.1l-1.92.82zm7.94%204.16l-6.66-2.16l-.46%201.43l6.66%202.16zm.69-1.36l-1.18-2.56l-3.97.89z%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%22M14%204.5c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m3.22%2013.4l1.93.63l-.46%201.43l-3.32-1.08l-.47%201.42l3.32%201.08c1.31.43%202.72-.29%203.15-1.61c.43-1.31-.29-2.72-1.61-3.15l.46-1.43c2.1.68%203.25%202.94%202.57%205.04a4.003%204.003%200%200%201-5.04%202.57L1%2017.36l.46-1.43l3.93%201.28l.46-1.43l-3.92-1.28l.46-1.43L4%2013.6V9.5l5.47-2.35c.39-.17.84-.21%201.28-.07c.95.31%201.46%201.32%201.16%202.27l-1.05%203.24L14.5%2012zM6%2014.25l.48.16l.75-2.31l.69-2.1l-1.92.82zm7.94%204.16l-6.66-2.16l-.46%201.43l6.66%202.16zm.69-1.36l-1.18-2.56l-3.97.89z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-sledding.svg?color=%231a73e8&size=48