smart toy icon
smart-toy from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- smart-toy
- Set
- Material Symbols
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the smart toy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 15q-1.25 0-2.125-.875T1 12t.875-2.125T4 9V7q0-.825.588-1.412T6 5h3q0-1.25.875-2.125T12 2t2.125.875T15 5h3q.825 0 1.413.588T20 7v2q1.25 0 2.125.875T23 12t-.875 2.125T20 15v4q0 .825-.587 1.413T18 21H6q-.825 0-1.412-.587T4 19zm6.063-2.437q.437-.438.437-1.063t-.437-1.062T9 10t-1.062.438T7.5 11.5t.438 1.063T9 13t1.063-.437m6 0q.437-.438.437-1.063t-.437-1.062T15 10t-1.062.438T13.5 11.5t.438 1.063T15 13t1.063-.437M8 17h8v-2H8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSmartToy(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" d="M4 15q-1.25 0-2.125-.875T1 12t.875-2.125T4 9V7q0-.825.588-1.412T6 5h3q0-1.25.875-2.125T12 2t2.125.875T15 5h3q.825 0 1.413.588T20 7v2q1.25 0 2.125.875T23 12t-.875 2.125T20 15v4q0 .825-.587 1.413T18 21H6q-.825 0-1.412-.587T4 19zm6.063-2.437q.437-.438.437-1.063t-.437-1.062T9 10t-1.062.438T7.5 11.5t.438 1.063T9 13t1.063-.437m6 0q.437-.438.437-1.063t-.437-1.062T15 10t-1.062.438T13.5 11.5t.438 1.063T15 13t1.063-.437M8 17h8v-2H8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 15q-1.25 0-2.125-.875T1 12t.875-2.125T4 9V7q0-.825.588-1.412T6 5h3q0-1.25.875-2.125T12 2t2.125.875T15 5h3q.825 0 1.413.588T20 7v2q1.25 0 2.125.875T23 12t-.875 2.125T20 15v4q0 .825-.587 1.413T18 21H6q-.825 0-1.412-.587T4 19zm6.063-2.437q.437-.438.437-1.063t-.437-1.062T9 10t-1.062.438T7.5 11.5t.438 1.063T9 13t1.063-.437m6 0q.437-.438.437-1.063t-.437-1.062T15 10t-1.062.438T13.5 11.5t.438 1.063T15 13t1.063-.437M8 17h8v-2H8z"/></svg> </template>
CSS
.icon-smart-toy {
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%20d%3D%22M4%2015q-1.25%200-2.125-.875T1%2012t.875-2.125T4%209V7q0-.825.588-1.412T6%205h3q0-1.25.875-2.125T12%202t2.125.875T15%205h3q.825%200%201.413.588T20%207v2q1.25%200%202.125.875T23%2012t-.875%202.125T20%2015v4q0%20.825-.587%201.413T18%2021H6q-.825%200-1.412-.587T4%2019zm6.063-2.437q.437-.438.437-1.063t-.437-1.062T9%2010t-1.062.438T7.5%2011.5t.438%201.063T9%2013t1.063-.437m6%200q.437-.438.437-1.063t-.437-1.062T15%2010t-1.062.438T13.5%2011.5t.438%201.063T15%2013t1.063-.437M8%2017h8v-2H8z%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%20d%3D%22M4%2015q-1.25%200-2.125-.875T1%2012t.875-2.125T4%209V7q0-.825.588-1.412T6%205h3q0-1.25.875-2.125T12%202t2.125.875T15%205h3q.825%200%201.413.588T20%207v2q1.25%200%202.125.875T23%2012t-.875%202.125T20%2015v4q0%20.825-.587%201.413T18%2021H6q-.825%200-1.412-.587T4%2019zm6.063-2.437q.437-.438.437-1.063t-.437-1.062T9%2010t-1.062.438T7.5%2011.5t.438%201.063T9%2013t1.063-.437m6%200q.437-.438.437-1.063t-.437-1.062T15%2010t-1.062.438T13.5%2011.5t.438%201.063T15%2013t1.063-.437M8%2017h8v-2H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/smart-toy.svg?color=%231a73e8&size=48