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

Name
computer-sound-outline
Set
Material Symbols Light
Style
Outline
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 16.462v-11zm-2.23 3v-1h20.46v1zm17.194-2H4.615q-.691 0-1.153-.463T3 15.846V6.077q0-.69.463-1.153t1.152-.462h14.368l-1 1H4.616q-.231 0-.424.192T4 6.077v9.77q0 .23.192.422t.423.193h13.348zm-1.004-4.035l-.72-.72q.339-.37.52-.82t.182-.926t-.182-.926t-.52-.82l.72-.719q.478.517.73 1.15q.252.631.252 1.315q0 .685-.251 1.317q-.252.631-.731 1.149m2.142 2.142l-.708-.708q.781-.78 1.193-1.79t.413-2.11t-.413-2.109t-1.193-1.79l.708-.708q.921.915 1.41 2.098t.488 2.51t-.488 2.51q-.489 1.182-1.41 2.097"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightComputerSoundOutline(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 16.462v-11zm-2.23 3v-1h20.46v1zm17.194-2H4.615q-.691 0-1.153-.463T3 15.846V6.077q0-.69.463-1.153t1.152-.462h14.368l-1 1H4.616q-.231 0-.424.192T4 6.077v9.77q0 .23.192.422t.423.193h13.348zm-1.004-4.035l-.72-.72q.339-.37.52-.82t.182-.926t-.182-.926t-.52-.82l.72-.719q.478.517.73 1.15q.252.631.252 1.315q0 .685-.251 1.317q-.252.631-.731 1.149m2.142 2.142l-.708-.708q.781-.78 1.193-1.79t.413-2.11t-.413-2.109t-1.193-1.79l.708-.708q.921.915 1.41 2.098t.488 2.51t-.488 2.51q-.489 1.182-1.41 2.097"/></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 16.462v-11zm-2.23 3v-1h20.46v1zm17.194-2H4.615q-.691 0-1.153-.463T3 15.846V6.077q0-.69.463-1.153t1.152-.462h14.368l-1 1H4.616q-.231 0-.424.192T4 6.077v9.77q0 .23.192.422t.423.193h13.348zm-1.004-4.035l-.72-.72q.339-.37.52-.82t.182-.926t-.182-.926t-.52-.82l.72-.719q.478.517.73 1.15q.252.631.252 1.315q0 .685-.251 1.317q-.252.631-.731 1.149m2.142 2.142l-.708-.708q.781-.78 1.193-1.79t.413-2.11t-.413-2.109t-1.193-1.79l.708-.708q.921.915 1.41 2.098t.488 2.51t-.488 2.51q-.489 1.182-1.41 2.097"/></svg>
</template>

CSS

.icon-computer-sound-outline {
  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%2016.462v-11zm-2.23%203v-1h20.46v1zm17.194-2H4.615q-.691%200-1.153-.463T3%2015.846V6.077q0-.69.463-1.153t1.152-.462h14.368l-1%201H4.616q-.231%200-.424.192T4%206.077v9.77q0%20.23.192.422t.423.193h13.348zm-1.004-4.035l-.72-.72q.339-.37.52-.82t.182-.926t-.182-.926t-.52-.82l.72-.719q.478.517.73%201.15q.252.631.252%201.315q0%20.685-.251%201.317q-.252.631-.731%201.149m2.142%202.142l-.708-.708q.781-.78%201.193-1.79t.413-2.11t-.413-2.109t-1.193-1.79l.708-.708q.921.915%201.41%202.098t.488%202.51t-.488%202.51q-.489%201.182-1.41%202.097%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%2016.462v-11zm-2.23%203v-1h20.46v1zm17.194-2H4.615q-.691%200-1.153-.463T3%2015.846V6.077q0-.69.463-1.153t1.152-.462h14.368l-1%201H4.616q-.231%200-.424.192T4%206.077v9.77q0%20.23.192.422t.423.193h13.348zm-1.004-4.035l-.72-.72q.339-.37.52-.82t.182-.926t-.182-.926t-.52-.82l.72-.719q.478.517.73%201.15q.252.631.252%201.315q0%20.685-.251%201.317q-.252.631-.731%201.149m2.142%202.142l-.708-.708q.781-.78%201.193-1.79t.413-2.11t-.413-2.109t-1.193-1.79l.708-.708q.921.915%201.41%202.098t.488%202.51t-.488%202.51q-.489%201.182-1.41%202.097%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-outline.svg?color=%231a73e8&size=48