speaker medium volume emoji
speaker-medium-volume from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- speaker-medium-volume
- Set
- Twitter Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More objects icons from Twitter Emoji
Use the speaker medium volume emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#8899a6" d="M7 10s-2 0-2 2v12c0 2 2 2 2 2h6l8 8s1 1 2 1h1s1 0 1-1V2s0-1-1-1h-1c-1 0-2 1-2 1l-8 8z"/><path fill="#ccd6dd" d="m13 26l8 8s1 1 2 1h1s1 0 1-1V2s0-1-1-1h-1c-1 0-2 1-2 1l-8 8z"/><path fill="#8899a6" d="M28.709 25.959a.998.998 0 0 1-.636-1.772A7.98 7.98 0 0 0 31 18a7.97 7.97 0 0 0-2.988-6.236a1 1 0 1 1 1.254-1.558A9.96 9.96 0 0 1 33 18a9.97 9.97 0 0 1-3.657 7.731a1 1 0 0 1-.634.228"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiSpeakerMediumVolume(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#8899a6" d="M7 10s-2 0-2 2v12c0 2 2 2 2 2h6l8 8s1 1 2 1h1s1 0 1-1V2s0-1-1-1h-1c-1 0-2 1-2 1l-8 8z"/><path fill="#ccd6dd" d="m13 26l8 8s1 1 2 1h1s1 0 1-1V2s0-1-1-1h-1c-1 0-2 1-2 1l-8 8z"/><path fill="#8899a6" d="M28.709 25.959a.998.998 0 0 1-.636-1.772A7.98 7.98 0 0 0 31 18a7.97 7.97 0 0 0-2.988-6.236a1 1 0 1 1 1.254-1.558A9.96 9.96 0 0 1 33 18a9.97 9.97 0 0 1-3.657 7.731a1 1 0 0 1-.634.228"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#8899a6" d="M7 10s-2 0-2 2v12c0 2 2 2 2 2h6l8 8s1 1 2 1h1s1 0 1-1V2s0-1-1-1h-1c-1 0-2 1-2 1l-8 8z"/><path fill="#ccd6dd" d="m13 26l8 8s1 1 2 1h1s1 0 1-1V2s0-1-1-1h-1c-1 0-2 1-2 1l-8 8z"/><path fill="#8899a6" d="M28.709 25.959a.998.998 0 0 1-.636-1.772A7.98 7.98 0 0 0 31 18a7.97 7.97 0 0 0-2.988-6.236a1 1 0 1 1 1.254-1.558A9.96 9.96 0 0 1 33 18a9.97 9.97 0 0 1-3.657 7.731a1 1 0 0 1-.634.228"/></svg> </template>
CSS
.icon-speaker-medium-volume {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%238899a6%22%20d%3D%22M7%2010s-2%200-2%202v12c0%202%202%202%202%202h6l8%208s1%201%202%201h1s1%200%201-1V2s0-1-1-1h-1c-1%200-2%201-2%201l-8%208z%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22m13%2026l8%208s1%201%202%201h1s1%200%201-1V2s0-1-1-1h-1c-1%200-2%201-2%201l-8%208z%22%2F%3E%3Cpath%20fill%3D%22%238899a6%22%20d%3D%22M28.709%2025.959a.998.998%200%200%201-.636-1.772A7.98%207.98%200%200%200%2031%2018a7.97%207.97%200%200%200-2.988-6.236a1%201%200%201%201%201.254-1.558A9.96%209.96%200%200%201%2033%2018a9.97%209.97%200%200%201-3.657%207.731a1%201%200%200%201-.634.228%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%2036%2036%22%3E%3Cpath%20fill%3D%22%238899a6%22%20d%3D%22M7%2010s-2%200-2%202v12c0%202%202%202%202%202h6l8%208s1%201%202%201h1s1%200%201-1V2s0-1-1-1h-1c-1%200-2%201-2%201l-8%208z%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22m13%2026l8%208s1%201%202%201h1s1%200%201-1V2s0-1-1-1h-1c-1%200-2%201-2%201l-8%208z%22%2F%3E%3Cpath%20fill%3D%22%238899a6%22%20d%3D%22M28.709%2025.959a.998.998%200%200%201-.636-1.772A7.98%207.98%200%200%200%2031%2018a7.97%207.97%200%200%200-2.988-6.236a1%201%200%201%201%201.254-1.558A9.96%209.96%200%200%201%2033%2018a9.97%209.97%200%200%201-3.657%207.731a1%201%200%200%201-.634.228%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/speaker-medium-volume.svg?color=%231a73e8&size=48