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

Name
artist-outline
Set
Material Symbols
Style
Outline
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
artist-outline-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="M18.5 10H22v2h-2v5.5q0 1.05-.725 1.775T17.5 20t-1.775-.725T15 17.5t.725-1.775T17.5 15q.2 0 .45.038t.55.162zM3 20v-2.8q0-.875.438-1.575T4.6 14.55q1.55-.775 3.15-1.162T11 13q1.05 0 2.088.163t2.087.487q-.5.3-.9.725t-.7.925q-.65-.15-1.287-.225T11 15q-1.425 0-2.8.35t-2.7 1q-.225.125-.362.35T5 17.2v.8h8.025q.05.5.238 1t.512 1zm5.175-9.175Q7 9.65 7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12t-2.825-1.175m4.238-1.412Q13 8.825 13 8t-.587-1.412T11 6t-1.412.588T9 8t.588 1.413T11 10t1.413-.587M11 18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsArtistOutline(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="M18.5 10H22v2h-2v5.5q0 1.05-.725 1.775T17.5 20t-1.775-.725T15 17.5t.725-1.775T17.5 15q.2 0 .45.038t.55.162zM3 20v-2.8q0-.875.438-1.575T4.6 14.55q1.55-.775 3.15-1.162T11 13q1.05 0 2.088.163t2.087.487q-.5.3-.9.725t-.7.925q-.65-.15-1.287-.225T11 15q-1.425 0-2.8.35t-2.7 1q-.225.125-.362.35T5 17.2v.8h8.025q.05.5.238 1t.512 1zm5.175-9.175Q7 9.65 7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12t-2.825-1.175m4.238-1.412Q13 8.825 13 8t-.587-1.412T11 6t-1.412.588T9 8t.588 1.413T11 10t1.413-.587M11 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 10H22v2h-2v5.5q0 1.05-.725 1.775T17.5 20t-1.775-.725T15 17.5t.725-1.775T17.5 15q.2 0 .45.038t.55.162zM3 20v-2.8q0-.875.438-1.575T4.6 14.55q1.55-.775 3.15-1.162T11 13q1.05 0 2.088.163t2.087.487q-.5.3-.9.725t-.7.925q-.65-.15-1.287-.225T11 15q-1.425 0-2.8.35t-2.7 1q-.225.125-.362.35T5 17.2v.8h8.025q.05.5.238 1t.512 1zm5.175-9.175Q7 9.65 7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12t-2.825-1.175m4.238-1.412Q13 8.825 13 8t-.587-1.412T11 6t-1.412.588T9 8t.588 1.413T11 10t1.413-.587M11 18"/></svg>
</template>

CSS

.icon-artist-outline {
  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%22M18.5%2010H22v2h-2v5.5q0%201.05-.725%201.775T17.5%2020t-1.775-.725T15%2017.5t.725-1.775T17.5%2015q.2%200%20.45.038t.55.162zM3%2020v-2.8q0-.875.438-1.575T4.6%2014.55q1.55-.775%203.15-1.162T11%2013q1.05%200%202.088.163t2.087.487q-.5.3-.9.725t-.7.925q-.65-.15-1.287-.225T11%2015q-1.425%200-2.8.35t-2.7%201q-.225.125-.362.35T5%2017.2v.8h8.025q.05.5.238%201t.512%201zm5.175-9.175Q7%209.65%207%208t1.175-2.825T11%204t2.825%201.175T15%208t-1.175%202.825T11%2012t-2.825-1.175m4.238-1.412Q13%208.825%2013%208t-.587-1.412T11%206t-1.412.588T9%208t.588%201.413T11%2010t1.413-.587M11%2018%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%22M18.5%2010H22v2h-2v5.5q0%201.05-.725%201.775T17.5%2020t-1.775-.725T15%2017.5t.725-1.775T17.5%2015q.2%200%20.45.038t.55.162zM3%2020v-2.8q0-.875.438-1.575T4.6%2014.55q1.55-.775%203.15-1.162T11%2013q1.05%200%202.088.163t2.087.487q-.5.3-.9.725t-.7.925q-.65-.15-1.287-.225T11%2015q-1.425%200-2.8.35t-2.7%201q-.225.125-.362.35T5%2017.2v.8h8.025q.05.5.238%201t.512%201zm5.175-9.175Q7%209.65%207%208t1.175-2.825T11%204t2.825%201.175T15%208t-1.175%202.825T11%2012t-2.825-1.175m4.238-1.412Q13%208.825%2013%208t-.587-1.412T11%206t-1.412.588T9%208t.588%201.413T11%2010t1.413-.587M11%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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