smart speaker3 icon
smart-speaker3 from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- smart-speaker3
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More devices icons from Reicon
Use the smart speaker3 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="M16.407 3.158a24 24 0 0 0-8.815 0l-.215.04a4.08 4.08 0 0 0-3.31 3.546l-.017.137c-.4 3.494-.4 7.023 0 10.518a3.964 3.964 0 0 0 3.453 3.477l1.015.127c.498.062.737.092.975.116c1.667.175 3.347.175 5.014 0c.238-.024.476-.054.974-.116l.906-.113a4.09 4.09 0 0 0 3.562-3.6l.018-.153c.389-3.49.377-7.013-.034-10.501a3.95 3.95 0 0 0-3.203-3.417zm-9.09-1.474a25.5 25.5 0 0 1 9.366 0l.323.06a5.45 5.45 0 0 1 4.416 4.716c.425 3.601.437 7.24.035 10.843l-.017.154a5.59 5.59 0 0 1-4.867 4.921l-.917.115c-.485.06-.74.092-.994.118c-1.77.185-3.555.185-5.325 0c-.254-.026-.508-.058-.994-.118l-1.026-.128A5.464 5.464 0 0 1 2.56 17.57a47.7 47.7 0 0 1 0-10.86l.016-.137a5.58 5.58 0 0 1 4.526-4.849zm-.892 3.834a.75.75 0 0 1 1.057-.093C8.059 5.908 9.676 6.75 12 6.75s3.941-.842 4.518-1.325a.75.75 0 1 1 .963 1.15C16.62 7.297 14.657 8.25 12 8.25s-4.62-.953-5.482-1.675a.75.75 0 0 1-.093-1.057" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSmartSpeaker3(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="M16.407 3.158a24 24 0 0 0-8.815 0l-.215.04a4.08 4.08 0 0 0-3.31 3.546l-.017.137c-.4 3.494-.4 7.023 0 10.518a3.964 3.964 0 0 0 3.453 3.477l1.015.127c.498.062.737.092.975.116c1.667.175 3.347.175 5.014 0c.238-.024.476-.054.974-.116l.906-.113a4.09 4.09 0 0 0 3.562-3.6l.018-.153c.389-3.49.377-7.013-.034-10.501a3.95 3.95 0 0 0-3.203-3.417zm-9.09-1.474a25.5 25.5 0 0 1 9.366 0l.323.06a5.45 5.45 0 0 1 4.416 4.716c.425 3.601.437 7.24.035 10.843l-.017.154a5.59 5.59 0 0 1-4.867 4.921l-.917.115c-.485.06-.74.092-.994.118c-1.77.185-3.555.185-5.325 0c-.254-.026-.508-.058-.994-.118l-1.026-.128A5.464 5.464 0 0 1 2.56 17.57a47.7 47.7 0 0 1 0-10.86l.016-.137a5.58 5.58 0 0 1 4.526-4.849zm-.892 3.834a.75.75 0 0 1 1.057-.093C8.059 5.908 9.676 6.75 12 6.75s3.941-.842 4.518-1.325a.75.75 0 1 1 .963 1.15C16.62 7.297 14.657 8.25 12 8.25s-4.62-.953-5.482-1.675a.75.75 0 0 1-.093-1.057" 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="M16.407 3.158a24 24 0 0 0-8.815 0l-.215.04a4.08 4.08 0 0 0-3.31 3.546l-.017.137c-.4 3.494-.4 7.023 0 10.518a3.964 3.964 0 0 0 3.453 3.477l1.015.127c.498.062.737.092.975.116c1.667.175 3.347.175 5.014 0c.238-.024.476-.054.974-.116l.906-.113a4.09 4.09 0 0 0 3.562-3.6l.018-.153c.389-3.49.377-7.013-.034-10.501a3.95 3.95 0 0 0-3.203-3.417zm-9.09-1.474a25.5 25.5 0 0 1 9.366 0l.323.06a5.45 5.45 0 0 1 4.416 4.716c.425 3.601.437 7.24.035 10.843l-.017.154a5.59 5.59 0 0 1-4.867 4.921l-.917.115c-.485.06-.74.092-.994.118c-1.77.185-3.555.185-5.325 0c-.254-.026-.508-.058-.994-.118l-1.026-.128A5.464 5.464 0 0 1 2.56 17.57a47.7 47.7 0 0 1 0-10.86l.016-.137a5.58 5.58 0 0 1 4.526-4.849zm-.892 3.834a.75.75 0 0 1 1.057-.093C8.059 5.908 9.676 6.75 12 6.75s3.941-.842 4.518-1.325a.75.75 0 1 1 .963 1.15C16.62 7.297 14.657 8.25 12 8.25s-4.62-.953-5.482-1.675a.75.75 0 0 1-.093-1.057" clip-rule="evenodd"/></svg> </template>
CSS
.icon-smart-speaker3 {
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%22M16.407%203.158a24%2024%200%200%200-8.815%200l-.215.04a4.08%204.08%200%200%200-3.31%203.546l-.017.137c-.4%203.494-.4%207.023%200%2010.518a3.964%203.964%200%200%200%203.453%203.477l1.015.127c.498.062.737.092.975.116c1.667.175%203.347.175%205.014%200c.238-.024.476-.054.974-.116l.906-.113a4.09%204.09%200%200%200%203.562-3.6l.018-.153c.389-3.49.377-7.013-.034-10.501a3.95%203.95%200%200%200-3.203-3.417zm-9.09-1.474a25.5%2025.5%200%200%201%209.366%200l.323.06a5.45%205.45%200%200%201%204.416%204.716c.425%203.601.437%207.24.035%2010.843l-.017.154a5.59%205.59%200%200%201-4.867%204.921l-.917.115c-.485.06-.74.092-.994.118c-1.77.185-3.555.185-5.325%200c-.254-.026-.508-.058-.994-.118l-1.026-.128A5.464%205.464%200%200%201%202.56%2017.57a47.7%2047.7%200%200%201%200-10.86l.016-.137a5.58%205.58%200%200%201%204.526-4.849zm-.892%203.834a.75.75%200%200%201%201.057-.093C8.059%205.908%209.676%206.75%2012%206.75s3.941-.842%204.518-1.325a.75.75%200%201%201%20.963%201.15C16.62%207.297%2014.657%208.25%2012%208.25s-4.62-.953-5.482-1.675a.75.75%200%200%201-.093-1.057%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%22M16.407%203.158a24%2024%200%200%200-8.815%200l-.215.04a4.08%204.08%200%200%200-3.31%203.546l-.017.137c-.4%203.494-.4%207.023%200%2010.518a3.964%203.964%200%200%200%203.453%203.477l1.015.127c.498.062.737.092.975.116c1.667.175%203.347.175%205.014%200c.238-.024.476-.054.974-.116l.906-.113a4.09%204.09%200%200%200%203.562-3.6l.018-.153c.389-3.49.377-7.013-.034-10.501a3.95%203.95%200%200%200-3.203-3.417zm-9.09-1.474a25.5%2025.5%200%200%201%209.366%200l.323.06a5.45%205.45%200%200%201%204.416%204.716c.425%203.601.437%207.24.035%2010.843l-.017.154a5.59%205.59%200%200%201-4.867%204.921l-.917.115c-.485.06-.74.092-.994.118c-1.77.185-3.555.185-5.325%200c-.254-.026-.508-.058-.994-.118l-1.026-.128A5.464%205.464%200%200%201%202.56%2017.57a47.7%2047.7%200%200%201%200-10.86l.016-.137a5.58%205.58%200%200%201%204.526-4.849zm-.892%203.834a.75.75%200%200%201%201.057-.093C8.059%205.908%209.676%206.75%2012%206.75s3.941-.842%204.518-1.325a.75.75%200%201%201%20.963%201.15C16.62%207.297%2014.657%208.25%2012%208.25s-4.62-.953-5.482-1.675a.75.75%200%200%201-.093-1.057%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-speaker3.svg?color=%231a73e8&size=48