sound sampler icon

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

Name
sound-sampler-rounded
Set
Material Symbols
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
sound-sampler-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

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="M2 12q0-3.6 2.213-6.3T9.8 2.25q.5-.125.85.1t.35.7q0 .5-.325.788t-.825.437q-2.575.7-4.212 2.813T4 12q0 1.1.275 2.113T5.05 16q.25.425.238.85t-.363.775q-.325.325-.7.275t-.625-.45q-.775-1.2-1.187-2.562T2 12m10 10q-1.525 0-2.912-.425t-2.588-1.2q-.375-.25-.425-.638t.25-.712q.325-.35.75-.35t.85.25q.9.525 1.925.8T12 20t2.15-.275t1.925-.8q.425-.25.85-.262t.75.337q.3.325.25.725t-.425.65q-1.2.775-2.587 1.2T12 22m10-10q0 1.525-.413 2.888T20.4 17.45q-.25.4-.625.45t-.7-.275q-.35-.35-.362-.775t.237-.85q.5-.875.775-1.888T20 12q0-2.8-1.638-4.913T14.15 4.275q-.5-.15-.825-.437T13 3.05q0-.475.35-.7t.85-.1q3.375.75 5.588 3.45T22 12M9.5 15.575v-7.15q0-.3.263-.45t.512.025l5.575 3.575q.225.15.225.425t-.225.425L10.275 16q-.25.175-.513.025t-.262-.45"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSoundSamplerRounded(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="M2 12q0-3.6 2.213-6.3T9.8 2.25q.5-.125.85.1t.35.7q0 .5-.325.788t-.825.437q-2.575.7-4.212 2.813T4 12q0 1.1.275 2.113T5.05 16q.25.425.238.85t-.363.775q-.325.325-.7.275t-.625-.45q-.775-1.2-1.187-2.562T2 12m10 10q-1.525 0-2.912-.425t-2.588-1.2q-.375-.25-.425-.638t.25-.712q.325-.35.75-.35t.85.25q.9.525 1.925.8T12 20t2.15-.275t1.925-.8q.425-.25.85-.262t.75.337q.3.325.25.725t-.425.65q-1.2.775-2.587 1.2T12 22m10-10q0 1.525-.413 2.888T20.4 17.45q-.25.4-.625.45t-.7-.275q-.35-.35-.362-.775t.237-.85q.5-.875.775-1.888T20 12q0-2.8-1.638-4.913T14.15 4.275q-.5-.15-.825-.437T13 3.05q0-.475.35-.7t.85-.1q3.375.75 5.588 3.45T22 12M9.5 15.575v-7.15q0-.3.263-.45t.512.025l5.575 3.575q.225.15.225.425t-.225.425L10.275 16q-.25.175-.513.025t-.262-.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12q0-3.6 2.213-6.3T9.8 2.25q.5-.125.85.1t.35.7q0 .5-.325.788t-.825.437q-2.575.7-4.212 2.813T4 12q0 1.1.275 2.113T5.05 16q.25.425.238.85t-.363.775q-.325.325-.7.275t-.625-.45q-.775-1.2-1.187-2.562T2 12m10 10q-1.525 0-2.912-.425t-2.588-1.2q-.375-.25-.425-.638t.25-.712q.325-.35.75-.35t.85.25q.9.525 1.925.8T12 20t2.15-.275t1.925-.8q.425-.25.85-.262t.75.337q.3.325.25.725t-.425.65q-1.2.775-2.587 1.2T12 22m10-10q0 1.525-.413 2.888T20.4 17.45q-.25.4-.625.45t-.7-.275q-.35-.35-.362-.775t.237-.85q.5-.875.775-1.888T20 12q0-2.8-1.638-4.913T14.15 4.275q-.5-.15-.825-.437T13 3.05q0-.475.35-.7t.85-.1q3.375.75 5.588 3.45T22 12M9.5 15.575v-7.15q0-.3.263-.45t.512.025l5.575 3.575q.225.15.225.425t-.225.425L10.275 16q-.25.175-.513.025t-.262-.45"/></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%22M2%2012q0-3.6%202.213-6.3T9.8%202.25q.5-.125.85.1t.35.7q0%20.5-.325.788t-.825.437q-2.575.7-4.212%202.813T4%2012q0%201.1.275%202.113T5.05%2016q.25.425.238.85t-.363.775q-.325.325-.7.275t-.625-.45q-.775-1.2-1.187-2.562T2%2012m10%2010q-1.525%200-2.912-.425t-2.588-1.2q-.375-.25-.425-.638t.25-.712q.325-.35.75-.35t.85.25q.9.525%201.925.8T12%2020t2.15-.275t1.925-.8q.425-.25.85-.262t.75.337q.3.325.25.725t-.425.65q-1.2.775-2.587%201.2T12%2022m10-10q0%201.525-.413%202.888T20.4%2017.45q-.25.4-.625.45t-.7-.275q-.35-.35-.362-.775t.237-.85q.5-.875.775-1.888T20%2012q0-2.8-1.638-4.913T14.15%204.275q-.5-.15-.825-.437T13%203.05q0-.475.35-.7t.85-.1q3.375.75%205.588%203.45T22%2012M9.5%2015.575v-7.15q0-.3.263-.45t.512.025l5.575%203.575q.225.15.225.425t-.225.425L10.275%2016q-.25.175-.513.025t-.262-.45%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%22M2%2012q0-3.6%202.213-6.3T9.8%202.25q.5-.125.85.1t.35.7q0%20.5-.325.788t-.825.437q-2.575.7-4.212%202.813T4%2012q0%201.1.275%202.113T5.05%2016q.25.425.238.85t-.363.775q-.325.325-.7.275t-.625-.45q-.775-1.2-1.187-2.562T2%2012m10%2010q-1.525%200-2.912-.425t-2.588-1.2q-.375-.25-.425-.638t.25-.712q.325-.35.75-.35t.85.25q.9.525%201.925.8T12%2020t2.15-.275t1.925-.8q.425-.25.85-.262t.75.337q.3.325.25.725t-.425.65q-1.2.775-2.587%201.2T12%2022m10-10q0%201.525-.413%202.888T20.4%2017.45q-.25.4-.625.45t-.7-.275q-.35-.35-.362-.775t.237-.85q.5-.875.775-1.888T20%2012q0-2.8-1.638-4.913T14.15%204.275q-.5-.15-.825-.437T13%203.05q0-.475.35-.7t.85-.1q3.375.75%205.588%203.45T22%2012M9.5%2015.575v-7.15q0-.3.263-.45t.512.025l5.575%203.575q.225.15.225.425t-.225.425L10.275%2016q-.25.175-.513.025t-.262-.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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