toys-outline from Material Symbols by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.

Name
toys-outline
Set
Material Symbols
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
toys-outline-rounded

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.45q-.95-.5-1.5-1.425T2 14q0-1.325.762-2.363T4.8 10.2L3 8.4l-.3.3q-.275.275-.7.275T1.3 8.7T1.025 8t.275-.7l2-2q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.3.3l1.4 1.4l.8-2.35q.3-.925 1.088-1.487T9.45 4h5.1q.975 0 1.763.563T17.4 6.05l1.35 4.05q1.425.275 2.338 1.375T22 14q0 1.1-.55 2.025t-1.5 1.425q-.15 1.125-.987 1.838T17 20q-.95 0-1.713-.55T14.2 18H9.8q-.325.9-1.088 1.45T7 20m.4-10H11V6H9.45q-.325 0-.575.188T8.5 6.7zm5.6 0h3.6l-1.1-3.3q-.125-.325-.375-.513T14.55 6H13zm-3.2 6h4.4q.325-.9 1.088-1.45T17 14q.75 0 1.4.35t1.1.95q.225-.275.363-.613T20 14q0-.825-.587-1.412T18 12H6q-.825 0-1.412.588T4 14q0 .35.138.688t.362.612q.45-.6 1.1-.95T7 14q.95 0 1.713.55T9.8 16m-2.087 1.713Q8 17.425 8 17t-.288-.712T7 16t-.712.288T6 17t.288.713T7 18t.713-.288m10 0Q18 17.426 18 17t-.288-.712T17 16t-.712.288T16 17t.288.713T17 18t.713-.288M12 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsToysOutline(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.45q-.95-.5-1.5-1.425T2 14q0-1.325.762-2.363T4.8 10.2L3 8.4l-.3.3q-.275.275-.7.275T1.3 8.7T1.025 8t.275-.7l2-2q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.3.3l1.4 1.4l.8-2.35q.3-.925 1.088-1.487T9.45 4h5.1q.975 0 1.763.563T17.4 6.05l1.35 4.05q1.425.275 2.338 1.375T22 14q0 1.1-.55 2.025t-1.5 1.425q-.15 1.125-.987 1.838T17 20q-.95 0-1.713-.55T14.2 18H9.8q-.325.9-1.088 1.45T7 20m.4-10H11V6H9.45q-.325 0-.575.188T8.5 6.7zm5.6 0h3.6l-1.1-3.3q-.125-.325-.375-.513T14.55 6H13zm-3.2 6h4.4q.325-.9 1.088-1.45T17 14q.75 0 1.4.35t1.1.95q.225-.275.363-.613T20 14q0-.825-.587-1.412T18 12H6q-.825 0-1.412.588T4 14q0 .35.138.688t.362.612q.45-.6 1.1-.95T7 14q.95 0 1.713.55T9.8 16m-2.087 1.713Q8 17.425 8 17t-.288-.712T7 16t-.712.288T6 17t.288.713T7 18t.713-.288m10 0Q18 17.426 18 17t-.288-.712T17 16t-.712.288T16 17t.288.713T17 18t.713-.288M12 14"/></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.45q-.95-.5-1.5-1.425T2 14q0-1.325.762-2.363T4.8 10.2L3 8.4l-.3.3q-.275.275-.7.275T1.3 8.7T1.025 8t.275-.7l2-2q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.3.3l1.4 1.4l.8-2.35q.3-.925 1.088-1.487T9.45 4h5.1q.975 0 1.763.563T17.4 6.05l1.35 4.05q1.425.275 2.338 1.375T22 14q0 1.1-.55 2.025t-1.5 1.425q-.15 1.125-.987 1.838T17 20q-.95 0-1.713-.55T14.2 18H9.8q-.325.9-1.088 1.45T7 20m.4-10H11V6H9.45q-.325 0-.575.188T8.5 6.7zm5.6 0h3.6l-1.1-3.3q-.125-.325-.375-.513T14.55 6H13zm-3.2 6h4.4q.325-.9 1.088-1.45T17 14q.75 0 1.4.35t1.1.95q.225-.275.363-.613T20 14q0-.825-.587-1.412T18 12H6q-.825 0-1.412.588T4 14q0 .35.138.688t.362.612q.45-.6 1.1-.95T7 14q.95 0 1.713.55T9.8 16m-2.087 1.713Q8 17.425 8 17t-.288-.712T7 16t-.712.288T6 17t.288.713T7 18t.713-.288m10 0Q18 17.426 18 17t-.288-.712T17 16t-.712.288T16 17t.288.713T17 18t.713-.288M12 14"/></svg>
</template>

CSS

.icon-toys-outline {
  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.45q-.95-.5-1.5-1.425T2%2014q0-1.325.762-2.363T4.8%2010.2L3%208.4l-.3.3q-.275.275-.7.275T1.3%208.7T1.025%208t.275-.7l2-2q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.3.3l1.4%201.4l.8-2.35q.3-.925%201.088-1.487T9.45%204h5.1q.975%200%201.763.563T17.4%206.05l1.35%204.05q1.425.275%202.338%201.375T22%2014q0%201.1-.55%202.025t-1.5%201.425q-.15%201.125-.987%201.838T17%2020q-.95%200-1.713-.55T14.2%2018H9.8q-.325.9-1.088%201.45T7%2020m.4-10H11V6H9.45q-.325%200-.575.188T8.5%206.7zm5.6%200h3.6l-1.1-3.3q-.125-.325-.375-.513T14.55%206H13zm-3.2%206h4.4q.325-.9%201.088-1.45T17%2014q.75%200%201.4.35t1.1.95q.225-.275.363-.613T20%2014q0-.825-.587-1.412T18%2012H6q-.825%200-1.412.588T4%2014q0%20.35.138.688t.362.612q.45-.6%201.1-.95T7%2014q.95%200%201.713.55T9.8%2016m-2.087%201.713Q8%2017.425%208%2017t-.288-.712T7%2016t-.712.288T6%2017t.288.713T7%2018t.713-.288m10%200Q18%2017.426%2018%2017t-.288-.712T17%2016t-.712.288T16%2017t.288.713T17%2018t.713-.288M12%2014%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.45q-.95-.5-1.5-1.425T2%2014q0-1.325.762-2.363T4.8%2010.2L3%208.4l-.3.3q-.275.275-.7.275T1.3%208.7T1.025%208t.275-.7l2-2q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.3.3l1.4%201.4l.8-2.35q.3-.925%201.088-1.487T9.45%204h5.1q.975%200%201.763.563T17.4%206.05l1.35%204.05q1.425.275%202.338%201.375T22%2014q0%201.1-.55%202.025t-1.5%201.425q-.15%201.125-.987%201.838T17%2020q-.95%200-1.713-.55T14.2%2018H9.8q-.325.9-1.088%201.45T7%2020m.4-10H11V6H9.45q-.325%200-.575.188T8.5%206.7zm5.6%200h3.6l-1.1-3.3q-.125-.325-.375-.513T14.55%206H13zm-3.2%206h4.4q.325-.9%201.088-1.45T17%2014q.75%200%201.4.35t1.1.95q.225-.275.363-.613T20%2014q0-.825-.587-1.412T18%2012H6q-.825%200-1.412.588T4%2014q0%20.35.138.688t.362.612q.45-.6%201.1-.95T7%2014q.95%200%201.713.55T9.8%2016m-2.087%201.713Q8%2017.425%208%2017t-.288-.712T7%2016t-.712.288T6%2017t.288.713T7%2018t.713-.288m10%200Q18%2017.426%2018%2017t-.288-.712T17%2016t-.712.288T16%2017t.288.713T17%2018t.713-.288M12%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/toys-outline.svg?color=%231a73e8&size=48