artist icon
artist-outline-rounded from Material Symbols by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- artist-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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-.725M4 20q-.425 0-.713-.288T3 19v-1.8q0-.875.438-1.575T4.6 14.55q1.55-.775 3.15-1.162T11 13q.575 0 1.175.038t1.175.162q.525.1.725.45t.15.725t-.35.65t-.775.175q-.525-.1-1.037-.15T11 15q-1.425 0-2.8.35t-2.7 1q-.225.125-.362.35T5 17.2v.8h7.325q.5 0 .75.313t.25.687t-.25.688t-.75.312zm4.175-9.175Q7 9.65 7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12t-2.825-1.175m4.237-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 MaterialSymbolsArtistOutlineRounded(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-.725M4 20q-.425 0-.713-.288T3 19v-1.8q0-.875.438-1.575T4.6 14.55q1.55-.775 3.15-1.162T11 13q.575 0 1.175.038t1.175.162q.525.1.725.45t.15.725t-.35.65t-.775.175q-.525-.1-1.037-.15T11 15q-1.425 0-2.8.35t-2.7 1q-.225.125-.362.35T5 17.2v.8h7.325q.5 0 .75.313t.25.687t-.25.688t-.75.312zm4.175-9.175Q7 9.65 7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12t-2.825-1.175m4.237-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="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-.725M4 20q-.425 0-.713-.288T3 19v-1.8q0-.875.438-1.575T4.6 14.55q1.55-.775 3.15-1.162T11 13q.575 0 1.175.038t1.175.162q.525.1.725.45t.15.725t-.35.65t-.775.175q-.525-.1-1.037-.15T11 15q-1.425 0-2.8.35t-2.7 1q-.225.125-.362.35T5 17.2v.8h7.325q.5 0 .75.313t.25.687t-.25.688t-.75.312zm4.175-9.175Q7 9.65 7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12t-2.825-1.175m4.237-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-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-.725M4%2020q-.425%200-.713-.288T3%2019v-1.8q0-.875.438-1.575T4.6%2014.55q1.55-.775%203.15-1.162T11%2013q.575%200%201.175.038t1.175.162q.525.1.725.45t.15.725t-.35.65t-.775.175q-.525-.1-1.037-.15T11%2015q-1.425%200-2.8.35t-2.7%201q-.225.125-.362.35T5%2017.2v.8h7.325q.5%200%20.75.313t.25.687t-.25.688t-.75.312zm4.175-9.175Q7%209.65%207%208t1.175-2.825T11%204t2.825%201.175T15%208t-1.175%202.825T11%2012t-2.825-1.175m4.237-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%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-.725M4%2020q-.425%200-.713-.288T3%2019v-1.8q0-.875.438-1.575T4.6%2014.55q1.55-.775%203.15-1.162T11%2013q.575%200%201.175.038t1.175.162q.525.1.725.45t.15.725t-.35.65t-.775.175q-.525-.1-1.037-.15T11%2015q-1.425%200-2.8.35t-2.7%201q-.225.125-.362.35T5%2017.2v.8h7.325q.5%200%20.75.313t.25.687t-.25.688t-.75.312zm4.175-9.175Q7%209.65%207%208t1.175-2.825T11%204t2.825%201.175T15%208t-1.175%202.825T11%2012t-2.825-1.175m4.237-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-rounded.svg?color=%231a73e8&size=48