speaker minimalistic icon

speaker-minimalistic-bold-duotone from Solar by 480 Design · Bold Duotone · Home · CC-BY-4.0 Attribution required.

Name
speaker-minimalistic-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Home
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More home icons from Solar

Use the speaker minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.17157C20 4.34315 20 6.22876 20 10V14C20 17.7712 20 19.6569 18.8284 20.8284C17.6569 22 15.7712 22 12 22C8.22876 22 6.34315 22 5.17157 20.8284C4 19.6569 4 17.7712 4 14V10Z" opacity=".5"/><path d="M10 5.25C9.58579 5.25 9.25 5.58579 9.25 6C9.25 6.41421 9.58579 6.75 10 6.75H14C14.4142 6.75 14.75 6.41421 14.75 6C14.75 5.58579 14.4142 5.25 14 5.25H10Z"/><path fill-rule="evenodd" d="M12 9.25C9.37665 9.25 7.25 11.3766 7.25 14C7.25 16.6234 9.37665 18.75 12 18.75C14.6234 18.75 16.75 16.6234 16.75 14C16.75 11.3766 14.6234 9.25 12 9.25Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSpeakerMinimalisticBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.17157C20 4.34315 20 6.22876 20 10V14C20 17.7712 20 19.6569 18.8284 20.8284C17.6569 22 15.7712 22 12 22C8.22876 22 6.34315 22 5.17157 20.8284C4 19.6569 4 17.7712 4 14V10Z" opacity=".5"/><path d="M10 5.25C9.58579 5.25 9.25 5.58579 9.25 6C9.25 6.41421 9.58579 6.75 10 6.75H14C14.4142 6.75 14.75 6.41421 14.75 6C14.75 5.58579 14.4142 5.25 14 5.25H10Z"/><path fillRule="evenodd" d="M12 9.25C9.37665 9.25 7.25 11.3766 7.25 14C7.25 16.6234 9.37665 18.75 12 18.75C14.6234 18.75 16.75 16.6234 16.75 14C16.75 11.3766 14.6234 9.25 12 9.25Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.17157C20 4.34315 20 6.22876 20 10V14C20 17.7712 20 19.6569 18.8284 20.8284C17.6569 22 15.7712 22 12 22C8.22876 22 6.34315 22 5.17157 20.8284C4 19.6569 4 17.7712 4 14V10Z" opacity=".5"/><path d="M10 5.25C9.58579 5.25 9.25 5.58579 9.25 6C9.25 6.41421 9.58579 6.75 10 6.75H14C14.4142 6.75 14.75 6.41421 14.75 6C14.75 5.58579 14.4142 5.25 14 5.25H10Z"/><path fill-rule="evenodd" d="M12 9.25C9.37665 9.25 7.25 11.3766 7.25 14C7.25 16.6234 9.37665 18.75 12 18.75C14.6234 18.75 16.75 16.6234 16.75 14C16.75 11.3766 14.6234 9.25 12 9.25Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-speaker-minimalistic-bold-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4%2010C4%206.22876%204%204.34315%205.17157%203.17157C6.34315%202%208.22876%202%2012%202C15.7712%202%2017.6569%202%2018.8284%203.17157C20%204.34315%2020%206.22876%2020%2010V14C20%2017.7712%2020%2019.6569%2018.8284%2020.8284C17.6569%2022%2015.7712%2022%2012%2022C8.22876%2022%206.34315%2022%205.17157%2020.8284C4%2019.6569%204%2017.7712%204%2014V10Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10%205.25C9.58579%205.25%209.25%205.58579%209.25%206C9.25%206.41421%209.58579%206.75%2010%206.75H14C14.4142%206.75%2014.75%206.41421%2014.75%206C14.75%205.58579%2014.4142%205.25%2014%205.25H10Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%209.25C9.37665%209.25%207.25%2011.3766%207.25%2014C7.25%2016.6234%209.37665%2018.75%2012%2018.75C14.6234%2018.75%2016.75%2016.6234%2016.75%2014C16.75%2011.3766%2014.6234%209.25%2012%209.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4%2010C4%206.22876%204%204.34315%205.17157%203.17157C6.34315%202%208.22876%202%2012%202C15.7712%202%2017.6569%202%2018.8284%203.17157C20%204.34315%2020%206.22876%2020%2010V14C20%2017.7712%2020%2019.6569%2018.8284%2020.8284C17.6569%2022%2015.7712%2022%2012%2022C8.22876%2022%206.34315%2022%205.17157%2020.8284C4%2019.6569%204%2017.7712%204%2014V10Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10%205.25C9.58579%205.25%209.25%205.58579%209.25%206C9.25%206.41421%209.58579%206.75%2010%206.75H14C14.4142%206.75%2014.75%206.41421%2014.75%206C14.75%205.58579%2014.4142%205.25%2014%205.25H10Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%209.25C9.37665%209.25%207.25%2011.3766%207.25%2014C7.25%2016.6234%209.37665%2018.75%2012%2018.75C14.6234%2018.75%2016.75%2016.6234%2016.75%2014C16.75%2011.3766%2014.6234%209.25%2012%209.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/speaker-minimalistic-bold-duotone.svg?color=%231a73e8&size=48