smart speaker3 icon
smart-speaker3-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.
- Name
- smart-speaker3-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="m7.454 2.421l-.215.04a4.83 4.83 0 0 0-3.918 4.197l-.016.137a47 47 0 0 0 0 10.69A4.714 4.714 0 0 0 7.41 21.62l1.016.126c.495.062.742.093.99.118c1.717.18 3.45.18 5.169 0c.246-.025.494-.056.988-.118l.907-.113a4.84 4.84 0 0 0 4.215-4.26l.017-.154a46.8 46.8 0 0 0-.035-10.672a4.7 4.7 0 0 0-3.809-4.066l-.323-.06a24.7 24.7 0 0 0-9.09 0" opacity=".5"/><path d="M7.482 5.425a.75.75 0 1 0-.964 1.15C7.38 7.297 9.344 8.25 12 8.25s4.62-.953 5.482-1.675a.75.75 0 0 0-.963-1.15C15.94 5.908 14.324 6.75 12 6.75s-3.941-.842-4.518-1.325"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSmartSpeaker3Duotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m7.454 2.421l-.215.04a4.83 4.83 0 0 0-3.918 4.197l-.016.137a47 47 0 0 0 0 10.69A4.714 4.714 0 0 0 7.41 21.62l1.016.126c.495.062.742.093.99.118c1.717.18 3.45.18 5.169 0c.246-.025.494-.056.988-.118l.907-.113a4.84 4.84 0 0 0 4.215-4.26l.017-.154a46.8 46.8 0 0 0-.035-10.672a4.7 4.7 0 0 0-3.809-4.066l-.323-.06a24.7 24.7 0 0 0-9.09 0" opacity=".5"/><path d="M7.482 5.425a.75.75 0 1 0-.964 1.15C7.38 7.297 9.344 8.25 12 8.25s4.62-.953 5.482-1.675a.75.75 0 0 0-.963-1.15C15.94 5.908 14.324 6.75 12 6.75s-3.941-.842-4.518-1.325"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m7.454 2.421l-.215.04a4.83 4.83 0 0 0-3.918 4.197l-.016.137a47 47 0 0 0 0 10.69A4.714 4.714 0 0 0 7.41 21.62l1.016.126c.495.062.742.093.99.118c1.717.18 3.45.18 5.169 0c.246-.025.494-.056.988-.118l.907-.113a4.84 4.84 0 0 0 4.215-4.26l.017-.154a46.8 46.8 0 0 0-.035-10.672a4.7 4.7 0 0 0-3.809-4.066l-.323-.06a24.7 24.7 0 0 0-9.09 0" opacity=".5"/><path d="M7.482 5.425a.75.75 0 1 0-.964 1.15C7.38 7.297 9.344 8.25 12 8.25s4.62-.953 5.482-1.675a.75.75 0 0 0-.963-1.15C15.94 5.908 14.324 6.75 12 6.75s-3.941-.842-4.518-1.325"/></g></svg> </template>
CSS
.icon-smart-speaker3-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22m7.454%202.421l-.215.04a4.83%204.83%200%200%200-3.918%204.197l-.016.137a47%2047%200%200%200%200%2010.69A4.714%204.714%200%200%200%207.41%2021.62l1.016.126c.495.062.742.093.99.118c1.717.18%203.45.18%205.169%200c.246-.025.494-.056.988-.118l.907-.113a4.84%204.84%200%200%200%204.215-4.26l.017-.154a46.8%2046.8%200%200%200-.035-10.672a4.7%204.7%200%200%200-3.809-4.066l-.323-.06a24.7%2024.7%200%200%200-9.09%200%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.482%205.425a.75.75%200%201%200-.964%201.15C7.38%207.297%209.344%208.25%2012%208.25s4.62-.953%205.482-1.675a.75.75%200%200%200-.963-1.15C15.94%205.908%2014.324%206.75%2012%206.75s-3.941-.842-4.518-1.325%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%22currentColor%22%3E%3Cpath%20d%3D%22m7.454%202.421l-.215.04a4.83%204.83%200%200%200-3.918%204.197l-.016.137a47%2047%200%200%200%200%2010.69A4.714%204.714%200%200%200%207.41%2021.62l1.016.126c.495.062.742.093.99.118c1.717.18%203.45.18%205.169%200c.246-.025.494-.056.988-.118l.907-.113a4.84%204.84%200%200%200%204.215-4.26l.017-.154a46.8%2046.8%200%200%200-.035-10.672a4.7%204.7%200%200%200-3.809-4.066l-.323-.06a24.7%2024.7%200%200%200-9.09%200%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.482%205.425a.75.75%200%201%200-.964%201.15C7.38%207.297%209.344%208.25%2012%208.25s4.62-.953%205.482-1.675a.75.75%200%200%200-.963-1.15C15.94%205.908%2014.324%206.75%2012%206.75s-3.941-.842-4.518-1.325%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/smart-speaker3-duotone.svg?color=%231a73e8&size=48