smart speaker minimalistic icon

smart-speaker-minimalistic-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.

Name
smart-speaker-minimalistic-linear
Set
Solar
Style
Linear
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

Use the smart speaker minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3.32102 6.65818C3.56225 4.55367 5.15124 2.85176 7.23935 2.4614L7.4544 2.4212C10.4585 1.8596 13.541 1.8596 16.5451 2.42119L16.8681 2.48157C18.8934 2.86019 20.4367 4.50764 20.6774 6.54809C21.0957 10.0925 21.1072 13.6729 20.712 17.2199L20.6948 17.3739C20.4473 19.5951 18.7041 21.357 16.48 21.6342L15.5738 21.7471C15.079 21.8088 14.8316 21.8396 14.5845 21.8654C12.866 22.0449 11.1335 22.0449 9.41505 21.8654C9.16792 21.8396 8.92051 21.8088 8.42569 21.7471L7.41019 21.6206C5.24868 21.3512 3.55266 19.6422 3.30532 17.4844C2.89823 13.9329 2.89823 10.3467 3.30532 6.79516L3.32102 6.65818Z"/><path stroke-linecap="round" d="M17 6C16.2804 6.60263 14.49 7.5 12 7.5C9.51 7.5 7.71957 6.60263 7 6"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSmartSpeakerMinimalisticLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M3.32102 6.65818C3.56225 4.55367 5.15124 2.85176 7.23935 2.4614L7.4544 2.4212C10.4585 1.8596 13.541 1.8596 16.5451 2.42119L16.8681 2.48157C18.8934 2.86019 20.4367 4.50764 20.6774 6.54809C21.0957 10.0925 21.1072 13.6729 20.712 17.2199L20.6948 17.3739C20.4473 19.5951 18.7041 21.357 16.48 21.6342L15.5738 21.7471C15.079 21.8088 14.8316 21.8396 14.5845 21.8654C12.866 22.0449 11.1335 22.0449 9.41505 21.8654C9.16792 21.8396 8.92051 21.8088 8.42569 21.7471L7.41019 21.6206C5.24868 21.3512 3.55266 19.6422 3.30532 17.4844C2.89823 13.9329 2.89823 10.3467 3.30532 6.79516L3.32102 6.65818Z"/><path strokeLinecap="round" d="M17 6C16.2804 6.60263 14.49 7.5 12 7.5C9.51 7.5 7.71957 6.60263 7 6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3.32102 6.65818C3.56225 4.55367 5.15124 2.85176 7.23935 2.4614L7.4544 2.4212C10.4585 1.8596 13.541 1.8596 16.5451 2.42119L16.8681 2.48157C18.8934 2.86019 20.4367 4.50764 20.6774 6.54809C21.0957 10.0925 21.1072 13.6729 20.712 17.2199L20.6948 17.3739C20.4473 19.5951 18.7041 21.357 16.48 21.6342L15.5738 21.7471C15.079 21.8088 14.8316 21.8396 14.5845 21.8654C12.866 22.0449 11.1335 22.0449 9.41505 21.8654C9.16792 21.8396 8.92051 21.8088 8.42569 21.7471L7.41019 21.6206C5.24868 21.3512 3.55266 19.6422 3.30532 17.4844C2.89823 13.9329 2.89823 10.3467 3.30532 6.79516L3.32102 6.65818Z"/><path stroke-linecap="round" d="M17 6C16.2804 6.60263 14.49 7.5 12 7.5C9.51 7.5 7.71957 6.60263 7 6"/></g></svg>
</template>

CSS

.icon-smart-speaker-minimalistic-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.32102%206.65818C3.56225%204.55367%205.15124%202.85176%207.23935%202.4614L7.4544%202.4212C10.4585%201.8596%2013.541%201.8596%2016.5451%202.42119L16.8681%202.48157C18.8934%202.86019%2020.4367%204.50764%2020.6774%206.54809C21.0957%2010.0925%2021.1072%2013.6729%2020.712%2017.2199L20.6948%2017.3739C20.4473%2019.5951%2018.7041%2021.357%2016.48%2021.6342L15.5738%2021.7471C15.079%2021.8088%2014.8316%2021.8396%2014.5845%2021.8654C12.866%2022.0449%2011.1335%2022.0449%209.41505%2021.8654C9.16792%2021.8396%208.92051%2021.8088%208.42569%2021.7471L7.41019%2021.6206C5.24868%2021.3512%203.55266%2019.6422%203.30532%2017.4844C2.89823%2013.9329%202.89823%2010.3467%203.30532%206.79516L3.32102%206.65818Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%206C16.2804%206.60263%2014.49%207.5%2012%207.5C9.51%207.5%207.71957%206.60263%207%206%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.32102%206.65818C3.56225%204.55367%205.15124%202.85176%207.23935%202.4614L7.4544%202.4212C10.4585%201.8596%2013.541%201.8596%2016.5451%202.42119L16.8681%202.48157C18.8934%202.86019%2020.4367%204.50764%2020.6774%206.54809C21.0957%2010.0925%2021.1072%2013.6729%2020.712%2017.2199L20.6948%2017.3739C20.4473%2019.5951%2018.7041%2021.357%2016.48%2021.6342L15.5738%2021.7471C15.079%2021.8088%2014.8316%2021.8396%2014.5845%2021.8654C12.866%2022.0449%2011.1335%2022.0449%209.41505%2021.8654C9.16792%2021.8396%208.92051%2021.8088%208.42569%2021.7471L7.41019%2021.6206C5.24868%2021.3512%203.55266%2019.6422%203.30532%2017.4844C2.89823%2013.9329%202.89823%2010.3467%203.30532%206.79516L3.32102%206.65818Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%206C16.2804%206.60263%2014.49%207.5%2012%207.5C9.51%207.5%207.71957%206.60263%207%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/smart-speaker-minimalistic-linear.svg?color=%231a73e8&size=48