speaker-stop from Material Design Icons by Pictogrammers · Filled · Audio · Apache-2.0 Free for personal and commercial use.

Name
speaker-stop
Set
Material Design Icons
Style
Filled
Category
Audio
Viewbox
24×24
License
Apache 2.0

More audio icons from Material Design Icons

Use the speaker stop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.28 19.81c-.41.11-.83.19-1.28.19c-2.76 0-5-2.24-5-5s2.24-5 5-5c1.89 0 3.5 1.06 4.37 2.61c.79-.38 1.69-.61 2.63-.61V4a2 2 0 0 0-2-2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.54c-.54-.63-1-1.37-1.26-2.19M11 4c1.11 0 2 .89 2 2s-.89 2-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2m2.74 9.78A6 6 0 0 0 12 17.81c-.31.12-.64.19-1 .19c-1.66 0-3-1.34-3-3s1.34-3 3-3c1.22 0 2.27.73 2.74 1.78M21 15h-6v6h6z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSpeakerStop(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.28 19.81c-.41.11-.83.19-1.28.19c-2.76 0-5-2.24-5-5s2.24-5 5-5c1.89 0 3.5 1.06 4.37 2.61c.79-.38 1.69-.61 2.63-.61V4a2 2 0 0 0-2-2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.54c-.54-.63-1-1.37-1.26-2.19M11 4c1.11 0 2 .89 2 2s-.89 2-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2m2.74 9.78A6 6 0 0 0 12 17.81c-.31.12-.64.19-1 .19c-1.66 0-3-1.34-3-3s1.34-3 3-3c1.22 0 2.27.73 2.74 1.78M21 15h-6v6h6z"/></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.28 19.81c-.41.11-.83.19-1.28.19c-2.76 0-5-2.24-5-5s2.24-5 5-5c1.89 0 3.5 1.06 4.37 2.61c.79-.38 1.69-.61 2.63-.61V4a2 2 0 0 0-2-2H6c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h7.54c-.54-.63-1-1.37-1.26-2.19M11 4c1.11 0 2 .89 2 2s-.89 2-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2m2.74 9.78A6 6 0 0 0 12 17.81c-.31.12-.64.19-1 .19c-1.66 0-3-1.34-3-3s1.34-3 3-3c1.22 0 2.27.73 2.74 1.78M21 15h-6v6h6z"/></svg>
</template>

CSS

.icon-speaker-stop {
  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.28%2019.81c-.41.11-.83.19-1.28.19c-2.76%200-5-2.24-5-5s2.24-5%205-5c1.89%200%203.5%201.06%204.37%202.61c.79-.38%201.69-.61%202.63-.61V4a2%202%200%200%200-2-2H6c-1.11%200-2%20.89-2%202v16c0%201.11.89%202%202%202h7.54c-.54-.63-1-1.37-1.26-2.19M11%204c1.11%200%202%20.89%202%202s-.89%202-2%202a2%202%200%200%201-2-2c0-1.11.89-2%202-2m2.74%209.78A6%206%200%200%200%2012%2017.81c-.31.12-.64.19-1%20.19c-1.66%200-3-1.34-3-3s1.34-3%203-3c1.22%200%202.27.73%202.74%201.78M21%2015h-6v6h6z%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.28%2019.81c-.41.11-.83.19-1.28.19c-2.76%200-5-2.24-5-5s2.24-5%205-5c1.89%200%203.5%201.06%204.37%202.61c.79-.38%201.69-.61%202.63-.61V4a2%202%200%200%200-2-2H6c-1.11%200-2%20.89-2%202v16c0%201.11.89%202%202%202h7.54c-.54-.63-1-1.37-1.26-2.19M11%204c1.11%200%202%20.89%202%202s-.89%202-2%202a2%202%200%200%201-2-2c0-1.11.89-2%202-2m2.74%209.78A6%206%200%200%200%2012%2017.81c-.31.12-.64.19-1%20.19c-1.66%200-3-1.34-3-3s1.34-3%203-3c1.22%200%202.27.73%202.74%201.78M21%2015h-6v6h6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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