computer sound icon

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

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

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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 18q-.825 0-1.412-.587T2 16V5q0-.825.588-1.412T4 3h16.175L15 8.175V12.8l5.175 5.2zm-3 3v-2h22v2zm19.775-5.2l-1.4-1.4q.8-.8 1.213-1.8T21 10.5t-.412-2.1t-1.213-1.8l1.4-1.4q1.075 1.05 1.65 2.425T23 10.5t-.575 2.875t-1.65 2.425m-2.45-2.45l-1.45-1.45q.3-.275.463-.637t.162-.763t-.162-.763t-.463-.637l1.45-1.45q.575.575.875 1.312t.3 1.538t-.3 1.537t-.875 1.313"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsComputerSound(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 18q-.825 0-1.412-.587T2 16V5q0-.825.588-1.412T4 3h16.175L15 8.175V12.8l5.175 5.2zm-3 3v-2h22v2zm19.775-5.2l-1.4-1.4q.8-.8 1.213-1.8T21 10.5t-.412-2.1t-1.213-1.8l1.4-1.4q1.075 1.05 1.65 2.425T23 10.5t-.575 2.875t-1.65 2.425m-2.45-2.45l-1.45-1.45q.3-.275.463-.637t.162-.763t-.162-.763t-.463-.637l1.45-1.45q.575.575.875 1.312t.3 1.538t-.3 1.537t-.875 1.313"/></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 18q-.825 0-1.412-.587T2 16V5q0-.825.588-1.412T4 3h16.175L15 8.175V12.8l5.175 5.2zm-3 3v-2h22v2zm19.775-5.2l-1.4-1.4q.8-.8 1.213-1.8T21 10.5t-.412-2.1t-1.213-1.8l1.4-1.4q1.075 1.05 1.65 2.425T23 10.5t-.575 2.875t-1.65 2.425m-2.45-2.45l-1.45-1.45q.3-.275.463-.637t.162-.763t-.162-.763t-.463-.637l1.45-1.45q.575.575.875 1.312t.3 1.538t-.3 1.537t-.875 1.313"/></svg>
</template>

CSS

.icon-computer-sound {
  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%2018q-.825%200-1.412-.587T2%2016V5q0-.825.588-1.412T4%203h16.175L15%208.175V12.8l5.175%205.2zm-3%203v-2h22v2zm19.775-5.2l-1.4-1.4q.8-.8%201.213-1.8T21%2010.5t-.412-2.1t-1.213-1.8l1.4-1.4q1.075%201.05%201.65%202.425T23%2010.5t-.575%202.875t-1.65%202.425m-2.45-2.45l-1.45-1.45q.3-.275.463-.637t.162-.763t-.162-.763t-.463-.637l1.45-1.45q.575.575.875%201.312t.3%201.538t-.3%201.537t-.875%201.313%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%2018q-.825%200-1.412-.587T2%2016V5q0-.825.588-1.412T4%203h16.175L15%208.175V12.8l5.175%205.2zm-3%203v-2h22v2zm19.775-5.2l-1.4-1.4q.8-.8%201.213-1.8T21%2010.5t-.412-2.1t-1.213-1.8l1.4-1.4q1.075%201.05%201.65%202.425T23%2010.5t-.575%202.875t-1.65%202.425m-2.45-2.45l-1.45-1.45q.3-.275.463-.637t.162-.763t-.162-.763t-.463-.637l1.45-1.45q.575.575.875%201.312t.3%201.538t-.3%201.537t-.875%201.313%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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