Music Artist Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Music Artist Svg icon is commonly used in audio players, playlist apps and music streaming UIs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/309008.svg" alt="Music Artist Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309008.svg" alt="Music Artist Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309008.svg" alt="Music Artist Svg icon" :width="24" :height="24" />
CSS background
.icon-music-artist---svg {
background-image: url('https://proicons.com/icon/309008.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3ZM15 18C15 16.3431 16.3431 15 18 15C18.3506 15 18.6872 15.0602 19 15.1707V11C19 10.5955 19.2436 10.2309 19.6173 10.0761C19.991 9.92134 20.4211 10.0069 20.7071 10.2929L22.7071 12.2929C23.0976 12.6834 23.0976 13.3166 22.7071 13.7071C22.3166 14.0976 21.6834 14.0976 21.2929 13.7071L21 13.4142V18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18ZM3 18C3 15.2386 5.23858 13 8 13H13.5278C14.0801 13 14.5278 13.4477 14.5278 14C14.5278 14.5523 14.0801 15 13.5278 15H8C6.34315 15 5 16.3431 5 18C5 18.5523 5.44772 19 6 19H12.3414C12.8937 19 13.3414 19.4477 13.3414 20C13.3414 20.5523 12.8937 21 12.3414 21H6C4.34315 21 3 19.6569 3 18Z" fill="#292929"/> </svg>
Copied!