crib icon
crib-sharp from Material Symbols by Google · Sharp · Household · Apache-2.0 Free for personal and commercial use.
- Name
- crib-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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 20q.5 0 1-.062t1-.188V16h-4v3.75q.5.125 1 .188T12 20m0 2q-2 0-3.825-.763t-3.25-2.162L6.35 17.65q.375.375.788.688t.862.587V16H4V8q0-1.65 1.175-2.825T8 4h4v5h8v7h-4v2.925q.45-.275.863-.587t.787-.688l1.425 1.425q-1.425 1.4-3.25 2.163T12 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCribSharp(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 20q.5 0 1-.062t1-.188V16h-4v3.75q.5.125 1 .188T12 20m0 2q-2 0-3.825-.763t-3.25-2.162L6.35 17.65q.375.375.788.688t.862.587V16H4V8q0-1.65 1.175-2.825T8 4h4v5h8v7h-4v2.925q.45-.275.863-.587t.787-.688l1.425 1.425q-1.425 1.4-3.25 2.163T12 22"/></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 20q.5 0 1-.062t1-.188V16h-4v3.75q.5.125 1 .188T12 20m0 2q-2 0-3.825-.763t-3.25-2.162L6.35 17.65q.375.375.788.688t.862.587V16H4V8q0-1.65 1.175-2.825T8 4h4v5h8v7h-4v2.925q.45-.275.863-.587t.787-.688l1.425 1.425q-1.425 1.4-3.25 2.163T12 22"/></svg> </template>
CSS
.icon-crib-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%22M12%2020q.5%200%201-.062t1-.188V16h-4v3.75q.5.125%201%20.188T12%2020m0%202q-2%200-3.825-.763t-3.25-2.162L6.35%2017.65q.375.375.788.688t.862.587V16H4V8q0-1.65%201.175-2.825T8%204h4v5h8v7h-4v2.925q.45-.275.863-.587t.787-.688l1.425%201.425q-1.425%201.4-3.25%202.163T12%2022%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%2020q.5%200%201-.062t1-.188V16h-4v3.75q.5.125%201%20.188T12%2020m0%202q-2%200-3.825-.763t-3.25-2.162L6.35%2017.65q.375.375.788.688t.862.587V16H4V8q0-1.65%201.175-2.825T8%204h4v5h8v7h-4v2.925q.45-.275.863-.587t.787-.688l1.425%201.425q-1.425%201.4-3.25%202.163T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/crib-sharp.svg?color=%231a73e8&size=48