soundwave icon

soundwave-outline from Solar by 480 Design · Outline · Video · CC-BY-4.0 Attribution required.

Name
soundwave-outline
Set
Solar
Style
Outline
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More video icons from Solar

Use the soundwave icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 3.25C12.4142 3.25 12.75 3.58579 12.75 4L12.75 20C12.75 20.4142 12.4142 20.75 12 20.75C11.5858 20.75 11.25 20.4142 11.25 20L11.25 4C11.25 3.58579 11.5858 3.25 12 3.25ZM8 6.25C8.41421 6.25 8.75 6.58579 8.75 7V17C8.75 17.4142 8.41421 17.75 8 17.75C7.58579 17.75 7.25 17.4142 7.25 17V7C7.25 6.58579 7.58579 6.25 8 6.25ZM16 6.25C16.4142 6.25 16.75 6.58579 16.75 7V17C16.75 17.4142 16.4142 17.75 16 17.75C15.5858 17.75 15.25 17.4142 15.25 17V7C15.25 6.58579 15.5858 6.25 16 6.25ZM4 10.25C4.41421 10.25 4.75 10.5858 4.75 11L4.75 13C4.75 13.4142 4.41421 13.75 4 13.75C3.58579 13.75 3.25 13.4142 3.25 13L3.25 11C3.25 10.5858 3.58579 10.25 4 10.25ZM20 10.25C20.4142 10.25 20.75 10.5858 20.75 11V13C20.75 13.4142 20.4142 13.75 20 13.75C19.5858 13.75 19.25 13.4142 19.25 13V11C19.25 10.5858 19.5858 10.25 20 10.25Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarSoundwaveOutline(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" fillRule="evenodd" d="M12 3.25C12.4142 3.25 12.75 3.58579 12.75 4L12.75 20C12.75 20.4142 12.4142 20.75 12 20.75C11.5858 20.75 11.25 20.4142 11.25 20L11.25 4C11.25 3.58579 11.5858 3.25 12 3.25ZM8 6.25C8.41421 6.25 8.75 6.58579 8.75 7V17C8.75 17.4142 8.41421 17.75 8 17.75C7.58579 17.75 7.25 17.4142 7.25 17V7C7.25 6.58579 7.58579 6.25 8 6.25ZM16 6.25C16.4142 6.25 16.75 6.58579 16.75 7V17C16.75 17.4142 16.4142 17.75 16 17.75C15.5858 17.75 15.25 17.4142 15.25 17V7C15.25 6.58579 15.5858 6.25 16 6.25ZM4 10.25C4.41421 10.25 4.75 10.5858 4.75 11L4.75 13C4.75 13.4142 4.41421 13.75 4 13.75C3.58579 13.75 3.25 13.4142 3.25 13L3.25 11C3.25 10.5858 3.58579 10.25 4 10.25ZM20 10.25C20.4142 10.25 20.75 10.5858 20.75 11V13C20.75 13.4142 20.4142 13.75 20 13.75C19.5858 13.75 19.25 13.4142 19.25 13V11C19.25 10.5858 19.5858 10.25 20 10.25Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 3.25C12.4142 3.25 12.75 3.58579 12.75 4L12.75 20C12.75 20.4142 12.4142 20.75 12 20.75C11.5858 20.75 11.25 20.4142 11.25 20L11.25 4C11.25 3.58579 11.5858 3.25 12 3.25ZM8 6.25C8.41421 6.25 8.75 6.58579 8.75 7V17C8.75 17.4142 8.41421 17.75 8 17.75C7.58579 17.75 7.25 17.4142 7.25 17V7C7.25 6.58579 7.58579 6.25 8 6.25ZM16 6.25C16.4142 6.25 16.75 6.58579 16.75 7V17C16.75 17.4142 16.4142 17.75 16 17.75C15.5858 17.75 15.25 17.4142 15.25 17V7C15.25 6.58579 15.5858 6.25 16 6.25ZM4 10.25C4.41421 10.25 4.75 10.5858 4.75 11L4.75 13C4.75 13.4142 4.41421 13.75 4 13.75C3.58579 13.75 3.25 13.4142 3.25 13L3.25 11C3.25 10.5858 3.58579 10.25 4 10.25ZM20 10.25C20.4142 10.25 20.75 10.5858 20.75 11V13C20.75 13.4142 20.4142 13.75 20 13.75C19.5858 13.75 19.25 13.4142 19.25 13V11C19.25 10.5858 19.5858 10.25 20 10.25Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-soundwave-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.25C12.4142%203.25%2012.75%203.58579%2012.75%204L12.75%2020C12.75%2020.4142%2012.4142%2020.75%2012%2020.75C11.5858%2020.75%2011.25%2020.4142%2011.25%2020L11.25%204C11.25%203.58579%2011.5858%203.25%2012%203.25ZM8%206.25C8.41421%206.25%208.75%206.58579%208.75%207V17C8.75%2017.4142%208.41421%2017.75%208%2017.75C7.58579%2017.75%207.25%2017.4142%207.25%2017V7C7.25%206.58579%207.58579%206.25%208%206.25ZM16%206.25C16.4142%206.25%2016.75%206.58579%2016.75%207V17C16.75%2017.4142%2016.4142%2017.75%2016%2017.75C15.5858%2017.75%2015.25%2017.4142%2015.25%2017V7C15.25%206.58579%2015.5858%206.25%2016%206.25ZM4%2010.25C4.41421%2010.25%204.75%2010.5858%204.75%2011L4.75%2013C4.75%2013.4142%204.41421%2013.75%204%2013.75C3.58579%2013.75%203.25%2013.4142%203.25%2013L3.25%2011C3.25%2010.5858%203.58579%2010.25%204%2010.25ZM20%2010.25C20.4142%2010.25%2020.75%2010.5858%2020.75%2011V13C20.75%2013.4142%2020.4142%2013.75%2020%2013.75C19.5858%2013.75%2019.25%2013.4142%2019.25%2013V11C19.25%2010.5858%2019.5858%2010.25%2020%2010.25Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.25C12.4142%203.25%2012.75%203.58579%2012.75%204L12.75%2020C12.75%2020.4142%2012.4142%2020.75%2012%2020.75C11.5858%2020.75%2011.25%2020.4142%2011.25%2020L11.25%204C11.25%203.58579%2011.5858%203.25%2012%203.25ZM8%206.25C8.41421%206.25%208.75%206.58579%208.75%207V17C8.75%2017.4142%208.41421%2017.75%208%2017.75C7.58579%2017.75%207.25%2017.4142%207.25%2017V7C7.25%206.58579%207.58579%206.25%208%206.25ZM16%206.25C16.4142%206.25%2016.75%206.58579%2016.75%207V17C16.75%2017.4142%2016.4142%2017.75%2016%2017.75C15.5858%2017.75%2015.25%2017.4142%2015.25%2017V7C15.25%206.58579%2015.5858%206.25%2016%206.25ZM4%2010.25C4.41421%2010.25%204.75%2010.5858%204.75%2011L4.75%2013C4.75%2013.4142%204.41421%2013.75%204%2013.75C3.58579%2013.75%203.25%2013.4142%203.25%2013L3.25%2011C3.25%2010.5858%203.58579%2010.25%204%2010.25ZM20%2010.25C20.4142%2010.25%2020.75%2010.5858%2020.75%2011V13C20.75%2013.4142%2020.4142%2013.75%2020%2013.75C19.5858%2013.75%2019.25%2013.4142%2019.25%2013V11C19.25%2010.5858%2019.5858%2010.25%2020%2010.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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