Snowboarding Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Snowboarding 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/320712.svg" alt="Snowboarding icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320712.svg" alt="Snowboarding icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320712.svg" alt="Snowboarding icon" :width="24" :height="24" />
CSS background
.icon-snowboarding {
background-image: url('https://proicons.com/icon/320712.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="snowboarding_00000017512455262105663340000017664084449408655018_" d="M28,30.36H4c-0.056,0-0.111-0.014-0.161-0.038l-2-1 l0.322-0.645l1.924,0.962h2.946C6.786,29.325,6.64,28.929,6.64,28.5l1.003-7.051C7.64,20.475,8.475,19.64,9.5,19.64h3.14v-3.13 l-5.754-1.918L2.569,12.11c-0.429-0.248-0.736-0.648-0.865-1.13C1.575,10.5,1.641,9.999,1.888,9.57 C2.4,8.681,3.541,8.376,4.428,8.888l4.215,2.528l3.997,1.11c0-0.009,0-0.018,0-0.026c0-1.577,1.283-2.86,2.86-2.86 s2.86,1.283,2.86,2.86c0,0.622-0.2,1.198-0.538,1.668c0.872,0.153,1.538,0.916,1.538,1.832v3.64h3.14c1.025,0,1.86,0.835,1.86,1.86 l0.996,6.949c0.002,0.455-0.146,0.867-0.396,1.19h2.955l1.924-0.962l0.322,0.645l-2,1C28.111,30.347,28.056,30.36,28,30.36z M23.5,29.64c0.629,0,1.14-0.511,1.14-1.14l-0.996-6.949c-0.004-0.68-0.515-1.19-1.144-1.19h-3.14v2.279H21 c0.174,0,0.323,0.125,0.354,0.296l1,5.5C22.36,29.129,22.871,29.64,23.5,29.64z M18.969,29.64h3.062 c-0.245-0.314-0.392-0.711-0.392-1.14L20.7,23.36h-1.34v5.14C19.36,28.929,19.214,29.325,18.969,29.64z M17.5,29.64 c0.629,0,1.14-0.511,1.14-1.14V16c0-0.628-0.511-1.14-1.14-1.14h-0.386c-0.46,0.315-1.016,0.5-1.614,0.5 c-1.297,0-2.396-0.868-2.745-2.054l-4.352-1.209c-0.031-0.008-0.061-0.021-0.089-0.038l-4.251-2.55 C3.806,9.36,3.499,9.32,3.205,9.399C2.91,9.479,2.664,9.667,2.513,9.928c-0.152,0.263-0.192,0.57-0.113,0.866 c0.079,0.295,0.267,0.541,0.529,0.692l4.251,2.452l5.934,1.971c0.147,0.049,0.246,0.187,0.246,0.341V20 c0,0.199-0.161,0.36-0.36,0.36H9.5c-0.628,0-1.14,0.511-1.14,1.14l-1.003,7.051C7.36,29.129,7.872,29.64,8.5,29.64 s1.14-0.511,1.14-1.14l1.006-5.564c0.031-0.171,0.18-0.296,0.354-0.296h4.64V18h0.72v10.5C16.36,29.129,16.872,29.64,17.5,29.64z M9.978,29.64h6.054c-0.245-0.314-0.391-0.711-0.391-1.14v-5.14H11.3l-0.946,5.204C10.356,28.961,10.216,29.336,9.978,29.64z M15.5,10.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S16.68,10.36,15.5,10.36z M27.7,9.2L24,3.649 l-2.158,3.237l1.103,0.661l0.801-0.801l0.51,0.509l-1,1c-0.117,0.117-0.298,0.14-0.44,0.054l-1.372-0.823L20.3,9.2l-0.6-0.4l4-6 c0.135-0.2,0.465-0.2,0.6,0l4,6L27.7,9.2z M29.694,6.191l-2.222-3.555l-1.185,1.58l-0.576-0.432l1.5-2 c0.071-0.095,0.159-0.149,0.304-0.144c0.118,0.005,0.227,0.068,0.29,0.169l2.5,4L29.694,6.191z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!