computer-sound-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
computer-sound-rounded
Set
Material Symbols Light
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the computer sound icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 17.462q-.691 0-1.153-.463T3 15.846V6.077q0-.69.463-1.153t1.152-.462h13.197q.327 0 .447.299t-.115.533q-.04.04-.078.084q-.037.043-.083.084L15.96 7.46q-.218.217-.339.525q-.121.307-.121.63v4.706q0 .323.121.631t.339.525l2.004 1.985q.04.046.083.083t.084.084q.235.235.114.534t-.447.299zm-2.347 2q-.213 0-.357-.144t-.143-.356t.144-.357t.356-.144h19.462q.213 0 .356.144t.144.356t-.144.357t-.356.144zm17.302-4.53q-.048-.18.093-.351q.67-.744 1.003-1.668T21 10.962t-.333-1.951t-1.004-1.669q-.14-.17-.092-.35t.22-.284q.17-.104.371-.099q.201.006.378.256q.708.868 1.084 1.917t.376 2.18t-.376 2.18t-1.084 1.916q-.177.25-.378.256t-.372-.098t-.219-.284m-2.122-2.166q-.066-.189.082-.364q.24-.296.364-.66t.124-.78t-.124-.781t-.364-.66q-.148-.175-.082-.364q.066-.19.224-.288t.363-.087t.358.235q.316.42.47.912q.155.492.155 1.033t-.154 1.032t-.47.912q-.155.225-.36.235q-.204.011-.362-.087q-.157-.098-.224-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightComputerSoundRounded(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="M4.616 17.462q-.691 0-1.153-.463T3 15.846V6.077q0-.69.463-1.153t1.152-.462h13.197q.327 0 .447.299t-.115.533q-.04.04-.078.084q-.037.043-.083.084L15.96 7.46q-.218.217-.339.525q-.121.307-.121.63v4.706q0 .323.121.631t.339.525l2.004 1.985q.04.046.083.083t.084.084q.235.235.114.534t-.447.299zm-2.347 2q-.213 0-.357-.144t-.143-.356t.144-.357t.356-.144h19.462q.213 0 .356.144t.144.356t-.144.357t-.356.144zm17.302-4.53q-.048-.18.093-.351q.67-.744 1.003-1.668T21 10.962t-.333-1.951t-1.004-1.669q-.14-.17-.092-.35t.22-.284q.17-.104.371-.099q.201.006.378.256q.708.868 1.084 1.917t.376 2.18t-.376 2.18t-1.084 1.916q-.177.25-.378.256t-.372-.098t-.219-.284m-2.122-2.166q-.066-.189.082-.364q.24-.296.364-.66t.124-.78t-.124-.781t-.364-.66q-.148-.175-.082-.364q.066-.19.224-.288t.363-.087t.358.235q.316.42.47.912q.155.492.155 1.033t-.154 1.032t-.47.912q-.155.225-.36.235q-.204.011-.362-.087q-.157-.098-.224-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 17.462q-.691 0-1.153-.463T3 15.846V6.077q0-.69.463-1.153t1.152-.462h13.197q.327 0 .447.299t-.115.533q-.04.04-.078.084q-.037.043-.083.084L15.96 7.46q-.218.217-.339.525q-.121.307-.121.63v4.706q0 .323.121.631t.339.525l2.004 1.985q.04.046.083.083t.084.084q.235.235.114.534t-.447.299zm-2.347 2q-.213 0-.357-.144t-.143-.356t.144-.357t.356-.144h19.462q.213 0 .356.144t.144.356t-.144.357t-.356.144zm17.302-4.53q-.048-.18.093-.351q.67-.744 1.003-1.668T21 10.962t-.333-1.951t-1.004-1.669q-.14-.17-.092-.35t.22-.284q.17-.104.371-.099q.201.006.378.256q.708.868 1.084 1.917t.376 2.18t-.376 2.18t-1.084 1.916q-.177.25-.378.256t-.372-.098t-.219-.284m-2.122-2.166q-.066-.189.082-.364q.24-.296.364-.66t.124-.78t-.124-.781t-.364-.66q-.148-.175-.082-.364q.066-.19.224-.288t.363-.087t.358.235q.316.42.47.912q.155.492.155 1.033t-.154 1.032t-.47.912q-.155.225-.36.235q-.204.011-.362-.087q-.157-.098-.224-.288"/></svg>
</template>

CSS

.icon-computer-sound-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%22M4.616%2017.462q-.691%200-1.153-.463T3%2015.846V6.077q0-.69.463-1.153t1.152-.462h13.197q.327%200%20.447.299t-.115.533q-.04.04-.078.084q-.037.043-.083.084L15.96%207.46q-.218.217-.339.525q-.121.307-.121.63v4.706q0%20.323.121.631t.339.525l2.004%201.985q.04.046.083.083t.084.084q.235.235.114.534t-.447.299zm-2.347%202q-.213%200-.357-.144t-.143-.356t.144-.357t.356-.144h19.462q.213%200%20.356.144t.144.356t-.144.357t-.356.144zm17.302-4.53q-.048-.18.093-.351q.67-.744%201.003-1.668T21%2010.962t-.333-1.951t-1.004-1.669q-.14-.17-.092-.35t.22-.284q.17-.104.371-.099q.201.006.378.256q.708.868%201.084%201.917t.376%202.18t-.376%202.18t-1.084%201.916q-.177.25-.378.256t-.372-.098t-.219-.284m-2.122-2.166q-.066-.189.082-.364q.24-.296.364-.66t.124-.78t-.124-.781t-.364-.66q-.148-.175-.082-.364q.066-.19.224-.288t.363-.087t.358.235q.316.42.47.912q.155.492.155%201.033t-.154%201.032t-.47.912q-.155.225-.36.235q-.204.011-.362-.087q-.157-.098-.224-.288%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%22M4.616%2017.462q-.691%200-1.153-.463T3%2015.846V6.077q0-.69.463-1.153t1.152-.462h13.197q.327%200%20.447.299t-.115.533q-.04.04-.078.084q-.037.043-.083.084L15.96%207.46q-.218.217-.339.525q-.121.307-.121.63v4.706q0%20.323.121.631t.339.525l2.004%201.985q.04.046.083.083t.084.084q.235.235.114.534t-.447.299zm-2.347%202q-.213%200-.357-.144t-.143-.356t.144-.357t.356-.144h19.462q.213%200%20.356.144t.144.356t-.144.357t-.356.144zm17.302-4.53q-.048-.18.093-.351q.67-.744%201.003-1.668T21%2010.962t-.333-1.951t-1.004-1.669q-.14-.17-.092-.35t.22-.284q.17-.104.371-.099q.201.006.378.256q.708.868%201.084%201.917t.376%202.18t-.376%202.18t-1.084%201.916q-.177.25-.378.256t-.372-.098t-.219-.284m-2.122-2.166q-.066-.189.082-.364q.24-.296.364-.66t.124-.78t-.124-.781t-.364-.66q-.148-.175-.082-.364q.066-.19.224-.288t.363-.087t.358.235q.316.42.47.912q.155.492.155%201.033t-.154%201.032t-.47.912q-.155.225-.36.235q-.204.011-.362-.087q-.157-.098-.224-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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