baseline-crib from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
baseline-crib
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the baseline 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 9h-6V4H8C5.79 4 4 5.79 4 8v6c0 1.1.9 2 2 2h2v2.93c-.61-.35-1.16-.78-1.65-1.27l-1.42 1.42C6.74 20.88 9.24 22 12 22s5.26-1.12 7.07-2.93l-1.42-1.42c-.49.49-1.05.92-1.65 1.27V16h2c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2m-4 10.75c-.64.16-1.31.25-2 .25s-1.36-.09-2-.25V16h4z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineCrib(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 9h-6V4H8C5.79 4 4 5.79 4 8v6c0 1.1.9 2 2 2h2v2.93c-.61-.35-1.16-.78-1.65-1.27l-1.42 1.42C6.74 20.88 9.24 22 12 22s5.26-1.12 7.07-2.93l-1.42-1.42c-.49.49-1.05.92-1.65 1.27V16h2c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2m-4 10.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 9h-6V4H8C5.79 4 4 5.79 4 8v6c0 1.1.9 2 2 2h2v2.93c-.61-.35-1.16-.78-1.65-1.27l-1.42 1.42C6.74 20.88 9.24 22 12 22s5.26-1.12 7.07-2.93l-1.42-1.42c-.49.49-1.05.92-1.65 1.27V16h2c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2m-4 10.75c-.64.16-1.31.25-2 .25s-1.36-.09-2-.25V16h4z"/></svg>
</template>

CSS

.icon-baseline-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%209h-6V4H8C5.79%204%204%205.79%204%208v6c0%201.1.9%202%202%202h2v2.93c-.61-.35-1.16-.78-1.65-1.27l-1.42%201.42C6.74%2020.88%209.24%2022%2012%2022s5.26-1.12%207.07-2.93l-1.42-1.42c-.49.49-1.05.92-1.65%201.27V16h2c1.1%200%202-.9%202-2v-3c0-1.1-.9-2-2-2m-4%2010.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%209h-6V4H8C5.79%204%204%205.79%204%208v6c0%201.1.9%202%202%202h2v2.93c-.61-.35-1.16-.78-1.65-1.27l-1.42%201.42C6.74%2020.88%209.24%2022%2012%2022s5.26-1.12%207.07-2.93l-1.42-1.42c-.49.49-1.05.92-1.65%201.27V16h2c1.1%200%202-.9%202-2v-3c0-1.1-.9-2-2-2m-4%2010.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/baseline-crib.svg?color=%231a73e8&size=48