speaker from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
speaker
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the speaker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M20.5 13.5v-3c0-3.759 0-5.638-1.053-6.893a4.5 4.5 0 0 0-.555-.554C17.638 2 15.76 2 12 2S6.362 2 5.107 3.053a4.5 4.5 0 0 0-.554.554C3.5 4.862 3.5 6.741 3.5 10.5v3c0 3.759 0 5.638 1.053 6.892q.253.302.554.555C6.362 22 8.241 22 12 22s5.638 0 6.892-1.053a4.5 4.5 0 0 0 .555-.555C20.5 19.138 20.5 17.26 20.5 13.5Z"/><path d="M15.5 15a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Zm-2-8a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSpeaker(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M20.5 13.5v-3c0-3.759 0-5.638-1.053-6.893a4.5 4.5 0 0 0-.555-.554C17.638 2 15.76 2 12 2S6.362 2 5.107 3.053a4.5 4.5 0 0 0-.554.554C3.5 4.862 3.5 6.741 3.5 10.5v3c0 3.759 0 5.638 1.053 6.892q.253.302.554.555C6.362 22 8.241 22 12 22s5.638 0 6.892-1.053a4.5 4.5 0 0 0 .555-.555C20.5 19.138 20.5 17.26 20.5 13.5Z"/><path d="M15.5 15a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Zm-2-8a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M20.5 13.5v-3c0-3.759 0-5.638-1.053-6.893a4.5 4.5 0 0 0-.555-.554C17.638 2 15.76 2 12 2S6.362 2 5.107 3.053a4.5 4.5 0 0 0-.554.554C3.5 4.862 3.5 6.741 3.5 10.5v3c0 3.759 0 5.638 1.053 6.892q.253.302.554.555C6.362 22 8.241 22 12 22s5.638 0 6.892-1.053a4.5 4.5 0 0 0 .555-.555C20.5 19.138 20.5 17.26 20.5 13.5Z"/><path d="M15.5 15a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Zm-2-8a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/></g></svg>
</template>

CSS

.icon-speaker {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.5%2013.5v-3c0-3.759%200-5.638-1.053-6.893a4.5%204.5%200%200%200-.555-.554C17.638%202%2015.76%202%2012%202S6.362%202%205.107%203.053a4.5%204.5%200%200%200-.554.554C3.5%204.862%203.5%206.741%203.5%2010.5v3c0%203.759%200%205.638%201.053%206.892q.253.302.554.555C6.362%2022%208.241%2022%2012%2022s5.638%200%206.892-1.053a4.5%204.5%200%200%200%20.555-.555C20.5%2019.138%2020.5%2017.26%2020.5%2013.5Z%22%2F%3E%3Cpath%20d%3D%22M15.5%2015a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200Zm-2-8a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.5%2013.5v-3c0-3.759%200-5.638-1.053-6.893a4.5%204.5%200%200%200-.555-.554C17.638%202%2015.76%202%2012%202S6.362%202%205.107%203.053a4.5%204.5%200%200%200-.554.554C3.5%204.862%203.5%206.741%203.5%2010.5v3c0%203.759%200%205.638%201.053%206.892q.253.302.554.555C6.362%2022%208.241%2022%2012%2022s5.638%200%206.892-1.053a4.5%204.5%200%200%200%20.555-.555C20.5%2019.138%2020.5%2017.26%2020.5%2013.5Z%22%2F%3E%3Cpath%20d%3D%22M15.5%2015a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200Zm-2-8a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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