artist from Material Symbols by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
artist
Set
Material Symbols
Style
Regular
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
artist-sharp

3 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the artist icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.725 19.275Q15 18.55 15 17.5t.725-1.775T17.5 15q.2 0 .45.038t.55.162V10H22v2h-2v5.5q0 1.05-.725 1.775T17.5 20t-1.775-.725m-7.55-8.45Q7 9.65 7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12t-2.825-1.175M3 20v-2.8q0-.875.438-1.575T4.6 14.55q1.55-.775 3.15-1.162T11 13q1.05 0 2.088.163t2.087.487q-1.65 1-2.05 2.863t.65 3.487z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsArtist(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="M15.725 19.275Q15 18.55 15 17.5t.725-1.775T17.5 15q.2 0 .45.038t.55.162V10H22v2h-2v5.5q0 1.05-.725 1.775T17.5 20t-1.775-.725m-7.55-8.45Q7 9.65 7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12t-2.825-1.175M3 20v-2.8q0-.875.438-1.575T4.6 14.55q1.55-.775 3.15-1.162T11 13q1.05 0 2.088.163t2.087.487q-1.65 1-2.05 2.863t.65 3.487z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.725 19.275Q15 18.55 15 17.5t.725-1.775T17.5 15q.2 0 .45.038t.55.162V10H22v2h-2v5.5q0 1.05-.725 1.775T17.5 20t-1.775-.725m-7.55-8.45Q7 9.65 7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12t-2.825-1.175M3 20v-2.8q0-.875.438-1.575T4.6 14.55q1.55-.775 3.15-1.162T11 13q1.05 0 2.088.163t2.087.487q-1.65 1-2.05 2.863t.65 3.487z"/></svg>
</template>

CSS

.icon-artist {
  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%22M15.725%2019.275Q15%2018.55%2015%2017.5t.725-1.775T17.5%2015q.2%200%20.45.038t.55.162V10H22v2h-2v5.5q0%201.05-.725%201.775T17.5%2020t-1.775-.725m-7.55-8.45Q7%209.65%207%208t1.175-2.825T11%204t2.825%201.175T15%208t-1.175%202.825T11%2012t-2.825-1.175M3%2020v-2.8q0-.875.438-1.575T4.6%2014.55q1.55-.775%203.15-1.162T11%2013q1.05%200%202.088.163t2.087.487q-1.65%201-2.05%202.863t.65%203.487z%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%22M15.725%2019.275Q15%2018.55%2015%2017.5t.725-1.775T17.5%2015q.2%200%20.45.038t.55.162V10H22v2h-2v5.5q0%201.05-.725%201.775T17.5%2020t-1.775-.725m-7.55-8.45Q7%209.65%207%208t1.175-2.825T11%204t2.825%201.175T15%208t-1.175%202.825T11%2012t-2.825-1.175M3%2020v-2.8q0-.875.438-1.575T4.6%2014.55q1.55-.775%203.15-1.162T11%2013q1.05%200%202.088.163t2.087.487q-1.65%201-2.05%202.863t.65%203.487z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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