deezer from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
deezer
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the deezer logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.693 10.024c.381 0 .693-1.256.693-2.807S1.074 4.41.693 4.41S0 5.666 0 7.217s.312 2.808.693 2.808ZM21.038 1.56c-.364 0-.684.805-.91 2.096C19.765 1.446 19.184 0 18.526 0c-.78 0-1.464 2.036-1.784 5c-.312-2.158-.788-3.536-1.325-3.536c-.745 0-1.386 2.704-1.62 6.472c-.442-1.932-1.083-3.145-1.793-3.145s-1.35 1.213-1.793 3.145c-.242-3.76-.874-6.463-1.628-6.463c-.537 0-1.013 1.378-1.325 3.535C6.938 2.036 6.262 0 5.474 0c-.658 0-1.247 1.447-1.602 3.665c-.217-1.291-.546-2.105-.91-2.105c-.675 0-1.221 2.807-1.221 6.272s.546 6.273 1.221 6.273c.277 0 .537-.476.736-1.273c.32 2.928.996 4.938 1.776 4.938c.606 0 1.143-1.204 1.507-3.11c.251 3.622.875 6.195 1.602 6.195c.46 0 .875-1.023 1.187-2.677C10.142 21.6 11 24 12.004 24s1.863-2.4 2.235-5.822c.312 1.654.727 2.677 1.186 2.677c.728 0 1.352-2.573 1.603-6.195c.364 1.906.9 3.11 1.507 3.11c.78 0 1.455-2.01 1.775-4.938c.208.797.46 1.273.737 1.273c.675 0 1.22-2.807 1.22-6.273c-.008-3.457-.553-6.272-1.23-6.272Zm2.269 8.464c.381 0 .693-1.256.693-2.807s-.312-2.807-.693-2.807s-.693 1.256-.693 2.807s.312 2.808.693 2.808Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsDeezer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.693 10.024c.381 0 .693-1.256.693-2.807S1.074 4.41.693 4.41S0 5.666 0 7.217s.312 2.808.693 2.808ZM21.038 1.56c-.364 0-.684.805-.91 2.096C19.765 1.446 19.184 0 18.526 0c-.78 0-1.464 2.036-1.784 5c-.312-2.158-.788-3.536-1.325-3.536c-.745 0-1.386 2.704-1.62 6.472c-.442-1.932-1.083-3.145-1.793-3.145s-1.35 1.213-1.793 3.145c-.242-3.76-.874-6.463-1.628-6.463c-.537 0-1.013 1.378-1.325 3.535C6.938 2.036 6.262 0 5.474 0c-.658 0-1.247 1.447-1.602 3.665c-.217-1.291-.546-2.105-.91-2.105c-.675 0-1.221 2.807-1.221 6.272s.546 6.273 1.221 6.273c.277 0 .537-.476.736-1.273c.32 2.928.996 4.938 1.776 4.938c.606 0 1.143-1.204 1.507-3.11c.251 3.622.875 6.195 1.602 6.195c.46 0 .875-1.023 1.187-2.677C10.142 21.6 11 24 12.004 24s1.863-2.4 2.235-5.822c.312 1.654.727 2.677 1.186 2.677c.728 0 1.352-2.573 1.603-6.195c.364 1.906.9 3.11 1.507 3.11c.78 0 1.455-2.01 1.775-4.938c.208.797.46 1.273.737 1.273c.675 0 1.22-2.807 1.22-6.273c-.008-3.457-.553-6.272-1.23-6.272Zm2.269 8.464c.381 0 .693-1.256.693-2.807s-.312-2.807-.693-2.807s-.693 1.256-.693 2.807s.312 2.808.693 2.808Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.693 10.024c.381 0 .693-1.256.693-2.807S1.074 4.41.693 4.41S0 5.666 0 7.217s.312 2.808.693 2.808ZM21.038 1.56c-.364 0-.684.805-.91 2.096C19.765 1.446 19.184 0 18.526 0c-.78 0-1.464 2.036-1.784 5c-.312-2.158-.788-3.536-1.325-3.536c-.745 0-1.386 2.704-1.62 6.472c-.442-1.932-1.083-3.145-1.793-3.145s-1.35 1.213-1.793 3.145c-.242-3.76-.874-6.463-1.628-6.463c-.537 0-1.013 1.378-1.325 3.535C6.938 2.036 6.262 0 5.474 0c-.658 0-1.247 1.447-1.602 3.665c-.217-1.291-.546-2.105-.91-2.105c-.675 0-1.221 2.807-1.221 6.272s.546 6.273 1.221 6.273c.277 0 .537-.476.736-1.273c.32 2.928.996 4.938 1.776 4.938c.606 0 1.143-1.204 1.507-3.11c.251 3.622.875 6.195 1.602 6.195c.46 0 .875-1.023 1.187-2.677C10.142 21.6 11 24 12.004 24s1.863-2.4 2.235-5.822c.312 1.654.727 2.677 1.186 2.677c.728 0 1.352-2.573 1.603-6.195c.364 1.906.9 3.11 1.507 3.11c.78 0 1.455-2.01 1.775-4.938c.208.797.46 1.273.737 1.273c.675 0 1.22-2.807 1.22-6.273c-.008-3.457-.553-6.272-1.23-6.272Zm2.269 8.464c.381 0 .693-1.256.693-2.807s-.312-2.807-.693-2.807s-.693 1.256-.693 2.807s.312 2.808.693 2.808Z"/></svg>
</template>

