artist icon
artist-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- artist-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
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.162V11q0-.425.288-.712T19.5 10H21q.425 0 .713.288T22 11t-.288.713T21 12h-1v5.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.175M4 20q-.425 0-.712-.288T3 19v-1.8q0-.875.438-1.575T4.6 14.55q1.55-.775 3.15-1.162T11 13q.7 0 1.388.075t1.387.225q.425.1.537.525t-.237.775q-.525.625-.788 1.363t-.262 1.537q0 .325.038.638t.137.637q.125.45-.112.838t-.663.387z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsArtistRounded(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.162V11q0-.425.288-.712T19.5 10H21q.425 0 .713.288T22 11t-.288.713T21 12h-1v5.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.175M4 20q-.425 0-.712-.288T3 19v-1.8q0-.875.438-1.575T4.6 14.55q1.55-.775 3.15-1.162T11 13q.7 0 1.388.075t1.387.225q.425.1.537.525t-.237.775q-.525.625-.788 1.363t-.262 1.537q0 .325.038.638t.137.637q.125.45-.112.838t-.663.387z"/></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.162V11q0-.425.288-.712T19.5 10H21q.425 0 .713.288T22 11t-.288.713T21 12h-1v5.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.175M4 20q-.425 0-.712-.288T3 19v-1.8q0-.875.438-1.575T4.6 14.55q1.55-.775 3.15-1.162T11 13q.7 0 1.388.075t1.387.225q.425.1.537.525t-.237.775q-.525.625-.788 1.363t-.262 1.537q0 .325.038.638t.137.637q.125.45-.112.838t-.663.387z"/></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%22M15.725%2019.275Q15%2018.55%2015%2017.5t.725-1.775T17.5%2015q.2%200%20.45.038t.55.162V11q0-.425.288-.712T19.5%2010H21q.425%200%20.713.288T22%2011t-.288.713T21%2012h-1v5.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.175M4%2020q-.425%200-.712-.288T3%2019v-1.8q0-.875.438-1.575T4.6%2014.55q1.55-.775%203.15-1.162T11%2013q.7%200%201.388.075t1.387.225q.425.1.537.525t-.237.775q-.525.625-.788%201.363t-.262%201.537q0%20.325.038.638t.137.637q.125.45-.112.838t-.663.387z%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.162V11q0-.425.288-.712T19.5%2010H21q.425%200%20.713.288T22%2011t-.288.713T21%2012h-1v5.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.175M4%2020q-.425%200-.712-.288T3%2019v-1.8q0-.875.438-1.575T4.6%2014.55q1.55-.775%203.15-1.162T11%2013q.7%200%201.388.075t1.387.225q.425.1.537.525t-.237.775q-.525.625-.788%201.363t-.262%201.537q0%20.325.038.638t.137.637q.125.45-.112.838t-.663.387z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/artist-rounded.svg?color=%231a73e8&size=48