round bedroom baby icon
round-bedroom-baby from Google Material Icons by Material Design Authors · Baseline · Search · Apache-2.0 Free for personal and commercial use.
- Name
- round-bedroom-baby
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Search
- Viewbox
- 24×24
- License
- Apache 2.0
More search icons from Google Material Icons
baseline-bathroombaseline-bedbaseline-bedroom-babybaseline-bedroom-childbaseline-bedroom-parentbaseline-blenderbaseline-camera-indoorbaseline-camera-outdoorbaseline-chairbaseline-chair-altbaseline-coffeebaseline-coffee-makerbaseline-diningbaseline-door-backbaseline-door-frontbaseline-door-slidingbaseline-doorbellbaseline-feedbaseline-flatwarebaseline-garagebaseline-lightbaseline-livingbaseline-manage-searchbaseline-podcasts
Use the round bedroom baby icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-8 15.99a9.83 9.83 0 0 1-6.4-2.35a.76.76 0 0 1-.04-1.11c.27-.27.71-.29 1.01-.04c.19.16.39.31.6.46L8 13.49V9.5l-1 .65c-.32.21-.73.16-.99-.12L6 10.01a.8.8 0 0 1-.03-1.08c.3-.33.65-.74.86-.98c.09-.11.07-.28-.04-.36c0 0-.81-.31-.79-.57c0-.11 3.36-.03 3.36-.03c.18 0 .34.1.43.25l1.44 2.5c.09.15.25.25.43.25h4.83c.28 0 .5.22.5.5s-.22.5-.5.5H16v2.5l.84 1.46c.2-.15.4-.3.6-.46c.3-.25.73-.23 1.01.04c.31.31.29.82-.04 1.11A9.88 9.88 0 0 1 12 17.99"/><path fill="currentColor" d="M14.69 14.24a7.72 7.72 0 0 1-5.4 0l-.81 1.41l-.03.06c1.1.52 2.28.79 3.53.79s2.45-.28 3.55-.79l-.03-.06z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundBedroomBaby(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="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-8 15.99a9.83 9.83 0 0 1-6.4-2.35a.76.76 0 0 1-.04-1.11c.27-.27.71-.29 1.01-.04c.19.16.39.31.6.46L8 13.49V9.5l-1 .65c-.32.21-.73.16-.99-.12L6 10.01a.8.8 0 0 1-.03-1.08c.3-.33.65-.74.86-.98c.09-.11.07-.28-.04-.36c0 0-.81-.31-.79-.57c0-.11 3.36-.03 3.36-.03c.18 0 .34.1.43.25l1.44 2.5c.09.15.25.25.43.25h4.83c.28 0 .5.22.5.5s-.22.5-.5.5H16v2.5l.84 1.46c.2-.15.4-.3.6-.46c.3-.25.73-.23 1.01.04c.31.31.29.82-.04 1.11A9.88 9.88 0 0 1 12 17.99"/><path fill="currentColor" d="M14.69 14.24a7.72 7.72 0 0 1-5.4 0l-.81 1.41l-.03.06c1.1.52 2.28.79 3.53.79s2.45-.28 3.55-.79l-.03-.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-8 15.99a9.83 9.83 0 0 1-6.4-2.35a.76.76 0 0 1-.04-1.11c.27-.27.71-.29 1.01-.04c.19.16.39.31.6.46L8 13.49V9.5l-1 .65c-.32.21-.73.16-.99-.12L6 10.01a.8.8 0 0 1-.03-1.08c.3-.33.65-.74.86-.98c.09-.11.07-.28-.04-.36c0 0-.81-.31-.79-.57c0-.11 3.36-.03 3.36-.03c.18 0 .34.1.43.25l1.44 2.5c.09.15.25.25.43.25h4.83c.28 0 .5.22.5.5s-.22.5-.5.5H16v2.5l.84 1.46c.2-.15.4-.3.6-.46c.3-.25.73-.23 1.01.04c.31.31.29.82-.04 1.11A9.88 9.88 0 0 1 12 17.99"/><path fill="currentColor" d="M14.69 14.24a7.72 7.72 0 0 1-5.4 0l-.81 1.41l-.03.06c1.1.52 2.28.79 3.53.79s2.45-.28 3.55-.79l-.03-.06z"/></svg> </template>
CSS
.icon-round-bedroom-baby {
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%22M20%202H4c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2m-8%2015.99a9.83%209.83%200%200%201-6.4-2.35a.76.76%200%200%201-.04-1.11c.27-.27.71-.29%201.01-.04c.19.16.39.31.6.46L8%2013.49V9.5l-1%20.65c-.32.21-.73.16-.99-.12L6%2010.01a.8.8%200%200%201-.03-1.08c.3-.33.65-.74.86-.98c.09-.11.07-.28-.04-.36c0%200-.81-.31-.79-.57c0-.11%203.36-.03%203.36-.03c.18%200%20.34.1.43.25l1.44%202.5c.09.15.25.25.43.25h4.83c.28%200%20.5.22.5.5s-.22.5-.5.5H16v2.5l.84%201.46c.2-.15.4-.3.6-.46c.3-.25.73-.23%201.01.04c.31.31.29.82-.04%201.11A9.88%209.88%200%200%201%2012%2017.99%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.69%2014.24a7.72%207.72%200%200%201-5.4%200l-.81%201.41l-.03.06c1.1.52%202.28.79%203.53.79s2.45-.28%203.55-.79l-.03-.06z%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%22M20%202H4c-1.1%200-2%20.9-2%202v16c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2m-8%2015.99a9.83%209.83%200%200%201-6.4-2.35a.76.76%200%200%201-.04-1.11c.27-.27.71-.29%201.01-.04c.19.16.39.31.6.46L8%2013.49V9.5l-1%20.65c-.32.21-.73.16-.99-.12L6%2010.01a.8.8%200%200%201-.03-1.08c.3-.33.65-.74.86-.98c.09-.11.07-.28-.04-.36c0%200-.81-.31-.79-.57c0-.11%203.36-.03%203.36-.03c.18%200%20.34.1.43.25l1.44%202.5c.09.15.25.25.43.25h4.83c.28%200%20.5.22.5.5s-.22.5-.5.5H16v2.5l.84%201.46c.2-.15.4-.3.6-.46c.3-.25.73-.23%201.01.04c.31.31.29.82-.04%201.11A9.88%209.88%200%200%201%2012%2017.99%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.69%2014.24a7.72%207.72%200%200%201-5.4%200l-.81%201.41l-.03.06c1.1.52%202.28.79%203.53.79s2.45-.28%203.55-.79l-.03-.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-bedroom-baby.svg?color=%231a73e8&size=48