baby changing station icon

baby-changing-station from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
baby-changing-station
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
baby-changing-station-outline

2 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the baby changing station icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 22V12l1.575-4.625q.2-.65.75-1.012T6.5 6q.2 0 .4.038t.4.137L11.45 8H14v2h-3L8.3 8.825L7 12.75V22zm6-3v-2h12v2zm10.5-3q-.625 0-1.062-.437T18 14.5t.438-1.062T19.5 13t1.063.438T21 14.5t-.437 1.063T19.5 16M13 16q-.825 0-1.412-.587T11 14v-1H9v-2h3q.425 0 .713.288T13 12v1h2v-2h2v3q0 .825-.587 1.413T15 16zM8 5q-.825 0-1.412-.587T6 3t.588-1.412T8 1t1.413.588T10 3t-.587 1.413T8 5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBabyChangingStation(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="M3 22V12l1.575-4.625q.2-.65.75-1.012T6.5 6q.2 0 .4.038t.4.137L11.45 8H14v2h-3L8.3 8.825L7 12.75V22zm6-3v-2h12v2zm10.5-3q-.625 0-1.062-.437T18 14.5t.438-1.062T19.5 13t1.063.438T21 14.5t-.437 1.063T19.5 16M13 16q-.825 0-1.412-.587T11 14v-1H9v-2h3q.425 0 .713.288T13 12v1h2v-2h2v3q0 .825-.587 1.413T15 16zM8 5q-.825 0-1.412-.587T6 3t.588-1.412T8 1t1.413.588T10 3t-.587 1.413T8 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 22V12l1.575-4.625q.2-.65.75-1.012T6.5 6q.2 0 .4.038t.4.137L11.45 8H14v2h-3L8.3 8.825L7 12.75V22zm6-3v-2h12v2zm10.5-3q-.625 0-1.062-.437T18 14.5t.438-1.062T19.5 13t1.063.438T21 14.5t-.437 1.063T19.5 16M13 16q-.825 0-1.412-.587T11 14v-1H9v-2h3q.425 0 .713.288T13 12v1h2v-2h2v3q0 .825-.587 1.413T15 16zM8 5q-.825 0-1.412-.587T6 3t.588-1.412T8 1t1.413.588T10 3t-.587 1.413T8 5"/></svg>
</template>

CSS

.icon-baby-changing-station {
  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%22M3%2022V12l1.575-4.625q.2-.65.75-1.012T6.5%206q.2%200%20.4.038t.4.137L11.45%208H14v2h-3L8.3%208.825L7%2012.75V22zm6-3v-2h12v2zm10.5-3q-.625%200-1.062-.437T18%2014.5t.438-1.062T19.5%2013t1.063.438T21%2014.5t-.437%201.063T19.5%2016M13%2016q-.825%200-1.412-.587T11%2014v-1H9v-2h3q.425%200%20.713.288T13%2012v1h2v-2h2v3q0%20.825-.587%201.413T15%2016zM8%205q-.825%200-1.412-.587T6%203t.588-1.412T8%201t1.413.588T10%203t-.587%201.413T8%205%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%22M3%2022V12l1.575-4.625q.2-.65.75-1.012T6.5%206q.2%200%20.4.038t.4.137L11.45%208H14v2h-3L8.3%208.825L7%2012.75V22zm6-3v-2h12v2zm10.5-3q-.625%200-1.062-.437T18%2014.5t.438-1.062T19.5%2013t1.063.438T21%2014.5t-.437%201.063T19.5%2016M13%2016q-.825%200-1.412-.587T11%2014v-1H9v-2h3q.425%200%20.713.288T13%2012v1h2v-2h2v3q0%20.825-.587%201.413T15%2016zM8%205q-.825%200-1.412-.587T6%203t.588-1.412T8%201t1.413.588T10%203t-.587%201.413T8%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/baby-changing-station.svg?color=%231a73e8&size=48