nest-audio from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-audio
Set
Material Symbols
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-audio-rounded, nest-audio-sharp

1 other variant in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the nest audio icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 21q-1.65 0-2.825-1.175T5 17V8q0-2.075 1.463-3.537T10 3h4q2.075 0 3.538 1.463T19 8v9q0 1.65-1.175 2.825T15 21zm0-8q.425 0 .713-.288T10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13m3 0q.425 0 .713-.288T13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13m3 0q.425 0 .713-.288T16 12t-.288-.712T15 11t-.712.288T14 12t.288.713T15 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestAudio(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="M9 21q-1.65 0-2.825-1.175T5 17V8q0-2.075 1.463-3.537T10 3h4q2.075 0 3.538 1.463T19 8v9q0 1.65-1.175 2.825T15 21zm0-8q.425 0 .713-.288T10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13m3 0q.425 0 .713-.288T13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13m3 0q.425 0 .713-.288T16 12t-.288-.712T15 11t-.712.288T14 12t.288.713T15 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 21q-1.65 0-2.825-1.175T5 17V8q0-2.075 1.463-3.537T10 3h4q2.075 0 3.538 1.463T19 8v9q0 1.65-1.175 2.825T15 21zm0-8q.425 0 .713-.288T10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13m3 0q.425 0 .713-.288T13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13m3 0q.425 0 .713-.288T16 12t-.288-.712T15 11t-.712.288T14 12t.288.713T15 13"/></svg>
</template>

CSS

.icon-nest-audio {
  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%22M9%2021q-1.65%200-2.825-1.175T5%2017V8q0-2.075%201.463-3.537T10%203h4q2.075%200%203.538%201.463T19%208v9q0%201.65-1.175%202.825T15%2021zm0-8q.425%200%20.713-.288T10%2012t-.288-.712T9%2011t-.712.288T8%2012t.288.713T9%2013m3%200q.425%200%20.713-.288T13%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013m3%200q.425%200%20.713-.288T16%2012t-.288-.712T15%2011t-.712.288T14%2012t.288.713T15%2013%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%22M9%2021q-1.65%200-2.825-1.175T5%2017V8q0-2.075%201.463-3.537T10%203h4q2.075%200%203.538%201.463T19%208v9q0%201.65-1.175%202.825T15%2021zm0-8q.425%200%20.713-.288T10%2012t-.288-.712T9%2011t-.712.288T8%2012t.288.713T9%2013m3%200q.425%200%20.713-.288T13%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013m3%200q.425%200%20.713-.288T16%2012t-.288-.712T15%2011t-.712.288T14%2012t.288.713T15%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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