Skiing Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Skiing 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/320704.svg" alt="Skiing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320704.svg" alt="Skiing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320704.svg" alt="Skiing icon" :width="24" :height="24" />
CSS background
.icon-skiing {
background-image: url('https://proicons.com/icon/320704.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1, .cls-2 {
fill: none;
}
.cls-2 {
stroke: #000;
stroke-linejoin: round;
stroke-width: .72px;
}
</style>
</defs>
<path id="skiing" class="cls-2" d="M11,7L7,3,3,7M5,5l1,1,1-1,1.004,1,.996-.996M6,12.004l-3,2.996M16,2l-7,7M24.3397,11.6636c.6111-.637.9002-1.5169.786-2.3923l-.0414-.3174c1.0225.1768,2.1125-.297,2.6484-1.3257.4735-.909.3157-2.0713-.3834-2.8207-1.0934-1.1722-2.915-1.0325-3.8325.1878-.6447.8575-.6529,1.9957-.1047,2.8482h0c-1.0809-.5851-2.4196-.3756-3.2701.5118l-4.3003,4.4863c-.7371.9441-.8401,2.287-.1597,3.3546l2.296,3.676-4.1944,2.6347c-.6984.4451-1.0416,1.3349-.7144,2.0957.4169.9695,1.5749,1.2989,2.4264.7563l5.8935-4.0158c.7743-.4935,1.002-1.5212.5086-2.2956l-2.8714-4.0476M17.255,18.7147l-2.5982,1.6205c-.6984.4451-1.0568,1.3208-.7296,2.0816M21.9631,7.5207c-.7833.0247-1.4657.539-1.7042,1.2855-.4978,1.558-1.2862,4.0251-1.2862,4.0251-.3862,1.0357-.4767,1.7581.234,2.3396l3.5386,2.8952c.533.4361,1.3186.3575,1.7547-.1755s.3575-1.3186-.1755-1.7547l-2.8508-2.3324,1.5263-3.8036M24.5865,16.4305c.1555-.0714.2985-.176.4178-.3127.0088-.0101.0175-.0203.026-.0307.4361-.533.3575-1.3186-.1755-1.7547l-1.1911-.9745M5,20l13,8M17.0238,24.3206l5.9762,3.6794M10,20l3.9271,2.4168M12,10l6.6955,3.8259M13.926,10l-.926,1.5933M15,9l2.8984,1.696M16.9244,9l-.9244,1.5907"/>
<rect id="Transparent_Rectangle" data-name="Transparent Rectangle" class="cls-1" width="32" height="32"/>
</svg>
Copied!