Skullcandy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skullcandy 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/332848.svg" alt="Skullcandy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332848.svg" alt="Skullcandy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332848.svg" alt="Skullcandy icon" :width="24" :height="24" />
CSS background
.icon-skullcandy {
background-image: url('https://proicons.com/icon/332848.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m10.5276,24.7442c-.5783-1.0174-1.1673-2.0348-1.0388-3.0736.1285-1.0281.9532-2.0777,1.4886-2.9665.5248-.8996.739-1.6493,1.1566-3.0415.4177-1.3815,1.0174-3.4164,1.8313-5.0656.8032-1.6493,1.8206-2.9023,3.2771-3.9411,1.4672-1.0495,3.3628-1.8742,5.1513-2.249,1.7778-.3748,3.4485-.2999,5.1941-.2035,1.7457.0964,3.5663.2249,4.8514.8889,1.2959.664,2.0562,1.8849,2.3668,2.9451.3106,1.0602.1714,1.9706-.2142,3.2129-.3855,1.2316-1.0281,2.7952-1.1138,3.8447-.0857,1.0495.3641,1.585,1.5315,2.5489,1.1673.9532,3.0415,2.3347,4.0054,3.7591.9532,1.4244,1.0067,2.8916,1.0174,4.2196,0,1.3387-.0214,2.5275-.8139,4.166-.7818,1.6386-2.3347,3.7269-4.4016,5.3976-2.0669,1.66-4.648,2.9023-5.826,3.8769-1.1888.9639-.9746,1.6707-.9639,2.2918.0107.6212-.1714,1.1566-.4819,1.4672-.3106.2999-.739.3534-1.1995.1392-.4712-.2142-.9532-.6961-1.2209-1.1459-.257-.4498-.2784-.8568-.4605-.8139-.1714.0536-.5033.5676-.589.9853s.0643.739-.2249.9424c-.2892.2142-1.0067.2999-1.2209.0107-.2249-.2892.0643-.9639-.2463-1.1673-.3213-.2035-1.2316.075-2.1633-.1928-.9317-.2677-1.8849-1.0924-2.4525-1.9277-.5569-.8461-.7175-1.7135-1.3922-2.7738-.664-1.071-1.8313-2.3347-2.9023-3.2985-1.071-.9532-2.0455-1.6171-2.7095-2.5167-.664-.9103-1.0174-2.0669-1.1245-2.8809-.1178-.8139.0214-1.2851.257-1.6921.2463-.407.5997-.7497.8139-.4177.2249.3213.2999,1.3173.4498,1.992.1499.6854.3748,1.0495.8889,1.6064.5248.5569,1.328,1.3066,2.0348,1.3922.7175.0857,1.328-.4926,2.1312-1.1352.8139-.6319,1.7992-1.3173,1.8528-2.324.0428-1.0067-.8568-2.3454-1.9813-3.4913-1.1352-1.1566-2.506-2.1419-3.3842-2.4632-.8782-.332-1.2744-.0107-1.4244.3534-.1392.3641-.0214.7818.0107,1.1673.0428.3855.0107.7497-.1285,1.0067-.1392.2677-.3855.4177-.6319.5676Z"/><path class="b" d="m19.8342,29.3707c2.2597,2.5382,4.5194,5.0763,5.0121,6.1687.4926,1.0924-.7818.739-1.4886.4926-.7068-.2356-.8461-.3748-1.4886-.4926s-1.7778-.2142-2.4739-.1071c-.6854.1071-.9317.407-1.1673.0535-.2356-.3534-.4605-1.3708-.1928-2.4953s1.0388-2.3775,1.7992-3.6198Z"/><path class="b" d="m30.5223,20.4068c3.1486,0,5.7082,2.4953,5.7082,5.5797,0,3.0951-2.5596,5.5904-5.7082,5.5904-3.1593,0-5.7082-2.4953-5.7082-5.5904,0-3.0844,2.5489-5.5797,5.7082-5.5797Z"/></svg>
Copied!