sound sampler icon
sound-sampler-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- sound-sampler-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sound-sampler-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the sound sampler icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12q0-3.312 2.088-5.78t5.231-3.066q.27-.068.475.032T11 3.55q0 .27-.18.403q-.182.134-.45.207q-2.749.565-4.56 2.745T4 12q0 1.235.342 2.363t.977 2.08q.154.213.151.426q-.003.214-.18.39q-.17.172-.354.122t-.317-.239q-.775-1.103-1.197-2.399Q3 13.448 3 12m9 9q-1.448 0-2.759-.425t-2.414-1.2q-.202-.154-.252-.349t.116-.367q.17-.176.384-.167q.214.01.427.145q.958.66 2.098 1.011Q10.74 20 12 20t2.4-.362t2.117-1.02q.214-.135.427-.148t.385.165q.165.17.115.369t-.252.352q-1.123.775-2.433 1.21Q13.448 21 12 21m9-9q0 1.448-.413 2.734q-.412 1.285-1.168 2.37q-.154.208-.346.248t-.364-.13q-.176-.178-.18-.391q-.002-.214.152-.427q.615-.952.967-2.06Q20 13.233 20 12q0-2.915-1.791-5.076q-1.792-2.16-4.54-2.745q-.269-.073-.45-.207q-.18-.134-.18-.403q0-.263.195-.363q.197-.1.466-.033q3.125.615 5.213 3.065T21 12m-11 2.844V9.156q0-.242.205-.354t.416.025l4.421 2.825q.187.13.187.348t-.187.348l-4.42 2.825q-.213.137-.417.025T10 14.844"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSoundSamplerRounded(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="M3 12q0-3.312 2.088-5.78t5.231-3.066q.27-.068.475.032T11 3.55q0 .27-.18.403q-.182.134-.45.207q-2.749.565-4.56 2.745T4 12q0 1.235.342 2.363t.977 2.08q.154.213.151.426q-.003.214-.18.39q-.17.172-.354.122t-.317-.239q-.775-1.103-1.197-2.399Q3 13.448 3 12m9 9q-1.448 0-2.759-.425t-2.414-1.2q-.202-.154-.252-.349t.116-.367q.17-.176.384-.167q.214.01.427.145q.958.66 2.098 1.011Q10.74 20 12 20t2.4-.362t2.117-1.02q.214-.135.427-.148t.385.165q.165.17.115.369t-.252.352q-1.123.775-2.433 1.21Q13.448 21 12 21m9-9q0 1.448-.413 2.734q-.412 1.285-1.168 2.37q-.154.208-.346.248t-.364-.13q-.176-.178-.18-.391q-.002-.214.152-.427q.615-.952.967-2.06Q20 13.233 20 12q0-2.915-1.791-5.076q-1.792-2.16-4.54-2.745q-.269-.073-.45-.207q-.18-.134-.18-.403q0-.263.195-.363q.197-.1.466-.033q3.125.615 5.213 3.065T21 12m-11 2.844V9.156q0-.242.205-.354t.416.025l4.421 2.825q.187.13.187.348t-.187.348l-4.42 2.825q-.213.137-.417.025T10 14.844"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12q0-3.312 2.088-5.78t5.231-3.066q.27-.068.475.032T11 3.55q0 .27-.18.403q-.182.134-.45.207q-2.749.565-4.56 2.745T4 12q0 1.235.342 2.363t.977 2.08q.154.213.151.426q-.003.214-.18.39q-.17.172-.354.122t-.317-.239q-.775-1.103-1.197-2.399Q3 13.448 3 12m9 9q-1.448 0-2.759-.425t-2.414-1.2q-.202-.154-.252-.349t.116-.367q.17-.176.384-.167q.214.01.427.145q.958.66 2.098 1.011Q10.74 20 12 20t2.4-.362t2.117-1.02q.214-.135.427-.148t.385.165q.165.17.115.369t-.252.352q-1.123.775-2.433 1.21Q13.448 21 12 21m9-9q0 1.448-.413 2.734q-.412 1.285-1.168 2.37q-.154.208-.346.248t-.364-.13q-.176-.178-.18-.391q-.002-.214.152-.427q.615-.952.967-2.06Q20 13.233 20 12q0-2.915-1.791-5.076q-1.792-2.16-4.54-2.745q-.269-.073-.45-.207q-.18-.134-.18-.403q0-.263.195-.363q.197-.1.466-.033q3.125.615 5.213 3.065T21 12m-11 2.844V9.156q0-.242.205-.354t.416.025l4.421 2.825q.187.13.187.348t-.187.348l-4.42 2.825q-.213.137-.417.025T10 14.844"/></svg> </template>
CSS
.icon-sound-sampler-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%22M3%2012q0-3.312%202.088-5.78t5.231-3.066q.27-.068.475.032T11%203.55q0%20.27-.18.403q-.182.134-.45.207q-2.749.565-4.56%202.745T4%2012q0%201.235.342%202.363t.977%202.08q.154.213.151.426q-.003.214-.18.39q-.17.172-.354.122t-.317-.239q-.775-1.103-1.197-2.399Q3%2013.448%203%2012m9%209q-1.448%200-2.759-.425t-2.414-1.2q-.202-.154-.252-.349t.116-.367q.17-.176.384-.167q.214.01.427.145q.958.66%202.098%201.011Q10.74%2020%2012%2020t2.4-.362t2.117-1.02q.214-.135.427-.148t.385.165q.165.17.115.369t-.252.352q-1.123.775-2.433%201.21Q13.448%2021%2012%2021m9-9q0%201.448-.413%202.734q-.412%201.285-1.168%202.37q-.154.208-.346.248t-.364-.13q-.176-.178-.18-.391q-.002-.214.152-.427q.615-.952.967-2.06Q20%2013.233%2020%2012q0-2.915-1.791-5.076q-1.792-2.16-4.54-2.745q-.269-.073-.45-.207q-.18-.134-.18-.403q0-.263.195-.363q.197-.1.466-.033q3.125.615%205.213%203.065T21%2012m-11%202.844V9.156q0-.242.205-.354t.416.025l4.421%202.825q.187.13.187.348t-.187.348l-4.42%202.825q-.213.137-.417.025T10%2014.844%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%22M3%2012q0-3.312%202.088-5.78t5.231-3.066q.27-.068.475.032T11%203.55q0%20.27-.18.403q-.182.134-.45.207q-2.749.565-4.56%202.745T4%2012q0%201.235.342%202.363t.977%202.08q.154.213.151.426q-.003.214-.18.39q-.17.172-.354.122t-.317-.239q-.775-1.103-1.197-2.399Q3%2013.448%203%2012m9%209q-1.448%200-2.759-.425t-2.414-1.2q-.202-.154-.252-.349t.116-.367q.17-.176.384-.167q.214.01.427.145q.958.66%202.098%201.011Q10.74%2020%2012%2020t2.4-.362t2.117-1.02q.214-.135.427-.148t.385.165q.165.17.115.369t-.252.352q-1.123.775-2.433%201.21Q13.448%2021%2012%2021m9-9q0%201.448-.413%202.734q-.412%201.285-1.168%202.37q-.154.208-.346.248t-.364-.13q-.176-.178-.18-.391q-.002-.214.152-.427q.615-.952.967-2.06Q20%2013.233%2020%2012q0-2.915-1.791-5.076q-1.792-2.16-4.54-2.745q-.269-.073-.45-.207q-.18-.134-.18-.403q0-.263.195-.363q.197-.1.466-.033q3.125.615%205.213%203.065T21%2012m-11%202.844V9.156q0-.242.205-.354t.416.025l4.421%202.825q.187.13.187.348t-.187.348l-4.42%202.825q-.213.137-.417.025T10%2014.844%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sound-sampler-rounded.svg?color=%231a73e8&size=48