round crib icon
round-crib from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- round-crib
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the round crib icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.32 18.32a.97.97 0 0 0-1.31-.08c-.32.25-.65.48-1 .69V16h2c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2h-6V6c0-1.1-.9-2-2-2H8C5.79 4 4 5.79 4 8v6c0 1.1.9 2 2 2h2v2.93c-.35-.2-.69-.43-1-.69c-.39-.32-.96-.27-1.31.08c-.42.42-.39 1.12.08 1.5A9.95 9.95 0 0 0 12 22c2.36 0 4.53-.82 6.24-2.18c.47-.38.5-1.08.08-1.5M14 19.75c-.64.16-1.31.25-2 .25s-1.36-.09-2-.25V16h4z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundCrib(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="M18.32 18.32a.97.97 0 0 0-1.31-.08c-.32.25-.65.48-1 .69V16h2c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2h-6V6c0-1.1-.9-2-2-2H8C5.79 4 4 5.79 4 8v6c0 1.1.9 2 2 2h2v2.93c-.35-.2-.69-.43-1-.69c-.39-.32-.96-.27-1.31.08c-.42.42-.39 1.12.08 1.5A9.95 9.95 0 0 0 12 22c2.36 0 4.53-.82 6.24-2.18c.47-.38.5-1.08.08-1.5M14 19.75c-.64.16-1.31.25-2 .25s-1.36-.09-2-.25V16h4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.32 18.32a.97.97 0 0 0-1.31-.08c-.32.25-.65.48-1 .69V16h2c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2h-6V6c0-1.1-.9-2-2-2H8C5.79 4 4 5.79 4 8v6c0 1.1.9 2 2 2h2v2.93c-.35-.2-.69-.43-1-.69c-.39-.32-.96-.27-1.31.08c-.42.42-.39 1.12.08 1.5A9.95 9.95 0 0 0 12 22c2.36 0 4.53-.82 6.24-2.18c.47-.38.5-1.08.08-1.5M14 19.75c-.64.16-1.31.25-2 .25s-1.36-.09-2-.25V16h4z"/></svg> </template>
CSS
.icon-round-crib {
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%22M18.32%2018.32a.97.97%200%200%200-1.31-.08c-.32.25-.65.48-1%20.69V16h2c1.1%200%202-.9%202-2v-3c0-1.1-.9-2-2-2h-6V6c0-1.1-.9-2-2-2H8C5.79%204%204%205.79%204%208v6c0%201.1.9%202%202%202h2v2.93c-.35-.2-.69-.43-1-.69c-.39-.32-.96-.27-1.31.08c-.42.42-.39%201.12.08%201.5A9.95%209.95%200%200%200%2012%2022c2.36%200%204.53-.82%206.24-2.18c.47-.38.5-1.08.08-1.5M14%2019.75c-.64.16-1.31.25-2%20.25s-1.36-.09-2-.25V16h4z%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%22M18.32%2018.32a.97.97%200%200%200-1.31-.08c-.32.25-.65.48-1%20.69V16h2c1.1%200%202-.9%202-2v-3c0-1.1-.9-2-2-2h-6V6c0-1.1-.9-2-2-2H8C5.79%204%204%205.79%204%208v6c0%201.1.9%202%202%202h2v2.93c-.35-.2-.69-.43-1-.69c-.39-.32-.96-.27-1.31.08c-.42.42-.39%201.12.08%201.5A9.95%209.95%200%200%200%2012%2022c2.36%200%204.53-.82%206.24-2.18c.47-.38.5-1.08.08-1.5M14%2019.75c-.64.16-1.31.25-2%20.25s-1.36-.09-2-.25V16h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-crib.svg?color=%231a73e8&size=48