crib icon
crib-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- crib-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the crib icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-1.725 0-3.312-.575T5.75 19.8q-.35-.275-.375-.712t.275-.738t.713-.3t.762.275q.2.175.425.325t.45.275V16H6q-.825 0-1.412-.587T4 14V8q0-1.65 1.175-2.825T8 4h3q.425 0 .713.288T12 5v4h6q.825 0 1.413.588T20 11v3q0 .825-.587 1.413T18 16h-2v2.925q.25-.15.475-.3t.45-.325q.325-.275.75-.25t.7.3q.3.3.275.713t-.35.687q-1.35 1.075-2.963 1.663T12 22m0-2q.5 0 1-.062t1-.188V16h-4v3.75q.5.125 1 .188T12 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCribRounded(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="M12 22q-1.725 0-3.312-.575T5.75 19.8q-.35-.275-.375-.712t.275-.738t.713-.3t.762.275q.2.175.425.325t.45.275V16H6q-.825 0-1.412-.587T4 14V8q0-1.65 1.175-2.825T8 4h3q.425 0 .713.288T12 5v4h6q.825 0 1.413.588T20 11v3q0 .825-.587 1.413T18 16h-2v2.925q.25-.15.475-.3t.45-.325q.325-.275.75-.25t.7.3q.3.3.275.713t-.35.687q-1.35 1.075-2.963 1.663T12 22m0-2q.5 0 1-.062t1-.188V16h-4v3.75q.5.125 1 .188T12 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-1.725 0-3.312-.575T5.75 19.8q-.35-.275-.375-.712t.275-.738t.713-.3t.762.275q.2.175.425.325t.45.275V16H6q-.825 0-1.412-.587T4 14V8q0-1.65 1.175-2.825T8 4h3q.425 0 .713.288T12 5v4h6q.825 0 1.413.588T20 11v3q0 .825-.587 1.413T18 16h-2v2.925q.25-.15.475-.3t.45-.325q.325-.275.75-.25t.7.3q.3.3.275.713t-.35.687q-1.35 1.075-2.963 1.663T12 22m0-2q.5 0 1-.062t1-.188V16h-4v3.75q.5.125 1 .188T12 20"/></svg> </template>
CSS
.icon-crib-rounded {
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%22M12%2022q-1.725%200-3.312-.575T5.75%2019.8q-.35-.275-.375-.712t.275-.738t.713-.3t.762.275q.2.175.425.325t.45.275V16H6q-.825%200-1.412-.587T4%2014V8q0-1.65%201.175-2.825T8%204h3q.425%200%20.713.288T12%205v4h6q.825%200%201.413.588T20%2011v3q0%20.825-.587%201.413T18%2016h-2v2.925q.25-.15.475-.3t.45-.325q.325-.275.75-.25t.7.3q.3.3.275.713t-.35.687q-1.35%201.075-2.963%201.663T12%2022m0-2q.5%200%201-.062t1-.188V16h-4v3.75q.5.125%201%20.188T12%2020%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%22M12%2022q-1.725%200-3.312-.575T5.75%2019.8q-.35-.275-.375-.712t.275-.738t.713-.3t.762.275q.2.175.425.325t.45.275V16H6q-.825%200-1.412-.587T4%2014V8q0-1.65%201.175-2.825T8%204h3q.425%200%20.713.288T12%205v4h6q.825%200%201.413.588T20%2011v3q0%20.825-.587%201.413T18%2016h-2v2.925q.25-.15.475-.3t.45-.325q.325-.275.75-.25t.7.3q.3.3.275.713t-.35.687q-1.35%201.075-2.963%201.663T12%2022m0-2q.5%200%201-.062t1-.188V16h-4v3.75q.5.125%201%20.188T12%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/crib-rounded.svg?color=%231a73e8&size=48