toy brick icon
toy-brick from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- toy-brick
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the toy brick icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 8V6.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C6.098 4 6.565 4 7.5 4s1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C10 5.098 10 5.565 10 6.5V8zm11 12H8c-2.828 0-4.243 0-5.121-.879C2 18.243 2 16.828 2 14s0-4.243.879-5.121C3.757 8 5.172 8 8 8h8c2.828 0 4.243 0 5.121.879C22 9.757 22 11.172 22 14s0 4.243-.879 5.121C20.243 20 18.828 20 16 20M14 8V6.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C15.098 4 15.565 4 16.5 4s1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C19 5.098 19 5.565 19 6.5V8z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsToyBrick(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M5 8V6.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C6.098 4 6.565 4 7.5 4s1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C10 5.098 10 5.565 10 6.5V8zm11 12H8c-2.828 0-4.243 0-5.121-.879C2 18.243 2 16.828 2 14s0-4.243.879-5.121C3.757 8 5.172 8 8 8h8c2.828 0 4.243 0 5.121.879C22 9.757 22 11.172 22 14s0 4.243-.879 5.121C20.243 20 18.828 20 16 20M14 8V6.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C15.098 4 15.565 4 16.5 4s1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C19 5.098 19 5.565 19 6.5V8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5 8V6.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C6.098 4 6.565 4 7.5 4s1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C10 5.098 10 5.565 10 6.5V8zm11 12H8c-2.828 0-4.243 0-5.121-.879C2 18.243 2 16.828 2 14s0-4.243.879-5.121C3.757 8 5.172 8 8 8h8c2.828 0 4.243 0 5.121.879C22 9.757 22 11.172 22 14s0 4.243-.879 5.121C20.243 20 18.828 20 16 20M14 8V6.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C15.098 4 15.565 4 16.5 4s1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C19 5.098 19 5.565 19 6.5V8z"/></svg> </template>
CSS
.icon-toy-brick {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5%208V6.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C6.098%204%206.565%204%207.5%204s1.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549C10%205.098%2010%205.565%2010%206.5V8zm11%2012H8c-2.828%200-4.243%200-5.121-.879C2%2018.243%202%2016.828%202%2014s0-4.243.879-5.121C3.757%208%205.172%208%208%208h8c2.828%200%204.243%200%205.121.879C22%209.757%2022%2011.172%2022%2014s0%204.243-.879%205.121C20.243%2020%2018.828%2020%2016%2020M14%208V6.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C15.098%204%2015.565%204%2016.5%204s1.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549C19%205.098%2019%205.565%2019%206.5V8z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5%208V6.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C6.098%204%206.565%204%207.5%204s1.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549C10%205.098%2010%205.565%2010%206.5V8zm11%2012H8c-2.828%200-4.243%200-5.121-.879C2%2018.243%202%2016.828%202%2014s0-4.243.879-5.121C3.757%208%205.172%208%208%208h8c2.828%200%204.243%200%205.121.879C22%209.757%2022%2011.172%2022%2014s0%204.243-.879%205.121C20.243%2020%2018.828%2020%2016%2020M14%208V6.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C15.098%204%2015.565%204%2016.5%204s1.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549C19%205.098%2019%205.565%2019%206.5V8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/toy-brick.svg?color=%231a73e8&size=48