speaker 3 icon
speaker-3-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- speaker-3-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the speaker 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M48.16 48.934c.717.484 1.665.29 2.227-.503C53.929 43.359 56 36.836 56 29.926S53.91 16.472 50.386 11.4c-.56-.794-1.51-.987-2.226-.484c-.735.503-.851 1.471-.29 2.284c3.116 4.588 5.052 10.472 5.052 16.725c0 6.252-1.877 12.214-5.052 16.724c-.561.794-.445 1.761.29 2.284M21.642 47.6c1.317 0 2.265-.968 2.265-2.265V14.459c0-1.297-.948-2.38-2.303-2.38c-.949 0-1.588.425-2.614 1.393l-8.536 8.072a.76.76 0 0 1-.503.174H4.2c-2.729 0-4.2 1.49-4.2 4.394v7.51c0 2.904 1.471 4.395 4.2 4.395h5.75a.76.76 0 0 1 .503.174l8.536 8.15c.93.87 1.704 1.258 2.652 1.258m18.719-3.95c.754.504 1.684.31 2.226-.464c2.555-3.562 4.026-8.304 4.026-13.26c0-4.974-1.452-9.717-4.026-13.278c-.562-.755-1.472-.949-2.227-.446c-.735.504-.851 1.452-.27 2.284c2.11 3.098 3.406 7.163 3.406 11.44c0 4.278-1.258 8.382-3.426 11.44c-.542.833-.445 1.781.29 2.285m-7.724-5.226c.658.465 1.607.31 2.168-.445c1.51-2.032 2.42-5.013 2.42-8.053c0-3.038-.93-6-2.42-8.071c-.561-.755-1.49-.91-2.168-.446c-.852.562-.949 1.549-.33 2.4c1.124 1.51 1.801 3.814 1.801 6.118c0 2.303-.716 4.607-1.82 6.136c-.58.832-.483 1.78.349 2.361"/></svg>
React
import type { SVGProps } from "react";
export function F7Speaker3Fill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M48.16 48.934c.717.484 1.665.29 2.227-.503C53.929 43.359 56 36.836 56 29.926S53.91 16.472 50.386 11.4c-.56-.794-1.51-.987-2.226-.484c-.735.503-.851 1.471-.29 2.284c3.116 4.588 5.052 10.472 5.052 16.725c0 6.252-1.877 12.214-5.052 16.724c-.561.794-.445 1.761.29 2.284M21.642 47.6c1.317 0 2.265-.968 2.265-2.265V14.459c0-1.297-.948-2.38-2.303-2.38c-.949 0-1.588.425-2.614 1.393l-8.536 8.072a.76.76 0 0 1-.503.174H4.2c-2.729 0-4.2 1.49-4.2 4.394v7.51c0 2.904 1.471 4.395 4.2 4.395h5.75a.76.76 0 0 1 .503.174l8.536 8.15c.93.87 1.704 1.258 2.652 1.258m18.719-3.95c.754.504 1.684.31 2.226-.464c2.555-3.562 4.026-8.304 4.026-13.26c0-4.974-1.452-9.717-4.026-13.278c-.562-.755-1.472-.949-2.227-.446c-.735.504-.851 1.452-.27 2.284c2.11 3.098 3.406 7.163 3.406 11.44c0 4.278-1.258 8.382-3.426 11.44c-.542.833-.445 1.781.29 2.285m-7.724-5.226c.658.465 1.607.31 2.168-.445c1.51-2.032 2.42-5.013 2.42-8.053c0-3.038-.93-6-2.42-8.071c-.561-.755-1.49-.91-2.168-.446c-.852.562-.949 1.549-.33 2.4c1.124 1.51 1.801 3.814 1.801 6.118c0 2.303-.716 4.607-1.82 6.136c-.58.832-.483 1.78.349 2.361"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M48.16 48.934c.717.484 1.665.29 2.227-.503C53.929 43.359 56 36.836 56 29.926S53.91 16.472 50.386 11.4c-.56-.794-1.51-.987-2.226-.484c-.735.503-.851 1.471-.29 2.284c3.116 4.588 5.052 10.472 5.052 16.725c0 6.252-1.877 12.214-5.052 16.724c-.561.794-.445 1.761.29 2.284M21.642 47.6c1.317 0 2.265-.968 2.265-2.265V14.459c0-1.297-.948-2.38-2.303-2.38c-.949 0-1.588.425-2.614 1.393l-8.536 8.072a.76.76 0 0 1-.503.174H4.2c-2.729 0-4.2 1.49-4.2 4.394v7.51c0 2.904 1.471 4.395 4.2 4.395h5.75a.76.76 0 0 1 .503.174l8.536 8.15c.93.87 1.704 1.258 2.652 1.258m18.719-3.95c.754.504 1.684.31 2.226-.464c2.555-3.562 4.026-8.304 4.026-13.26c0-4.974-1.452-9.717-4.026-13.278c-.562-.755-1.472-.949-2.227-.446c-.735.504-.851 1.452-.27 2.284c2.11 3.098 3.406 7.163 3.406 11.44c0 4.278-1.258 8.382-3.426 11.44c-.542.833-.445 1.781.29 2.285m-7.724-5.226c.658.465 1.607.31 2.168-.445c1.51-2.032 2.42-5.013 2.42-8.053c0-3.038-.93-6-2.42-8.071c-.561-.755-1.49-.91-2.168-.446c-.852.562-.949 1.549-.33 2.4c1.124 1.51 1.801 3.814 1.801 6.118c0 2.303-.716 4.607-1.82 6.136c-.58.832-.483 1.78.349 2.361"/></svg> </template>
CSS
.icon-speaker-3-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48.16%2048.934c.717.484%201.665.29%202.227-.503C53.929%2043.359%2056%2036.836%2056%2029.926S53.91%2016.472%2050.386%2011.4c-.56-.794-1.51-.987-2.226-.484c-.735.503-.851%201.471-.29%202.284c3.116%204.588%205.052%2010.472%205.052%2016.725c0%206.252-1.877%2012.214-5.052%2016.724c-.561.794-.445%201.761.29%202.284M21.642%2047.6c1.317%200%202.265-.968%202.265-2.265V14.459c0-1.297-.948-2.38-2.303-2.38c-.949%200-1.588.425-2.614%201.393l-8.536%208.072a.76.76%200%200%201-.503.174H4.2c-2.729%200-4.2%201.49-4.2%204.394v7.51c0%202.904%201.471%204.395%204.2%204.395h5.75a.76.76%200%200%201%20.503.174l8.536%208.15c.93.87%201.704%201.258%202.652%201.258m18.719-3.95c.754.504%201.684.31%202.226-.464c2.555-3.562%204.026-8.304%204.026-13.26c0-4.974-1.452-9.717-4.026-13.278c-.562-.755-1.472-.949-2.227-.446c-.735.504-.851%201.452-.27%202.284c2.11%203.098%203.406%207.163%203.406%2011.44c0%204.278-1.258%208.382-3.426%2011.44c-.542.833-.445%201.781.29%202.285m-7.724-5.226c.658.465%201.607.31%202.168-.445c1.51-2.032%202.42-5.013%202.42-8.053c0-3.038-.93-6-2.42-8.071c-.561-.755-1.49-.91-2.168-.446c-.852.562-.949%201.549-.33%202.4c1.124%201.51%201.801%203.814%201.801%206.118c0%202.303-.716%204.607-1.82%206.136c-.58.832-.483%201.78.349%202.361%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48.16%2048.934c.717.484%201.665.29%202.227-.503C53.929%2043.359%2056%2036.836%2056%2029.926S53.91%2016.472%2050.386%2011.4c-.56-.794-1.51-.987-2.226-.484c-.735.503-.851%201.471-.29%202.284c3.116%204.588%205.052%2010.472%205.052%2016.725c0%206.252-1.877%2012.214-5.052%2016.724c-.561.794-.445%201.761.29%202.284M21.642%2047.6c1.317%200%202.265-.968%202.265-2.265V14.459c0-1.297-.948-2.38-2.303-2.38c-.949%200-1.588.425-2.614%201.393l-8.536%208.072a.76.76%200%200%201-.503.174H4.2c-2.729%200-4.2%201.49-4.2%204.394v7.51c0%202.904%201.471%204.395%204.2%204.395h5.75a.76.76%200%200%201%20.503.174l8.536%208.15c.93.87%201.704%201.258%202.652%201.258m18.719-3.95c.754.504%201.684.31%202.226-.464c2.555-3.562%204.026-8.304%204.026-13.26c0-4.974-1.452-9.717-4.026-13.278c-.562-.755-1.472-.949-2.227-.446c-.735.504-.851%201.452-.27%202.284c2.11%203.098%203.406%207.163%203.406%2011.44c0%204.278-1.258%208.382-3.426%2011.44c-.542.833-.445%201.781.29%202.285m-7.724-5.226c.658.465%201.607.31%202.168-.445c1.51-2.032%202.42-5.013%202.42-8.053c0-3.038-.93-6-2.42-8.071c-.561-.755-1.49-.91-2.168-.446c-.852.562-.949%201.549-.33%202.4c1.124%201.51%201.801%203.814%201.801%206.118c0%202.303-.716%204.607-1.82%206.136c-.58.832-.483%201.78.349%202.361%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/speaker-3-fill.svg?color=%231a73e8&size=48