smart speaker2 icon
smart-speaker2 from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- smart-speaker2
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More devices icons from Reicon
Use the smart speaker2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.684 2.814c-1.098-.152-2.588-.04-4.192.406S8.542 4.343 7.66 5.048c-.442.353-.738.691-.903.982c-.094.166-.136.3-.15.407l-.003.044a.5.5 0 0 0 .013.148c.03.117.125.272.397.432c.276.162.69.3 1.24.376c1.099.153 2.589.042 4.193-.405c1.604-.446 2.95-1.123 3.832-1.828c.441-.354.738-.691.902-.982c.163-.288.171-.48.14-.6c-.03-.116-.125-.271-.396-.43c-.276-.164-.69-.301-1.24-.378M5.106 6.384a2.56 2.56 0 0 1 .346-1.093c.288-.51.736-.986 1.271-1.414c1.073-.859 2.614-1.615 4.367-2.103c1.752-.487 3.453-.632 4.8-.445c.673.093 1.295.274 1.796.57c.507.298.93.74 1.088 1.349q.052.204.06.405l.797 10.745l.002.035c.076 1.34.136 2.394.111 3.24c-.025.863-.137 1.585-.452 2.24a5.04 5.04 0 0 1-1.957 2.153c-.622.37-1.32.531-2.155.608c-.817.076-1.837.076-3.127.076h-.076c-1.304 0-2.335 0-3.16-.077c-.843-.078-1.549-.241-2.174-.617a5.04 5.04 0 0 1-1.959-2.182c-.311-.663-.417-1.393-.432-2.265c-.015-.856.058-1.92.152-3.274l.003-.043zm12.407-.26q-.143.128-.297.251c-1.073.858-2.614 1.615-4.367 2.102c-1.752.488-3.454.633-4.8.446c-.596-.082-1.152-.234-1.62-.473l-.402 4.543c.63.466 2.246 1.257 5.973 1.257c3.824 0 5.426-.833 6.02-1.294zm.63 8.518C17.018 15.22 15.13 15.75 12 15.75c-3.105 0-4.987-.522-6.115-1.093c-.087 1.265-.146 2.191-.133 2.926c.013.776.107 1.264.29 1.653a3.55 3.55 0 0 0 1.374 1.534c.351.211.802.341 1.54.41c.747.07 1.709.07 3.06.07c1.335 0 2.286 0 3.025-.07c.73-.067 1.177-.195 1.526-.402a3.54 3.54 0 0 0 1.373-1.514c.185-.385.283-.867.305-1.634c.022-.745-.029-1.688-.102-2.988" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSmartSpeaker2(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" fillRule="evenodd" d="M15.684 2.814c-1.098-.152-2.588-.04-4.192.406S8.542 4.343 7.66 5.048c-.442.353-.738.691-.903.982c-.094.166-.136.3-.15.407l-.003.044a.5.5 0 0 0 .013.148c.03.117.125.272.397.432c.276.162.69.3 1.24.376c1.099.153 2.589.042 4.193-.405c1.604-.446 2.95-1.123 3.832-1.828c.441-.354.738-.691.902-.982c.163-.288.171-.48.14-.6c-.03-.116-.125-.271-.396-.43c-.276-.164-.69-.301-1.24-.378M5.106 6.384a2.56 2.56 0 0 1 .346-1.093c.288-.51.736-.986 1.271-1.414c1.073-.859 2.614-1.615 4.367-2.103c1.752-.487 3.453-.632 4.8-.445c.673.093 1.295.274 1.796.57c.507.298.93.74 1.088 1.349q.052.204.06.405l.797 10.745l.002.035c.076 1.34.136 2.394.111 3.24c-.025.863-.137 1.585-.452 2.24a5.04 5.04 0 0 1-1.957 2.153c-.622.37-1.32.531-2.155.608c-.817.076-1.837.076-3.127.076h-.076c-1.304 0-2.335 0-3.16-.077c-.843-.078-1.549-.241-2.174-.617a5.04 5.04 0 0 1-1.959-2.182c-.311-.663-.417-1.393-.432-2.265c-.015-.856.058-1.92.152-3.274l.003-.043zm12.407-.26q-.143.128-.297.251c-1.073.858-2.614 1.615-4.367 2.102c-1.752.488-3.454.633-4.8.446c-.596-.082-1.152-.234-1.62-.473l-.402 4.543c.63.466 2.246 1.257 5.973 1.257c3.824 0 5.426-.833 6.02-1.294zm.63 8.518C17.018 15.22 15.13 15.75 12 15.75c-3.105 0-4.987-.522-6.115-1.093c-.087 1.265-.146 2.191-.133 2.926c.013.776.107 1.264.29 1.653a3.55 3.55 0 0 0 1.374 1.534c.351.211.802.341 1.54.41c.747.07 1.709.07 3.06.07c1.335 0 2.286 0 3.025-.07c.73-.067 1.177-.195 1.526-.402a3.54 3.54 0 0 0 1.373-1.514c.185-.385.283-.867.305-1.634c.022-.745-.029-1.688-.102-2.988" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.684 2.814c-1.098-.152-2.588-.04-4.192.406S8.542 4.343 7.66 5.048c-.442.353-.738.691-.903.982c-.094.166-.136.3-.15.407l-.003.044a.5.5 0 0 0 .013.148c.03.117.125.272.397.432c.276.162.69.3 1.24.376c1.099.153 2.589.042 4.193-.405c1.604-.446 2.95-1.123 3.832-1.828c.441-.354.738-.691.902-.982c.163-.288.171-.48.14-.6c-.03-.116-.125-.271-.396-.43c-.276-.164-.69-.301-1.24-.378M5.106 6.384a2.56 2.56 0 0 1 .346-1.093c.288-.51.736-.986 1.271-1.414c1.073-.859 2.614-1.615 4.367-2.103c1.752-.487 3.453-.632 4.8-.445c.673.093 1.295.274 1.796.57c.507.298.93.74 1.088 1.349q.052.204.06.405l.797 10.745l.002.035c.076 1.34.136 2.394.111 3.24c-.025.863-.137 1.585-.452 2.24a5.04 5.04 0 0 1-1.957 2.153c-.622.37-1.32.531-2.155.608c-.817.076-1.837.076-3.127.076h-.076c-1.304 0-2.335 0-3.16-.077c-.843-.078-1.549-.241-2.174-.617a5.04 5.04 0 0 1-1.959-2.182c-.311-.663-.417-1.393-.432-2.265c-.015-.856.058-1.92.152-3.274l.003-.043zm12.407-.26q-.143.128-.297.251c-1.073.858-2.614 1.615-4.367 2.102c-1.752.488-3.454.633-4.8.446c-.596-.082-1.152-.234-1.62-.473l-.402 4.543c.63.466 2.246 1.257 5.973 1.257c3.824 0 5.426-.833 6.02-1.294zm.63 8.518C17.018 15.22 15.13 15.75 12 15.75c-3.105 0-4.987-.522-6.115-1.093c-.087 1.265-.146 2.191-.133 2.926c.013.776.107 1.264.29 1.653a3.55 3.55 0 0 0 1.374 1.534c.351.211.802.341 1.54.41c.747.07 1.709.07 3.06.07c1.335 0 2.286 0 3.025-.07c.73-.067 1.177-.195 1.526-.402a3.54 3.54 0 0 0 1.373-1.514c.185-.385.283-.867.305-1.634c.022-.745-.029-1.688-.102-2.988" clip-rule="evenodd"/></svg> </template>
CSS
.icon-smart-speaker2 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.684%202.814c-1.098-.152-2.588-.04-4.192.406S8.542%204.343%207.66%205.048c-.442.353-.738.691-.903.982c-.094.166-.136.3-.15.407l-.003.044a.5.5%200%200%200%20.013.148c.03.117.125.272.397.432c.276.162.69.3%201.24.376c1.099.153%202.589.042%204.193-.405c1.604-.446%202.95-1.123%203.832-1.828c.441-.354.738-.691.902-.982c.163-.288.171-.48.14-.6c-.03-.116-.125-.271-.396-.43c-.276-.164-.69-.301-1.24-.378M5.106%206.384a2.56%202.56%200%200%201%20.346-1.093c.288-.51.736-.986%201.271-1.414c1.073-.859%202.614-1.615%204.367-2.103c1.752-.487%203.453-.632%204.8-.445c.673.093%201.295.274%201.796.57c.507.298.93.74%201.088%201.349q.052.204.06.405l.797%2010.745l.002.035c.076%201.34.136%202.394.111%203.24c-.025.863-.137%201.585-.452%202.24a5.04%205.04%200%200%201-1.957%202.153c-.622.37-1.32.531-2.155.608c-.817.076-1.837.076-3.127.076h-.076c-1.304%200-2.335%200-3.16-.077c-.843-.078-1.549-.241-2.174-.617a5.04%205.04%200%200%201-1.959-2.182c-.311-.663-.417-1.393-.432-2.265c-.015-.856.058-1.92.152-3.274l.003-.043zm12.407-.26q-.143.128-.297.251c-1.073.858-2.614%201.615-4.367%202.102c-1.752.488-3.454.633-4.8.446c-.596-.082-1.152-.234-1.62-.473l-.402%204.543c.63.466%202.246%201.257%205.973%201.257c3.824%200%205.426-.833%206.02-1.294zm.63%208.518C17.018%2015.22%2015.13%2015.75%2012%2015.75c-3.105%200-4.987-.522-6.115-1.093c-.087%201.265-.146%202.191-.133%202.926c.013.776.107%201.264.29%201.653a3.55%203.55%200%200%200%201.374%201.534c.351.211.802.341%201.54.41c.747.07%201.709.07%203.06.07c1.335%200%202.286%200%203.025-.07c.73-.067%201.177-.195%201.526-.402a3.54%203.54%200%200%200%201.373-1.514c.185-.385.283-.867.305-1.634c.022-.745-.029-1.688-.102-2.988%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.684%202.814c-1.098-.152-2.588-.04-4.192.406S8.542%204.343%207.66%205.048c-.442.353-.738.691-.903.982c-.094.166-.136.3-.15.407l-.003.044a.5.5%200%200%200%20.013.148c.03.117.125.272.397.432c.276.162.69.3%201.24.376c1.099.153%202.589.042%204.193-.405c1.604-.446%202.95-1.123%203.832-1.828c.441-.354.738-.691.902-.982c.163-.288.171-.48.14-.6c-.03-.116-.125-.271-.396-.43c-.276-.164-.69-.301-1.24-.378M5.106%206.384a2.56%202.56%200%200%201%20.346-1.093c.288-.51.736-.986%201.271-1.414c1.073-.859%202.614-1.615%204.367-2.103c1.752-.487%203.453-.632%204.8-.445c.673.093%201.295.274%201.796.57c.507.298.93.74%201.088%201.349q.052.204.06.405l.797%2010.745l.002.035c.076%201.34.136%202.394.111%203.24c-.025.863-.137%201.585-.452%202.24a5.04%205.04%200%200%201-1.957%202.153c-.622.37-1.32.531-2.155.608c-.817.076-1.837.076-3.127.076h-.076c-1.304%200-2.335%200-3.16-.077c-.843-.078-1.549-.241-2.174-.617a5.04%205.04%200%200%201-1.959-2.182c-.311-.663-.417-1.393-.432-2.265c-.015-.856.058-1.92.152-3.274l.003-.043zm12.407-.26q-.143.128-.297.251c-1.073.858-2.614%201.615-4.367%202.102c-1.752.488-3.454.633-4.8.446c-.596-.082-1.152-.234-1.62-.473l-.402%204.543c.63.466%202.246%201.257%205.973%201.257c3.824%200%205.426-.833%206.02-1.294zm.63%208.518C17.018%2015.22%2015.13%2015.75%2012%2015.75c-3.105%200-4.987-.522-6.115-1.093c-.087%201.265-.146%202.191-.133%202.926c.013.776.107%201.264.29%201.653a3.55%203.55%200%200%200%201.374%201.534c.351.211.802.341%201.54.41c.747.07%201.709.07%203.06.07c1.335%200%202.286%200%203.025-.07c.73-.067%201.177-.195%201.526-.402a3.54%203.54%200%200%200%201.373-1.514c.185-.385.283-.867.305-1.634c.022-.745-.029-1.688-.102-2.988%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/smart-speaker2.svg?color=%231a73e8&size=48