baby-bottle from Material Design Icons by Pictogrammers · Filled · People / Family · Apache-2.0 Free for personal and commercial use.

Name
baby-bottle
Set
Material Design Icons
Style
Filled
Category
People / Family
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More people / family icons from Material Design Icons

Use the baby bottle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.28 2.8l-.5.5a5.5 5.5 0 0 0-4.37-.43l-.08-.07A2.5 2.5 0 0 0 2.8 6.33l.07.08a5.5 5.5 0 0 0 .43 4.37l-.5.5a1.5 1.5 0 0 0 0 2.12l1.41 1.42a1.5 1.5 0 0 0 2.12 0l.35-.36l7.08 7.07a1.5 1.5 0 0 0 2.12 0l5.65-5.65a1.5 1.5 0 0 0 0-2.12l-7.07-7.08l.36-.35a1.5 1.5 0 0 0 0-2.12L13.4 2.8a1.5 1.5 0 0 0-2.12 0m2.48 2.47l-8.49 8.49l-1.41-1.42l8.48-8.48m2.48 7.77l-3.19 3.19l-1.06-1.06l3.19-3.19m3.18 3.19l-3.18 3.18l-1.07-1.06l3.19-3.19Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBabyBottle(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="m11.28 2.8l-.5.5a5.5 5.5 0 0 0-4.37-.43l-.08-.07A2.5 2.5 0 0 0 2.8 6.33l.07.08a5.5 5.5 0 0 0 .43 4.37l-.5.5a1.5 1.5 0 0 0 0 2.12l1.41 1.42a1.5 1.5 0 0 0 2.12 0l.35-.36l7.08 7.07a1.5 1.5 0 0 0 2.12 0l5.65-5.65a1.5 1.5 0 0 0 0-2.12l-7.07-7.08l.36-.35a1.5 1.5 0 0 0 0-2.12L13.4 2.8a1.5 1.5 0 0 0-2.12 0m2.48 2.47l-8.49 8.49l-1.41-1.42l8.48-8.48m2.48 7.77l-3.19 3.19l-1.06-1.06l3.19-3.19m3.18 3.19l-3.18 3.18l-1.07-1.06l3.19-3.19Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.28 2.8l-.5.5a5.5 5.5 0 0 0-4.37-.43l-.08-.07A2.5 2.5 0 0 0 2.8 6.33l.07.08a5.5 5.5 0 0 0 .43 4.37l-.5.5a1.5 1.5 0 0 0 0 2.12l1.41 1.42a1.5 1.5 0 0 0 2.12 0l.35-.36l7.08 7.07a1.5 1.5 0 0 0 2.12 0l5.65-5.65a1.5 1.5 0 0 0 0-2.12l-7.07-7.08l.36-.35a1.5 1.5 0 0 0 0-2.12L13.4 2.8a1.5 1.5 0 0 0-2.12 0m2.48 2.47l-8.49 8.49l-1.41-1.42l8.48-8.48m2.48 7.77l-3.19 3.19l-1.06-1.06l3.19-3.19m3.18 3.19l-3.18 3.18l-1.07-1.06l3.19-3.19Z"/></svg>
</template>

CSS

.icon-baby-bottle {
  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%22m11.28%202.8l-.5.5a5.5%205.5%200%200%200-4.37-.43l-.08-.07A2.5%202.5%200%200%200%202.8%206.33l.07.08a5.5%205.5%200%200%200%20.43%204.37l-.5.5a1.5%201.5%200%200%200%200%202.12l1.41%201.42a1.5%201.5%200%200%200%202.12%200l.35-.36l7.08%207.07a1.5%201.5%200%200%200%202.12%200l5.65-5.65a1.5%201.5%200%200%200%200-2.12l-7.07-7.08l.36-.35a1.5%201.5%200%200%200%200-2.12L13.4%202.8a1.5%201.5%200%200%200-2.12%200m2.48%202.47l-8.49%208.49l-1.41-1.42l8.48-8.48m2.48%207.77l-3.19%203.19l-1.06-1.06l3.19-3.19m3.18%203.19l-3.18%203.18l-1.07-1.06l3.19-3.19Z%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%22m11.28%202.8l-.5.5a5.5%205.5%200%200%200-4.37-.43l-.08-.07A2.5%202.5%200%200%200%202.8%206.33l.07.08a5.5%205.5%200%200%200%20.43%204.37l-.5.5a1.5%201.5%200%200%200%200%202.12l1.41%201.42a1.5%201.5%200%200%200%202.12%200l.35-.36l7.08%207.07a1.5%201.5%200%200%200%202.12%200l5.65-5.65a1.5%201.5%200%200%200%200-2.12l-7.07-7.08l.36-.35a1.5%201.5%200%200%200%200-2.12L13.4%202.8a1.5%201.5%200%200%200-2.12%200m2.48%202.47l-8.49%208.49l-1.41-1.42l8.48-8.48m2.48%207.77l-3.19%203.19l-1.06-1.06l3.19-3.19m3.18%203.19l-3.18%203.18l-1.07-1.06l3.19-3.19Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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