CSS

.icon-deezer {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.693%2010.024c.381%200%20.693-1.256.693-2.807S1.074%204.41.693%204.41S0%205.666%200%207.217s.312%202.808.693%202.808ZM21.038%201.56c-.364%200-.684.805-.91%202.096C19.765%201.446%2019.184%200%2018.526%200c-.78%200-1.464%202.036-1.784%205c-.312-2.158-.788-3.536-1.325-3.536c-.745%200-1.386%202.704-1.62%206.472c-.442-1.932-1.083-3.145-1.793-3.145s-1.35%201.213-1.793%203.145c-.242-3.76-.874-6.463-1.628-6.463c-.537%200-1.013%201.378-1.325%203.535C6.938%202.036%206.262%200%205.474%200c-.658%200-1.247%201.447-1.602%203.665c-.217-1.291-.546-2.105-.91-2.105c-.675%200-1.221%202.807-1.221%206.272s.546%206.273%201.221%206.273c.277%200%20.537-.476.736-1.273c.32%202.928.996%204.938%201.776%204.938c.606%200%201.143-1.204%201.507-3.11c.251%203.622.875%206.195%201.602%206.195c.46%200%20.875-1.023%201.187-2.677C10.142%2021.6%2011%2024%2012.004%2024s1.863-2.4%202.235-5.822c.312%201.654.727%202.677%201.186%202.677c.728%200%201.352-2.573%201.603-6.195c.364%201.906.9%203.11%201.507%203.11c.78%200%201.455-2.01%201.775-4.938c.208.797.46%201.273.737%201.273c.675%200%201.22-2.807%201.22-6.273c-.008-3.457-.553-6.272-1.23-6.272Zm2.269%208.464c.381%200%20.693-1.256.693-2.807s-.312-2.807-.693-2.807s-.693%201.256-.693%202.807s.312%202.808.693%202.808Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.693%2010.024c.381%200%20.693-1.256.693-2.807S1.074%204.41.693%204.41S0%205.666%200%207.217s.312%202.808.693%202.808ZM21.038%201.56c-.364%200-.684.805-.91%202.096C19.765%201.446%2019.184%200%2018.526%200c-.78%200-1.464%202.036-1.784%205c-.312-2.158-.788-3.536-1.325-3.536c-.745%200-1.386%202.704-1.62%206.472c-.442-1.932-1.083-3.145-1.793-3.145s-1.35%201.213-1.793%203.145c-.242-3.76-.874-6.463-1.628-6.463c-.537%200-1.013%201.378-1.325%203.535C6.938%202.036%206.262%200%205.474%200c-.658%200-1.247%201.447-1.602%203.665c-.217-1.291-.546-2.105-.91-2.105c-.675%200-1.221%202.807-1.221%206.272s.546%206.273%201.221%206.273c.277%200%20.537-.476.736-1.273c.32%202.928.996%204.938%201.776%204.938c.606%200%201.143-1.204%201.507-3.11c.251%203.622.875%206.195%201.602%206.195c.46%200%20.875-1.023%201.187-2.677C10.142%2021.6%2011%2024%2012.004%2024s1.863-2.4%202.235-5.822c.312%201.654.727%202.677%201.186%202.677c.728%200%201.352-2.573%201.603-6.195c.364%201.906.9%203.11%201.507%203.11c.78%200%201.455-2.01%201.775-4.938c.208.797.46%201.273.737%201.273c.675%200%201.22-2.807%201.22-6.273c-.008-3.457-.553-6.272-1.23-6.272Zm2.269%208.464c.381%200%20.693-1.256.693-2.807s-.312-2.807-.693-2.807s-.693%201.256-.693%202.807s.312%202.808.693%202.808Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/deezer.svg?color=%231a73e8&size=48