shazam logo
shazam from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- shazam
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the shazam logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 0C7.161 0 0 7.161 0 16c0 8.833 7.161 16 16 16s16-7.167 16-16c0-8.839-7.161-16-16-16m-2.839 22.313c-1.714 0-3.427-.568-4.745-1.708c-1.62-1.396-2.578-3.302-2.708-5.365a7.38 7.38 0 0 1 1.917-5.422c1.521-1.682 4.25-4.297 4.365-4.411a1.854 1.854 0 0 1 2.625.063c.703.74.682 1.917-.063 2.625c-.026.026-2.745 2.635-4.182 4.219a3.7 3.7 0 0 0-.958 2.703c.068 1.052.573 2.036 1.427 2.781c1.125.974 3.349 1.188 4.74-.057a33 33 0 0 0 1.839-1.849a1.85 1.85 0 0 1 2.62-.104a1.86 1.86 0 0 1 .109 2.625c-.047.047-1.135 1.229-2.094 2.094c-1.344 1.203-3.115 1.807-4.891 1.807zm11.214-.131c-1.521 1.682-4.25 4.302-4.365 4.411a1.86 1.86 0 0 1-1.281.516a1.86 1.86 0 0 1-1.344-.573a1.86 1.86 0 0 1 .063-2.63c.026-.026 2.75-2.635 4.182-4.219a3.7 3.7 0 0 0 .958-2.703c-.068-1.052-.573-2.042-1.427-2.781c-1.125-.974-3.349-1.188-4.74.057c-.828.745-1.828 1.839-1.839 1.849c-.693.755-1.865.802-2.62.109s-.807-1.87-.109-2.625c.047-.052 1.13-1.234 2.094-2.099c2.641-2.37 6.964-2.417 9.635-.104c1.62 1.401 2.578 3.307 2.703 5.37a7.35 7.35 0 0 1-1.911 5.422z"/></svg>
React
import type { SVGProps } from "react";
export function CibShazam(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 0C7.161 0 0 7.161 0 16c0 8.833 7.161 16 16 16s16-7.167 16-16c0-8.839-7.161-16-16-16m-2.839 22.313c-1.714 0-3.427-.568-4.745-1.708c-1.62-1.396-2.578-3.302-2.708-5.365a7.38 7.38 0 0 1 1.917-5.422c1.521-1.682 4.25-4.297 4.365-4.411a1.854 1.854 0 0 1 2.625.063c.703.74.682 1.917-.063 2.625c-.026.026-2.745 2.635-4.182 4.219a3.7 3.7 0 0 0-.958 2.703c.068 1.052.573 2.036 1.427 2.781c1.125.974 3.349 1.188 4.74-.057a33 33 0 0 0 1.839-1.849a1.85 1.85 0 0 1 2.62-.104a1.86 1.86 0 0 1 .109 2.625c-.047.047-1.135 1.229-2.094 2.094c-1.344 1.203-3.115 1.807-4.891 1.807zm11.214-.131c-1.521 1.682-4.25 4.302-4.365 4.411a1.86 1.86 0 0 1-1.281.516a1.86 1.86 0 0 1-1.344-.573a1.86 1.86 0 0 1 .063-2.63c.026-.026 2.75-2.635 4.182-4.219a3.7 3.7 0 0 0 .958-2.703c-.068-1.052-.573-2.042-1.427-2.781c-1.125-.974-3.349-1.188-4.74.057c-.828.745-1.828 1.839-1.839 1.849c-.693.755-1.865.802-2.62.109s-.807-1.87-.109-2.625c.047-.052 1.13-1.234 2.094-2.099c2.641-2.37 6.964-2.417 9.635-.104c1.62 1.401 2.578 3.307 2.703 5.37a7.35 7.35 0 0 1-1.911 5.422z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 0C7.161 0 0 7.161 0 16c0 8.833 7.161 16 16 16s16-7.167 16-16c0-8.839-7.161-16-16-16m-2.839 22.313c-1.714 0-3.427-.568-4.745-1.708c-1.62-1.396-2.578-3.302-2.708-5.365a7.38 7.38 0 0 1 1.917-5.422c1.521-1.682 4.25-4.297 4.365-4.411a1.854 1.854 0 0 1 2.625.063c.703.74.682 1.917-.063 2.625c-.026.026-2.745 2.635-4.182 4.219a3.7 3.7 0 0 0-.958 2.703c.068 1.052.573 2.036 1.427 2.781c1.125.974 3.349 1.188 4.74-.057a33 33 0 0 0 1.839-1.849a1.85 1.85 0 0 1 2.62-.104a1.86 1.86 0 0 1 .109 2.625c-.047.047-1.135 1.229-2.094 2.094c-1.344 1.203-3.115 1.807-4.891 1.807zm11.214-.131c-1.521 1.682-4.25 4.302-4.365 4.411a1.86 1.86 0 0 1-1.281.516a1.86 1.86 0 0 1-1.344-.573a1.86 1.86 0 0 1 .063-2.63c.026-.026 2.75-2.635 4.182-4.219a3.7 3.7 0 0 0 .958-2.703c-.068-1.052-.573-2.042-1.427-2.781c-1.125-.974-3.349-1.188-4.74.057c-.828.745-1.828 1.839-1.839 1.849c-.693.755-1.865.802-2.62.109s-.807-1.87-.109-2.625c.047-.052 1.13-1.234 2.094-2.099c2.641-2.37 6.964-2.417 9.635-.104c1.62 1.401 2.578 3.307 2.703 5.37a7.35 7.35 0 0 1-1.911 5.422z"/></svg> </template>
CSS
.icon-shazam {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%200C7.161%200%200%207.161%200%2016c0%208.833%207.161%2016%2016%2016s16-7.167%2016-16c0-8.839-7.161-16-16-16m-2.839%2022.313c-1.714%200-3.427-.568-4.745-1.708c-1.62-1.396-2.578-3.302-2.708-5.365a7.38%207.38%200%200%201%201.917-5.422c1.521-1.682%204.25-4.297%204.365-4.411a1.854%201.854%200%200%201%202.625.063c.703.74.682%201.917-.063%202.625c-.026.026-2.745%202.635-4.182%204.219a3.7%203.7%200%200%200-.958%202.703c.068%201.052.573%202.036%201.427%202.781c1.125.974%203.349%201.188%204.74-.057a33%2033%200%200%200%201.839-1.849a1.85%201.85%200%200%201%202.62-.104a1.86%201.86%200%200%201%20.109%202.625c-.047.047-1.135%201.229-2.094%202.094c-1.344%201.203-3.115%201.807-4.891%201.807zm11.214-.131c-1.521%201.682-4.25%204.302-4.365%204.411a1.86%201.86%200%200%201-1.281.516a1.86%201.86%200%200%201-1.344-.573a1.86%201.86%200%200%201%20.063-2.63c.026-.026%202.75-2.635%204.182-4.219a3.7%203.7%200%200%200%20.958-2.703c-.068-1.052-.573-2.042-1.427-2.781c-1.125-.974-3.349-1.188-4.74.057c-.828.745-1.828%201.839-1.839%201.849c-.693.755-1.865.802-2.62.109s-.807-1.87-.109-2.625c.047-.052%201.13-1.234%202.094-2.099c2.641-2.37%206.964-2.417%209.635-.104c1.62%201.401%202.578%203.307%202.703%205.37a7.35%207.35%200%200%201-1.911%205.422z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%200C7.161%200%200%207.161%200%2016c0%208.833%207.161%2016%2016%2016s16-7.167%2016-16c0-8.839-7.161-16-16-16m-2.839%2022.313c-1.714%200-3.427-.568-4.745-1.708c-1.62-1.396-2.578-3.302-2.708-5.365a7.38%207.38%200%200%201%201.917-5.422c1.521-1.682%204.25-4.297%204.365-4.411a1.854%201.854%200%200%201%202.625.063c.703.74.682%201.917-.063%202.625c-.026.026-2.745%202.635-4.182%204.219a3.7%203.7%200%200%200-.958%202.703c.068%201.052.573%202.036%201.427%202.781c1.125.974%203.349%201.188%204.74-.057a33%2033%200%200%200%201.839-1.849a1.85%201.85%200%200%201%202.62-.104a1.86%201.86%200%200%201%20.109%202.625c-.047.047-1.135%201.229-2.094%202.094c-1.344%201.203-3.115%201.807-4.891%201.807zm11.214-.131c-1.521%201.682-4.25%204.302-4.365%204.411a1.86%201.86%200%200%201-1.281.516a1.86%201.86%200%200%201-1.344-.573a1.86%201.86%200%200%201%20.063-2.63c.026-.026%202.75-2.635%204.182-4.219a3.7%203.7%200%200%200%20.958-2.703c-.068-1.052-.573-2.042-1.427-2.781c-1.125-.974-3.349-1.188-4.74.057c-.828.745-1.828%201.839-1.839%201.849c-.693.755-1.865.802-2.62.109s-.807-1.87-.109-2.625c.047-.052%201.13-1.234%202.094-2.099c2.641-2.37%206.964-2.417%209.635-.104c1.62%201.401%202.578%203.307%202.703%205.37a7.35%207.35%200%200%201-1.911%205.422z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/shazam.svg?color=%231a73e8&size=48