boombox icon

boombox-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
boombox-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All boombox icons →

More devices icons from Reicon

Use the boombox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.75 16c0-.98.626-1.813 1.5-2.122V15a.75.75 0 0 0 1.5 0v-1.122a2.251 2.251 0 1 1-3 2.122m8.659-1.591a2.25 2.25 0 0 1 2.561-.44l-.793.794a.75.75 0 1 0 1.06 1.06l.794-.793a2.251 2.251 0 1 1-3.622-.621"/><path fill-rule="evenodd" d="M12.052 1.25h-.104c-.899 0-1.648 0-2.242.08c-.628.084-1.195.27-1.65.725c-.456.456-.642 1.023-.726 1.65c-.08.595-.08 1.345-.08 2.243v.078c-2.021.066-3.235.302-4.078 1.146C2 8.343 2 10.229 2 14s0 5.657 1.172 6.828S6.229 22 10 22h4c3.771 0 5.657 0 6.828-1.172S22 17.771 22 14s0-5.657-1.172-6.828c-.843-.844-2.057-1.08-4.078-1.146v-.078c0-.898 0-1.648-.08-2.242c-.084-.628-.27-1.195-.726-1.65c-.455-.456-1.022-.642-1.65-.726c-.594-.08-1.344-.08-2.242-.08m3.196 4.752c-.005-.847-.019-1.758-.064-2.097c-.063-.461-.17-.659-.3-.789s-.328-.237-.79-.3c-.482-.064-1.13-.066-2.094-.066s-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788c-.045.34-.06 1.25-.064 2.097Q9.34 5.999 10 6h4q.662 0 1.248.002M8 12.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m10.652 1.098a3.75 3.75 0 1 0-5.304 5.304a3.75 3.75 0 0 0 5.304-5.304M5.25 9.5A.75.75 0 0 1 6 8.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBoomboxFilled(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="M5.75 16c0-.98.626-1.813 1.5-2.122V15a.75.75 0 0 0 1.5 0v-1.122a2.251 2.251 0 1 1-3 2.122m8.659-1.591a2.25 2.25 0 0 1 2.561-.44l-.793.794a.75.75 0 1 0 1.06 1.06l.794-.793a2.251 2.251 0 1 1-3.622-.621"/><path fillRule="evenodd" d="M12.052 1.25h-.104c-.899 0-1.648 0-2.242.08c-.628.084-1.195.27-1.65.725c-.456.456-.642 1.023-.726 1.65c-.08.595-.08 1.345-.08 2.243v.078c-2.021.066-3.235.302-4.078 1.146C2 8.343 2 10.229 2 14s0 5.657 1.172 6.828S6.229 22 10 22h4c3.771 0 5.657 0 6.828-1.172S22 17.771 22 14s0-5.657-1.172-6.828c-.843-.844-2.057-1.08-4.078-1.146v-.078c0-.898 0-1.648-.08-2.242c-.084-.628-.27-1.195-.726-1.65c-.455-.456-1.022-.642-1.65-.726c-.594-.08-1.344-.08-2.242-.08m3.196 4.752c-.005-.847-.019-1.758-.064-2.097c-.063-.461-.17-.659-.3-.789s-.328-.237-.79-.3c-.482-.064-1.13-.066-2.094-.066s-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788c-.045.34-.06 1.25-.064 2.097Q9.34 5.999 10 6h4q.662 0 1.248.002M8 12.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m10.652 1.098a3.75 3.75 0 1 0-5.304 5.304a3.75 3.75 0 0 0 5.304-5.304M5.25 9.5A.75.75 0 0 1 6 8.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75" 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="M5.75 16c0-.98.626-1.813 1.5-2.122V15a.75.75 0 0 0 1.5 0v-1.122a2.251 2.251 0 1 1-3 2.122m8.659-1.591a2.25 2.25 0 0 1 2.561-.44l-.793.794a.75.75 0 1 0 1.06 1.06l.794-.793a2.251 2.251 0 1 1-3.622-.621"/><path fill-rule="evenodd" d="M12.052 1.25h-.104c-.899 0-1.648 0-2.242.08c-.628.084-1.195.27-1.65.725c-.456.456-.642 1.023-.726 1.65c-.08.595-.08 1.345-.08 2.243v.078c-2.021.066-3.235.302-4.078 1.146C2 8.343 2 10.229 2 14s0 5.657 1.172 6.828S6.229 22 10 22h4c3.771 0 5.657 0 6.828-1.172S22 17.771 22 14s0-5.657-1.172-6.828c-.843-.844-2.057-1.08-4.078-1.146v-.078c0-.898 0-1.648-.08-2.242c-.084-.628-.27-1.195-.726-1.65c-.455-.456-1.022-.642-1.65-.726c-.594-.08-1.344-.08-2.242-.08m3.196 4.752c-.005-.847-.019-1.758-.064-2.097c-.063-.461-.17-.659-.3-.789s-.328-.237-.79-.3c-.482-.064-1.13-.066-2.094-.066s-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788c-.045.34-.06 1.25-.064 2.097Q9.34 5.999 10 6h4q.662 0 1.248.002M8 12.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m10.652 1.098a3.75 3.75 0 1 0-5.304 5.304a3.75 3.75 0 0 0 5.304-5.304M5.25 9.5A.75.75 0 0 1 6 8.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-boombox-filled {
  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%22M5.75%2016c0-.98.626-1.813%201.5-2.122V15a.75.75%200%200%200%201.5%200v-1.122a2.251%202.251%200%201%201-3%202.122m8.659-1.591a2.25%202.25%200%200%201%202.561-.44l-.793.794a.75.75%200%201%200%201.06%201.06l.794-.793a2.251%202.251%200%201%201-3.622-.621%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.052%201.25h-.104c-.899%200-1.648%200-2.242.08c-.628.084-1.195.27-1.65.725c-.456.456-.642%201.023-.726%201.65c-.08.595-.08%201.345-.08%202.243v.078c-2.021.066-3.235.302-4.078%201.146C2%208.343%202%2010.229%202%2014s0%205.657%201.172%206.828S6.229%2022%2010%2022h4c3.771%200%205.657%200%206.828-1.172S22%2017.771%2022%2014s0-5.657-1.172-6.828c-.843-.844-2.057-1.08-4.078-1.146v-.078c0-.898%200-1.648-.08-2.242c-.084-.628-.27-1.195-.726-1.65c-.455-.456-1.022-.642-1.65-.726c-.594-.08-1.344-.08-2.242-.08m3.196%204.752c-.005-.847-.019-1.758-.064-2.097c-.063-.461-.17-.659-.3-.789s-.328-.237-.79-.3c-.482-.064-1.13-.066-2.094-.066s-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788c-.045.34-.06%201.25-.064%202.097Q9.34%205.999%2010%206h4q.662%200%201.248.002M8%2012.25a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5m10.652%201.098a3.75%203.75%200%201%200-5.304%205.304a3.75%203.75%200%200%200%205.304-5.304M5.25%209.5A.75.75%200%200%201%206%208.75h12a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%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%22M5.75%2016c0-.98.626-1.813%201.5-2.122V15a.75.75%200%200%200%201.5%200v-1.122a2.251%202.251%200%201%201-3%202.122m8.659-1.591a2.25%202.25%200%200%201%202.561-.44l-.793.794a.75.75%200%201%200%201.06%201.06l.794-.793a2.251%202.251%200%201%201-3.622-.621%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.052%201.25h-.104c-.899%200-1.648%200-2.242.08c-.628.084-1.195.27-1.65.725c-.456.456-.642%201.023-.726%201.65c-.08.595-.08%201.345-.08%202.243v.078c-2.021.066-3.235.302-4.078%201.146C2%208.343%202%2010.229%202%2014s0%205.657%201.172%206.828S6.229%2022%2010%2022h4c3.771%200%205.657%200%206.828-1.172S22%2017.771%2022%2014s0-5.657-1.172-6.828c-.843-.844-2.057-1.08-4.078-1.146v-.078c0-.898%200-1.648-.08-2.242c-.084-.628-.27-1.195-.726-1.65c-.455-.456-1.022-.642-1.65-.726c-.594-.08-1.344-.08-2.242-.08m3.196%204.752c-.005-.847-.019-1.758-.064-2.097c-.063-.461-.17-.659-.3-.789s-.328-.237-.79-.3c-.482-.064-1.13-.066-2.094-.066s-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788c-.045.34-.06%201.25-.064%202.097Q9.34%205.999%2010%206h4q.662%200%201.248.002M8%2012.25a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5m10.652%201.098a3.75%203.75%200%201%200-5.304%205.304a3.75%203.75%200%200%200%205.304-5.304M5.25%209.5A.75.75%200%200%201%206%208.75h12a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%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/reicon/boombox-filled.svg?color=%231a73e8&size=48