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

Name
artist-rounded
Set
Material Symbols Light
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

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="M16.08 18.035q-.58-.581-.58-1.42q0-.838.58-1.419t1.42-.58q.316 0 .594.095q.279.095.521.297v-4.354q0-.348.23-.578t.578-.23h1.308q.31 0 .54.22q.229.22.229.55q0 .309-.23.539t-.54.23H19.5v5.23q0 .839-.58 1.42q-.581.58-1.42.58t-1.42-.58m-7.703-7.527Q7.5 9.63 7.5 8.385t.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.123t-2.123.877t-2.123-.877m-4.07 8.108q-.347 0-.577-.23t-.23-.578v-.839q0-.625.36-1.161q.361-.537.97-.835q1.455-.698 2.853-1.028t2.817-.33q.585 0 1.128.046q.543.047 1.07.158q.348.062.49.39q.14.33-.036.66q-.217.433-.316.891q-.1.46-.1.932q0 .248.028.493q.028.246.09.474q.087.374-.122.665t-.557.291z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightArtistRounded(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="M16.08 18.035q-.58-.581-.58-1.42q0-.838.58-1.419t1.42-.58q.316 0 .594.095q.279.095.521.297v-4.354q0-.348.23-.578t.578-.23h1.308q.31 0 .54.22q.229.22.229.55q0 .309-.23.539t-.54.23H19.5v5.23q0 .839-.58 1.42q-.581.58-1.42.58t-1.42-.58m-7.703-7.527Q7.5 9.63 7.5 8.385t.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.123t-2.123.877t-2.123-.877m-4.07 8.108q-.347 0-.577-.23t-.23-.578v-.839q0-.625.36-1.161q.361-.537.97-.835q1.455-.698 2.853-1.028t2.817-.33q.585 0 1.128.046q.543.047 1.07.158q.348.062.49.39q.14.33-.036.66q-.217.433-.316.891q-.1.46-.1.932q0 .248.028.493q.028.246.09.474q.087.374-.122.665t-.557.291z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.08 18.035q-.58-.581-.58-1.42q0-.838.58-1.419t1.42-.58q.316 0 .594.095q.279.095.521.297v-4.354q0-.348.23-.578t.578-.23h1.308q.31 0 .54.22q.229.22.229.55q0 .309-.23.539t-.54.23H19.5v5.23q0 .839-.58 1.42q-.581.58-1.42.58t-1.42-.58m-7.703-7.527Q7.5 9.63 7.5 8.385t.877-2.123t2.123-.877t2.123.877t.877 2.123t-.877 2.123t-2.123.877t-2.123-.877m-4.07 8.108q-.347 0-.577-.23t-.23-.578v-.839q0-.625.36-1.161q.361-.537.97-.835q1.455-.698 2.853-1.028t2.817-.33q.585 0 1.128.046q.543.047 1.07.158q.348.062.49.39q.14.33-.036.66q-.217.433-.316.891q-.1.46-.1.932q0 .248.028.493q.028.246.09.474q.087.374-.122.665t-.557.291z"/></svg>
</template>

CSS

.icon-artist-rounded {
  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%22M16.08%2018.035q-.58-.581-.58-1.42q0-.838.58-1.419t1.42-.58q.316%200%20.594.095q.279.095.521.297v-4.354q0-.348.23-.578t.578-.23h1.308q.31%200%20.54.22q.229.22.229.55q0%20.309-.23.539t-.54.23H19.5v5.23q0%20.839-.58%201.42q-.581.58-1.42.58t-1.42-.58m-7.703-7.527Q7.5%209.63%207.5%208.385t.877-2.123t2.123-.877t2.123.877t.877%202.123t-.877%202.123t-2.123.877t-2.123-.877m-4.07%208.108q-.347%200-.577-.23t-.23-.578v-.839q0-.625.36-1.161q.361-.537.97-.835q1.455-.698%202.853-1.028t2.817-.33q.585%200%201.128.046q.543.047%201.07.158q.348.062.49.39q.14.33-.036.66q-.217.433-.316.891q-.1.46-.1.932q0%20.248.028.493q.028.246.09.474q.087.374-.122.665t-.557.291z%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%22M16.08%2018.035q-.58-.581-.58-1.42q0-.838.58-1.419t1.42-.58q.316%200%20.594.095q.279.095.521.297v-4.354q0-.348.23-.578t.578-.23h1.308q.31%200%20.54.22q.229.22.229.55q0%20.309-.23.539t-.54.23H19.5v5.23q0%20.839-.58%201.42q-.581.58-1.42.58t-1.42-.58m-7.703-7.527Q7.5%209.63%207.5%208.385t.877-2.123t2.123-.877t2.123.877t.877%202.123t-.877%202.123t-2.123.877t-2.123-.877m-4.07%208.108q-.347%200-.577-.23t-.23-.578v-.839q0-.625.36-1.161q.361-.537.97-.835q1.455-.698%202.853-1.028t2.817-.33q.585%200%201.128.046q.543.047%201.07.158q.348.062.49.39q.14.33-.036.66q-.217.433-.316.891q-.1.46-.1.932q0%20.248.028.493q.028.246.09.474q.087.374-.122.665t-.557.291z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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