Skiing Man Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Skiing Man icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306496.svg" alt="Skiing Man icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306496.svg" alt="Skiing Man icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306496.svg" alt="Skiing Man icon" :width="24" :height="24" />
CSS background
.icon-skiing-man {
background-image: url('https://proicons.com/icon/306496.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M792 83c0-46 37-83 83-83s83 37 83 83-37 84-83 84-83-38-83-84zm-650 55s21 8 37 8c17 0 46-25 46-25l320 209 30 24 92-58v79c0 13 6 25 16 33l167 125c8 6 16 9 25 9 13 0 25-6 33-17 14-18 10-44-8-58L750 354v-37c6-50 13-108 13-113 0-58-54-79-126-79-88 0-158 44-195 74L250 83s4-21 0-41c-8-21-25-30-25-30l-33 46-54-21 41 46-37 55zm679 779L521 746l175-175c9-9 13-21 12-34-1-11-7-21-16-28 0-1-317-230-317-230l-21 29c-29 42-21 105 25 134s160 87 214 115L446 703 37 471 0 533l792 450c21 9 50 17 83 17 42 0 96-25 125-71 0 0-66 38-179-12z"/></svg>
Copied!