Deezer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deezer 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/324375.svg" alt="Deezer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324375.svg" alt="Deezer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324375.svg" alt="Deezer icon" :width="24" :height="24" />
CSS background
.icon-deezer {
background-image: url('https://proicons.com/icon/324375.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;fill-rule:evenodd;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path class="b" d="m37.2094,11.4501c.3608-2.0914.8903-3.4065,1.4769-3.409h.0011c1.0937.0038,1.9803,4.5646,1.9803,10.1956s-.8878,10.1956-1.9827,10.1956c-.4489,0-.8631-.775-1.1965-2.0738-.527,4.7544-1.6206,8.0226-2.8866,8.0226-.9795,0-1.8586-1.9633-2.4488-5.0595-.403,5.8884-1.4172,10.0663-2.6026,10.0663-.744,0-1.4222-1.6555-1.9244-4.3512-.6038,5.5644-1.9988,9.4633-3.6256,9.4633s-3.0243-3.8976-3.6256-9.4633c-.4985,2.6956-1.1767,4.3512-1.9244,4.3512-1.1854,0-2.1972-4.1778-2.6026-10.0663-.5902,3.0962-1.4668,5.0595-2.4489,5.0595-1.2647,0-2.3596-3.2671-2.8866-8.0226-.3311,1.3026-.7477,2.0738-1.1965,2.0738-1.0949,0-1.9827-4.5645-1.9827-10.1956s.8878-10.1956,1.9827-10.1956c.5877,0,1.1135,1.3189,1.478,3.409.584-3.6062,1.5326-5.9501,2.6051-5.9501,1.2734,0,2.377,3.3148,2.899,8.1281.5108-3.5032,1.2858-5.7365,2.1538-5.7365,1.2164,0,2.2504,4.3925,2.6336,10.5197.7204-3.1415,1.7633-5.1123,2.9177-5.1123s2.1971,1.972,2.9163,5.1123c.3844-6.1272,1.4172-10.5197,2.6337-10.5197.8666,0,1.6404,2.2333,2.1537,5.7365.5208-4.8133,1.6244-8.1281,2.8977-8.1281,1.0689,0,2.021,2.3451,2.605,5.9501ZM4.5001,17.2339c0-2.5172.6362-4.5583,1.4213-4.5583s1.4213,2.0411,1.4213,4.5583-.6362,4.5584-1.4213,4.5584-1.4213-2.0412-1.4213-4.5584Zm36.1676,0c0-2.5172.6339-4.5583,1.4161-4.5583s1.4161,2.0411,1.4161,4.5583-.6341,4.5584-1.4161,4.5584-1.4161-2.0412-1.4161-4.5584Z"/></svg>
Copied!