speaker3soundwaves emoji
speaker3soundwaves from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- speaker3soundwaves
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the speaker3soundwaves emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#ADB8BC" d="M205.504 438.735L54.186 285.036c-18.786-19.082-18.786-49.708 0-68.79l151.318-153.7c30.772-31.257 83.962-9.467 83.962 34.395V404.34c.001 43.862-53.189 65.652-83.962 34.395"/><path fill="#597B91" d="M126.442 359.044H36.574c-15.84 0-28.8-12.96-28.8-28.8V171.038c0-15.84 12.96-28.8 28.8-28.8h89.869v216.806z"/><path fill="#7D9DAF" d="M364.817 369.361c-4.336 0-8.579-2.15-11.075-6.082c-3.878-6.11-2.07-14.207 4.04-18.087c25.883-16.43 44.359-44.487 49.423-75.05c6.99-42.19-12.698-86.263-48.992-109.671c-6.082-3.923-7.832-12.032-3.909-18.114c3.921-6.083 12.03-7.835 18.115-3.91c44.944 28.987 69.314 83.633 60.641 135.978c-6.264 37.803-29.154 72.53-61.231 92.893a13.05 13.05 0 0 1-7.012 2.043m50.275 36.129c42.775-27.153 73.3-73.467 81.654-123.89c11.564-69.796-20.938-142.665-80.876-181.322c-6.085-3.925-14.194-2.173-18.115 3.91c-3.923 6.082-2.173 14.192 3.909 18.114c51.288 33.078 79.107 95.374 69.227 155.015c-7.155 43.183-33.266 82.828-69.846 106.048c-6.109 3.878-7.918 11.976-4.04 18.087a13.093 13.093 0 0 0 18.087 4.038m-79.742-89.852c17.855-11.337 30.093-29.896 33.576-50.92c4.758-28.721-8.601-58.696-33.243-74.588c-6.081-3.922-14.192-2.172-18.114 3.91s-2.173 14.192 3.91 18.115c15.989 10.312 24.667 29.714 21.592 48.279c-2.233 13.476-10.371 25.841-21.768 33.078c-6.11 3.879-7.918 11.978-4.04 18.087a13.1 13.1 0 0 0 11.075 6.082a13.06 13.06 0 0 0 7.012-2.043"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiSpeaker3soundwaves(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#ADB8BC" d="M205.504 438.735L54.186 285.036c-18.786-19.082-18.786-49.708 0-68.79l151.318-153.7c30.772-31.257 83.962-9.467 83.962 34.395V404.34c.001 43.862-53.189 65.652-83.962 34.395"/><path fill="#597B91" d="M126.442 359.044H36.574c-15.84 0-28.8-12.96-28.8-28.8V171.038c0-15.84 12.96-28.8 28.8-28.8h89.869v216.806z"/><path fill="#7D9DAF" d="M364.817 369.361c-4.336 0-8.579-2.15-11.075-6.082c-3.878-6.11-2.07-14.207 4.04-18.087c25.883-16.43 44.359-44.487 49.423-75.05c6.99-42.19-12.698-86.263-48.992-109.671c-6.082-3.923-7.832-12.032-3.909-18.114c3.921-6.083 12.03-7.835 18.115-3.91c44.944 28.987 69.314 83.633 60.641 135.978c-6.264 37.803-29.154 72.53-61.231 92.893a13.05 13.05 0 0 1-7.012 2.043m50.275 36.129c42.775-27.153 73.3-73.467 81.654-123.89c11.564-69.796-20.938-142.665-80.876-181.322c-6.085-3.925-14.194-2.173-18.115 3.91c-3.923 6.082-2.173 14.192 3.909 18.114c51.288 33.078 79.107 95.374 69.227 155.015c-7.155 43.183-33.266 82.828-69.846 106.048c-6.109 3.878-7.918 11.976-4.04 18.087a13.093 13.093 0 0 0 18.087 4.038m-79.742-89.852c17.855-11.337 30.093-29.896 33.576-50.92c4.758-28.721-8.601-58.696-33.243-74.588c-6.081-3.922-14.192-2.172-18.114 3.91s-2.173 14.192 3.91 18.115c15.989 10.312 24.667 29.714 21.592 48.279c-2.233 13.476-10.371 25.841-21.768 33.078c-6.11 3.879-7.918 11.978-4.04 18.087a13.1 13.1 0 0 0 11.075 6.082a13.06 13.06 0 0 0 7.012-2.043"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#ADB8BC" d="M205.504 438.735L54.186 285.036c-18.786-19.082-18.786-49.708 0-68.79l151.318-153.7c30.772-31.257 83.962-9.467 83.962 34.395V404.34c.001 43.862-53.189 65.652-83.962 34.395"/><path fill="#597B91" d="M126.442 359.044H36.574c-15.84 0-28.8-12.96-28.8-28.8V171.038c0-15.84 12.96-28.8 28.8-28.8h89.869v216.806z"/><path fill="#7D9DAF" d="M364.817 369.361c-4.336 0-8.579-2.15-11.075-6.082c-3.878-6.11-2.07-14.207 4.04-18.087c25.883-16.43 44.359-44.487 49.423-75.05c6.99-42.19-12.698-86.263-48.992-109.671c-6.082-3.923-7.832-12.032-3.909-18.114c3.921-6.083 12.03-7.835 18.115-3.91c44.944 28.987 69.314 83.633 60.641 135.978c-6.264 37.803-29.154 72.53-61.231 92.893a13.05 13.05 0 0 1-7.012 2.043m50.275 36.129c42.775-27.153 73.3-73.467 81.654-123.89c11.564-69.796-20.938-142.665-80.876-181.322c-6.085-3.925-14.194-2.173-18.115 3.91c-3.923 6.082-2.173 14.192 3.909 18.114c51.288 33.078 79.107 95.374 69.227 155.015c-7.155 43.183-33.266 82.828-69.846 106.048c-6.109 3.878-7.918 11.976-4.04 18.087a13.093 13.093 0 0 0 18.087 4.038m-79.742-89.852c17.855-11.337 30.093-29.896 33.576-50.92c4.758-28.721-8.601-58.696-33.243-74.588c-6.081-3.922-14.192-2.172-18.114 3.91s-2.173 14.192 3.91 18.115c15.989 10.312 24.667 29.714 21.592 48.279c-2.233 13.476-10.371 25.841-21.768 33.078c-6.11 3.879-7.918 11.978-4.04 18.087a13.1 13.1 0 0 0 11.075 6.082a13.06 13.06 0 0 0 7.012-2.043"/></svg> </template>
CSS
.icon-speaker3soundwaves {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23ADB8BC%22%20d%3D%22M205.504%20438.735L54.186%20285.036c-18.786-19.082-18.786-49.708%200-68.79l151.318-153.7c30.772-31.257%2083.962-9.467%2083.962%2034.395V404.34c.001%2043.862-53.189%2065.652-83.962%2034.395%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M126.442%20359.044H36.574c-15.84%200-28.8-12.96-28.8-28.8V171.038c0-15.84%2012.96-28.8%2028.8-28.8h89.869v216.806z%22%2F%3E%3Cpath%20fill%3D%22%237D9DAF%22%20d%3D%22M364.817%20369.361c-4.336%200-8.579-2.15-11.075-6.082c-3.878-6.11-2.07-14.207%204.04-18.087c25.883-16.43%2044.359-44.487%2049.423-75.05c6.99-42.19-12.698-86.263-48.992-109.671c-6.082-3.923-7.832-12.032-3.909-18.114c3.921-6.083%2012.03-7.835%2018.115-3.91c44.944%2028.987%2069.314%2083.633%2060.641%20135.978c-6.264%2037.803-29.154%2072.53-61.231%2092.893a13.05%2013.05%200%200%201-7.012%202.043m50.275%2036.129c42.775-27.153%2073.3-73.467%2081.654-123.89c11.564-69.796-20.938-142.665-80.876-181.322c-6.085-3.925-14.194-2.173-18.115%203.91c-3.923%206.082-2.173%2014.192%203.909%2018.114c51.288%2033.078%2079.107%2095.374%2069.227%20155.015c-7.155%2043.183-33.266%2082.828-69.846%20106.048c-6.109%203.878-7.918%2011.976-4.04%2018.087a13.093%2013.093%200%200%200%2018.087%204.038m-79.742-89.852c17.855-11.337%2030.093-29.896%2033.576-50.92c4.758-28.721-8.601-58.696-33.243-74.588c-6.081-3.922-14.192-2.172-18.114%203.91s-2.173%2014.192%203.91%2018.115c15.989%2010.312%2024.667%2029.714%2021.592%2048.279c-2.233%2013.476-10.371%2025.841-21.768%2033.078c-6.11%203.879-7.918%2011.978-4.04%2018.087a13.1%2013.1%200%200%200%2011.075%206.082a13.06%2013.06%200%200%200%207.012-2.043%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23ADB8BC%22%20d%3D%22M205.504%20438.735L54.186%20285.036c-18.786-19.082-18.786-49.708%200-68.79l151.318-153.7c30.772-31.257%2083.962-9.467%2083.962%2034.395V404.34c.001%2043.862-53.189%2065.652-83.962%2034.395%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M126.442%20359.044H36.574c-15.84%200-28.8-12.96-28.8-28.8V171.038c0-15.84%2012.96-28.8%2028.8-28.8h89.869v216.806z%22%2F%3E%3Cpath%20fill%3D%22%237D9DAF%22%20d%3D%22M364.817%20369.361c-4.336%200-8.579-2.15-11.075-6.082c-3.878-6.11-2.07-14.207%204.04-18.087c25.883-16.43%2044.359-44.487%2049.423-75.05c6.99-42.19-12.698-86.263-48.992-109.671c-6.082-3.923-7.832-12.032-3.909-18.114c3.921-6.083%2012.03-7.835%2018.115-3.91c44.944%2028.987%2069.314%2083.633%2060.641%20135.978c-6.264%2037.803-29.154%2072.53-61.231%2092.893a13.05%2013.05%200%200%201-7.012%202.043m50.275%2036.129c42.775-27.153%2073.3-73.467%2081.654-123.89c11.564-69.796-20.938-142.665-80.876-181.322c-6.085-3.925-14.194-2.173-18.115%203.91c-3.923%206.082-2.173%2014.192%203.909%2018.114c51.288%2033.078%2079.107%2095.374%2069.227%20155.015c-7.155%2043.183-33.266%2082.828-69.846%20106.048c-6.109%203.878-7.918%2011.976-4.04%2018.087a13.093%2013.093%200%200%200%2018.087%204.038m-79.742-89.852c17.855-11.337%2030.093-29.896%2033.576-50.92c4.758-28.721-8.601-58.696-33.243-74.588c-6.081-3.922-14.192-2.172-18.114%203.91s-2.173%2014.192%203.91%2018.115c15.989%2010.312%2024.667%2029.714%2021.592%2048.279c-2.233%2013.476-10.371%2025.841-21.768%2033.078c-6.11%203.879-7.918%2011.978-4.04%2018.087a13.1%2013.1%200%200%200%2011.075%206.082a13.06%2013.06%200%200%200%207.012-2.043%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/speaker3soundwaves.svg?color=%231a73e8&size=48