toys icon
toys-sharp from Material Symbols by Google · Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- toys-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the toys icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 20q-1.125 0-1.963-.712T4.05 17.45H2V10.2h2.8L3 8.4l-1 1L.6 8L4 4.6L5.4 6l-1 1l1.4 1.4L7.3 4h9.425l2.025 6.1H22v7.35h-2.05q-.15 1.125-.987 1.838T17 20q-.95 0-1.713-.55T14.2 18H9.8q-.325.9-1.088 1.45T7 20m.4-10H11V6H8.725zm5.6 0h3.6l-1.325-4H13zm-6 8q.425 0 .713-.288T8 17t-.288-.712T7 16t-.712.288T6 17t.288.713T7 18m10 0q.425 0 .713-.288T18 17t-.288-.712T17 16t-.712.288T16 17t.288.713T17 18"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsToysSharp(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="M7 20q-1.125 0-1.963-.712T4.05 17.45H2V10.2h2.8L3 8.4l-1 1L.6 8L4 4.6L5.4 6l-1 1l1.4 1.4L7.3 4h9.425l2.025 6.1H22v7.35h-2.05q-.15 1.125-.987 1.838T17 20q-.95 0-1.713-.55T14.2 18H9.8q-.325.9-1.088 1.45T7 20m.4-10H11V6H8.725zm5.6 0h3.6l-1.325-4H13zm-6 8q.425 0 .713-.288T8 17t-.288-.712T7 16t-.712.288T6 17t.288.713T7 18m10 0q.425 0 .713-.288T18 17t-.288-.712T17 16t-.712.288T16 17t.288.713T17 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 20q-1.125 0-1.963-.712T4.05 17.45H2V10.2h2.8L3 8.4l-1 1L.6 8L4 4.6L5.4 6l-1 1l1.4 1.4L7.3 4h9.425l2.025 6.1H22v7.35h-2.05q-.15 1.125-.987 1.838T17 20q-.95 0-1.713-.55T14.2 18H9.8q-.325.9-1.088 1.45T7 20m.4-10H11V6H8.725zm5.6 0h3.6l-1.325-4H13zm-6 8q.425 0 .713-.288T8 17t-.288-.712T7 16t-.712.288T6 17t.288.713T7 18m10 0q.425 0 .713-.288T18 17t-.288-.712T17 16t-.712.288T16 17t.288.713T17 18"/></svg> </template>
CSS
.icon-toys-sharp {
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%22M7%2020q-1.125%200-1.963-.712T4.05%2017.45H2V10.2h2.8L3%208.4l-1%201L.6%208L4%204.6L5.4%206l-1%201l1.4%201.4L7.3%204h9.425l2.025%206.1H22v7.35h-2.05q-.15%201.125-.987%201.838T17%2020q-.95%200-1.713-.55T14.2%2018H9.8q-.325.9-1.088%201.45T7%2020m.4-10H11V6H8.725zm5.6%200h3.6l-1.325-4H13zm-6%208q.425%200%20.713-.288T8%2017t-.288-.712T7%2016t-.712.288T6%2017t.288.713T7%2018m10%200q.425%200%20.713-.288T18%2017t-.288-.712T17%2016t-.712.288T16%2017t.288.713T17%2018%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%22M7%2020q-1.125%200-1.963-.712T4.05%2017.45H2V10.2h2.8L3%208.4l-1%201L.6%208L4%204.6L5.4%206l-1%201l1.4%201.4L7.3%204h9.425l2.025%206.1H22v7.35h-2.05q-.15%201.125-.987%201.838T17%2020q-.95%200-1.713-.55T14.2%2018H9.8q-.325.9-1.088%201.45T7%2020m.4-10H11V6H8.725zm5.6%200h3.6l-1.325-4H13zm-6%208q.425%200%20.713-.288T8%2017t-.288-.712T7%2016t-.712.288T6%2017t.288.713T7%2018m10%200q.425%200%20.713-.288T18%2017t-.288-.712T17%2016t-.712.288T16%2017t.288.713T17%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/toys-sharp.svg?color=%231a73e8&size=48