Deezer Core Sample Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deezer Core Sample 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/324378.svg" alt="Deezer Core Sample icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324378.svg" alt="Deezer Core Sample icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324378.svg" alt="Deezer Core Sample icon" :width="24" :height="24" />
CSS background
.icon-deezer-core-sample {
background-image: url('https://proicons.com/icon/324378.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="c" cx="41.678" cy="24.7522" rx=".822" ry="2.3857"/><path class="c" d="M38.7999,21.7582c-.3917,0-.7227.8186-.851,1.9608-.1745-1.7685-.6735-3.0558-1.2692-3.0558-.5228,0-.9708.9944-1.1917,2.4306-.2408-2.0157-.8343-3.4476-1.5324-3.4476-.546,0-1.0261.8831-1.3264,2.2276-.3775-3.0243-1.3275-5.1748-2.4429-5.1748-.9597,0-1.7965,1.594-2.2524,3.9639-.4702-3.927-1.5957-6.6948-2.9109-6.6948-.9139,0-1.7343,1.3436-2.3092,3.4762-.6895-3.9174-1.9741-6.5594-3.449-6.5594-1.4541,0-2.7226,2.57-3.4189,6.3964-.8024-6.4642-2.725-11.0213-4.9721-11.0213-2.9679,0-5.3738,7.9426-5.3738,17.7402s2.4059,17.7402,5.3738,17.7402c2.2471,0,4.1696-4.5571,4.9721-11.0213.6963,3.8264,1.9648,6.3964,3.4189,6.3964,1.3649,0,2.5684-2.2596,3.2869-5.7009.5762,2.5069,1.4678,4.1221,2.4713,4.1221,1.3142,0,2.439-2.7633,2.9099-6.6853.4558,2.3728,1.2931,3.969,2.2535,3.969,1.0663,0,1.982-1.9646,2.3905-4.7793.2946,1.4789.8012,2.4594,1.3788,2.4594.6981,0,1.2916-1.4319,1.5324-3.4476.221,1.4362.669,2.4306,1.1917,2.4306.6373,0,1.1684-1.4668,1.3044-3.4282.1477.9977.4558,1.6911.8158,1.6911.5026,0,.91-1.3405.91-2.994s-.4074-2.994-.91-2.994Z"/></svg>
Copied!