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

Name
mobile-sound-2-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 mobile sound 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8.962q.287 0 .48-.197q.193-.196.193-.477q0-.286-.193-.48T12 7.617q-.28 0-.477.193t-.196.48q0 .28.196.477t.477.196m6.494 3.019q0-.39-.066-.756q-.066-.365-.205-.717q-.073-.189.028-.359t.29-.238q.213-.067.405.037t.26.317q.144.42.216.845q.072.427.072.87t-.072.893t-.216.862q-.067.207-.26.308q-.192.101-.4.034q-.182-.067-.286-.235t-.037-.35q.139-.37.205-.746q.066-.375.066-.765m2.44-1.468q-.163-.738-.507-1.413q-.104-.213-.052-.449t.254-.345q.177-.104.366-.058q.19.046.268.218q.404.834.619 1.72T22.096 12t-.214 1.826t-.619 1.734q-.078.17-.268.204t-.366-.07q-.183-.11-.245-.333q-.061-.223.043-.436q.344-.675.507-1.425t.162-1.5t-.162-1.488M9.289 19q-.691 0-1.153-.462t-.463-1.153V6.615q0-.69.463-1.152T9.289 5h5.403q.69 0 1.153.463t.463 1.153v10.769q0 .69-.463 1.153T14.692 19zm-3.77-7.02q0 .391.067.766q.066.375.205.746q.067.183-.037.35t-.287.235q-.207.067-.402-.034q-.196-.1-.263-.308q-.144-.414-.213-.862q-.07-.448-.07-.892t.072-.87q.073-.427.217-.846q.067-.213.26-.317q.192-.104.405-.037q.189.068.28.238t.018.359q-.138.352-.195.717t-.057.756M3.066 13.5q.163.75.507 1.425q.104.214.043.437q-.062.223-.245.332q-.177.104-.366.07q-.19-.033-.268-.204q-.404-.835-.619-1.734T1.904 12t.214-1.814t.619-1.72q.078-.172.268-.218t.366.058q.202.11.254.345t-.052.449q-.344.675-.507 1.413T2.904 12t.162 1.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileSound2Rounded(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="M12 8.962q.287 0 .48-.197q.193-.196.193-.477q0-.286-.193-.48T12 7.617q-.28 0-.477.193t-.196.48q0 .28.196.477t.477.196m6.494 3.019q0-.39-.066-.756q-.066-.365-.205-.717q-.073-.189.028-.359t.29-.238q.213-.067.405.037t.26.317q.144.42.216.845q.072.427.072.87t-.072.893t-.216.862q-.067.207-.26.308q-.192.101-.4.034q-.182-.067-.286-.235t-.037-.35q.139-.37.205-.746q.066-.375.066-.765m2.44-1.468q-.163-.738-.507-1.413q-.104-.213-.052-.449t.254-.345q.177-.104.366-.058q.19.046.268.218q.404.834.619 1.72T22.096 12t-.214 1.826t-.619 1.734q-.078.17-.268.204t-.366-.07q-.183-.11-.245-.333q-.061-.223.043-.436q.344-.675.507-1.425t.162-1.5t-.162-1.488M9.289 19q-.691 0-1.153-.462t-.463-1.153V6.615q0-.69.463-1.152T9.289 5h5.403q.69 0 1.153.463t.463 1.153v10.769q0 .69-.463 1.153T14.692 19zm-3.77-7.02q0 .391.067.766q.066.375.205.746q.067.183-.037.35t-.287.235q-.207.067-.402-.034q-.196-.1-.263-.308q-.144-.414-.213-.862q-.07-.448-.07-.892t.072-.87q.073-.427.217-.846q.067-.213.26-.317q.192-.104.405-.037q.189.068.28.238t.018.359q-.138.352-.195.717t-.057.756M3.066 13.5q.163.75.507 1.425q.104.214.043.437q-.062.223-.245.332q-.177.104-.366.07q-.19-.033-.268-.204q-.404-.835-.619-1.734T1.904 12t.214-1.814t.619-1.72q.078-.172.268-.218t.366.058q.202.11.254.345t-.052.449q-.344.675-.507 1.413T2.904 12t.162 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8.962q.287 0 .48-.197q.193-.196.193-.477q0-.286-.193-.48T12 7.617q-.28 0-.477.193t-.196.48q0 .28.196.477t.477.196m6.494 3.019q0-.39-.066-.756q-.066-.365-.205-.717q-.073-.189.028-.359t.29-.238q.213-.067.405.037t.26.317q.144.42.216.845q.072.427.072.87t-.072.893t-.216.862q-.067.207-.26.308q-.192.101-.4.034q-.182-.067-.286-.235t-.037-.35q.139-.37.205-.746q.066-.375.066-.765m2.44-1.468q-.163-.738-.507-1.413q-.104-.213-.052-.449t.254-.345q.177-.104.366-.058q.19.046.268.218q.404.834.619 1.72T22.096 12t-.214 1.826t-.619 1.734q-.078.17-.268.204t-.366-.07q-.183-.11-.245-.333q-.061-.223.043-.436q.344-.675.507-1.425t.162-1.5t-.162-1.488M9.289 19q-.691 0-1.153-.462t-.463-1.153V6.615q0-.69.463-1.152T9.289 5h5.403q.69 0 1.153.463t.463 1.153v10.769q0 .69-.463 1.153T14.692 19zm-3.77-7.02q0 .391.067.766q.066.375.205.746q.067.183-.037.35t-.287.235q-.207.067-.402-.034q-.196-.1-.263-.308q-.144-.414-.213-.862q-.07-.448-.07-.892t.072-.87q.073-.427.217-.846q.067-.213.26-.317q.192-.104.405-.037q.189.068.28.238t.018.359q-.138.352-.195.717t-.057.756M3.066 13.5q.163.75.507 1.425q.104.214.043.437q-.062.223-.245.332q-.177.104-.366.07q-.19-.033-.268-.204q-.404-.835-.619-1.734T1.904 12t.214-1.814t.619-1.72q.078-.172.268-.218t.366.058q.202.11.254.345t-.052.449q-.344.675-.507 1.413T2.904 12t.162 1.5"/></svg>
</template>

CSS

.icon-mobile-sound-2-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%22M12%208.962q.287%200%20.48-.197q.193-.196.193-.477q0-.286-.193-.48T12%207.617q-.28%200-.477.193t-.196.48q0%20.28.196.477t.477.196m6.494%203.019q0-.39-.066-.756q-.066-.365-.205-.717q-.073-.189.028-.359t.29-.238q.213-.067.405.037t.26.317q.144.42.216.845q.072.427.072.87t-.072.893t-.216.862q-.067.207-.26.308q-.192.101-.4.034q-.182-.067-.286-.235t-.037-.35q.139-.37.205-.746q.066-.375.066-.765m2.44-1.468q-.163-.738-.507-1.413q-.104-.213-.052-.449t.254-.345q.177-.104.366-.058q.19.046.268.218q.404.834.619%201.72T22.096%2012t-.214%201.826t-.619%201.734q-.078.17-.268.204t-.366-.07q-.183-.11-.245-.333q-.061-.223.043-.436q.344-.675.507-1.425t.162-1.5t-.162-1.488M9.289%2019q-.691%200-1.153-.462t-.463-1.153V6.615q0-.69.463-1.152T9.289%205h5.403q.69%200%201.153.463t.463%201.153v10.769q0%20.69-.463%201.153T14.692%2019zm-3.77-7.02q0%20.391.067.766q.066.375.205.746q.067.183-.037.35t-.287.235q-.207.067-.402-.034q-.196-.1-.263-.308q-.144-.414-.213-.862q-.07-.448-.07-.892t.072-.87q.073-.427.217-.846q.067-.213.26-.317q.192-.104.405-.037q.189.068.28.238t.018.359q-.138.352-.195.717t-.057.756M3.066%2013.5q.163.75.507%201.425q.104.214.043.437q-.062.223-.245.332q-.177.104-.366.07q-.19-.033-.268-.204q-.404-.835-.619-1.734T1.904%2012t.214-1.814t.619-1.72q.078-.172.268-.218t.366.058q.202.11.254.345t-.052.449q-.344.675-.507%201.413T2.904%2012t.162%201.5%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%22M12%208.962q.287%200%20.48-.197q.193-.196.193-.477q0-.286-.193-.48T12%207.617q-.28%200-.477.193t-.196.48q0%20.28.196.477t.477.196m6.494%203.019q0-.39-.066-.756q-.066-.365-.205-.717q-.073-.189.028-.359t.29-.238q.213-.067.405.037t.26.317q.144.42.216.845q.072.427.072.87t-.072.893t-.216.862q-.067.207-.26.308q-.192.101-.4.034q-.182-.067-.286-.235t-.037-.35q.139-.37.205-.746q.066-.375.066-.765m2.44-1.468q-.163-.738-.507-1.413q-.104-.213-.052-.449t.254-.345q.177-.104.366-.058q.19.046.268.218q.404.834.619%201.72T22.096%2012t-.214%201.826t-.619%201.734q-.078.17-.268.204t-.366-.07q-.183-.11-.245-.333q-.061-.223.043-.436q.344-.675.507-1.425t.162-1.5t-.162-1.488M9.289%2019q-.691%200-1.153-.462t-.463-1.153V6.615q0-.69.463-1.152T9.289%205h5.403q.69%200%201.153.463t.463%201.153v10.769q0%20.69-.463%201.153T14.692%2019zm-3.77-7.02q0%20.391.067.766q.066.375.205.746q.067.183-.037.35t-.287.235q-.207.067-.402-.034q-.196-.1-.263-.308q-.144-.414-.213-.862q-.07-.448-.07-.892t.072-.87q.073-.427.217-.846q.067-.213.26-.317q.192-.104.405-.037q.189.068.28.238t.018.359q-.138.352-.195.717t-.057.756M3.066%2013.5q.163.75.507%201.425q.104.214.043.437q-.062.223-.245.332q-.177.104-.366.07q-.19-.033-.268-.204q-.404-.835-.619-1.734T1.904%2012t.214-1.814t.619-1.72q.078-.172.268-.218t.366.058q.202.11.254.345t-.052.449q-.344.675-.507%201.413T2.904%2012t.162%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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