baby-bottle from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
baby-bottle
Set
Fluent Emoji High Contrast
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

Use the baby bottle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m9.3 21.32l6.25 6.25a3.223 3.223 0 0 0 4.56 0l7.43-7.43a3.223 3.223 0 0 0 0-4.56l-3.99-4.03a.62.62 0 0 0-.76-.09l-13.25 7.9c-.69.42-.81 1.38-.24 1.96m5.69-3.49c.3-.3.77-.3 1.06 0c.29.29.29.77 0 1.06l-1.77 1.77c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06zm3.36 3.35c.3-.29.77-.29 1.06 0s.29.77 0 1.06l-1.77 1.77c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06zm-8.49-4.94l1.77-1.77c.3-.3.77-.3 1.06 0c.29.29.29.77 0 1.06l-1.77 1.77c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06"/><path d="m6.27 3.3l-.68-.68a2.1 2.1 0 0 0-2.97 2.97l.68.68c.26.26.36.65.24 1.01L3 8.89c-.24.71-.05 1.49.48 2.01l.62.63l-.05.05a.99.99 0 0 0 0 1.39l.107.107a5.206 5.206 0 0 0 .295 6.9l.005.005l9.346 9.345a5.726 5.726 0 0 0 8.104 0l7.43-7.43a5.726 5.726 0 0 0 0-8.104l-9.375-9.375l-.045-.023a5.206 5.206 0 0 0-6.851-.23l-.106-.105c-.38-.39-1-.39-1.38-.01l-.05.05l-.63-.62c-.52-.53-1.3-.72-2.01-.48l-1.61.54c-.36.12-.75.02-1.01-.24m7.827 2.627a3.205 3.205 0 0 1 4.482-.044l.337.337h.02l8.987 8.987a3.726 3.726 0 0 1 0 5.276l-7.43 7.43a3.726 3.726 0 0 1-5.276 0l-9.334-9.334a3.205 3.205 0 0 1 .044-4.482z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastBabyBottle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m9.3 21.32l6.25 6.25a3.223 3.223 0 0 0 4.56 0l7.43-7.43a3.223 3.223 0 0 0 0-4.56l-3.99-4.03a.62.62 0 0 0-.76-.09l-13.25 7.9c-.69.42-.81 1.38-.24 1.96m5.69-3.49c.3-.3.77-.3 1.06 0c.29.29.29.77 0 1.06l-1.77 1.77c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06zm3.36 3.35c.3-.29.77-.29 1.06 0s.29.77 0 1.06l-1.77 1.77c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06zm-8.49-4.94l1.77-1.77c.3-.3.77-.3 1.06 0c.29.29.29.77 0 1.06l-1.77 1.77c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06"/><path d="m6.27 3.3l-.68-.68a2.1 2.1 0 0 0-2.97 2.97l.68.68c.26.26.36.65.24 1.01L3 8.89c-.24.71-.05 1.49.48 2.01l.62.63l-.05.05a.99.99 0 0 0 0 1.39l.107.107a5.206 5.206 0 0 0 .295 6.9l.005.005l9.346 9.345a5.726 5.726 0 0 0 8.104 0l7.43-7.43a5.726 5.726 0 0 0 0-8.104l-9.375-9.375l-.045-.023a5.206 5.206 0 0 0-6.851-.23l-.106-.105c-.38-.39-1-.39-1.38-.01l-.05.05l-.63-.62c-.52-.53-1.3-.72-2.01-.48l-1.61.54c-.36.12-.75.02-1.01-.24m7.827 2.627a3.205 3.205 0 0 1 4.482-.044l.337.337h.02l8.987 8.987a3.726 3.726 0 0 1 0 5.276l-7.43 7.43a3.726 3.726 0 0 1-5.276 0l-9.334-9.334a3.205 3.205 0 0 1 .044-4.482z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m9.3 21.32l6.25 6.25a3.223 3.223 0 0 0 4.56 0l7.43-7.43a3.223 3.223 0 0 0 0-4.56l-3.99-4.03a.62.62 0 0 0-.76-.09l-13.25 7.9c-.69.42-.81 1.38-.24 1.96m5.69-3.49c.3-.3.77-.3 1.06 0c.29.29.29.77 0 1.06l-1.77 1.77c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06zm3.36 3.35c.3-.29.77-.29 1.06 0s.29.77 0 1.06l-1.77 1.77c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06zm-8.49-4.94l1.77-1.77c.3-.3.77-.3 1.06 0c.29.29.29.77 0 1.06l-1.77 1.77c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06"/><path d="m6.27 3.3l-.68-.68a2.1 2.1 0 0 0-2.97 2.97l.68.68c.26.26.36.65.24 1.01L3 8.89c-.24.71-.05 1.49.48 2.01l.62.63l-.05.05a.99.99 0 0 0 0 1.39l.107.107a5.206 5.206 0 0 0 .295 6.9l.005.005l9.346 9.345a5.726 5.726 0 0 0 8.104 0l7.43-7.43a5.726 5.726 0 0 0 0-8.104l-9.375-9.375l-.045-.023a5.206 5.206 0 0 0-6.851-.23l-.106-.105c-.38-.39-1-.39-1.38-.01l-.05.05l-.63-.62c-.52-.53-1.3-.72-2.01-.48l-1.61.54c-.36.12-.75.02-1.01-.24m7.827 2.627a3.205 3.205 0 0 1 4.482-.044l.337.337h.02l8.987 8.987a3.726 3.726 0 0 1 0 5.276l-7.43 7.43a3.726 3.726 0 0 1-5.276 0l-9.334-9.334a3.205 3.205 0 0 1 .044-4.482z"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m9.3%2021.32l6.25%206.25a3.223%203.223%200%200%200%204.56%200l7.43-7.43a3.223%203.223%200%200%200%200-4.56l-3.99-4.03a.62.62%200%200%200-.76-.09l-13.25%207.9c-.69.42-.81%201.38-.24%201.96m5.69-3.49c.3-.3.77-.3%201.06%200c.29.29.29.77%200%201.06l-1.77%201.77c-.29.29-.77.29-1.06%200a.754.754%200%200%201%200-1.06zm3.36%203.35c.3-.29.77-.29%201.06%200s.29.77%200%201.06l-1.77%201.77c-.29.29-.77.29-1.06%200a.754.754%200%200%201%200-1.06zm-8.49-4.94l1.77-1.77c.3-.3.77-.3%201.06%200c.29.29.29.77%200%201.06l-1.77%201.77c-.29.29-.77.29-1.06%200a.754.754%200%200%201%200-1.06%22%2F%3E%3Cpath%20d%3D%22m6.27%203.3l-.68-.68a2.1%202.1%200%200%200-2.97%202.97l.68.68c.26.26.36.65.24%201.01L3%208.89c-.24.71-.05%201.49.48%202.01l.62.63l-.05.05a.99.99%200%200%200%200%201.39l.107.107a5.206%205.206%200%200%200%20.295%206.9l.005.005l9.346%209.345a5.726%205.726%200%200%200%208.104%200l7.43-7.43a5.726%205.726%200%200%200%200-8.104l-9.375-9.375l-.045-.023a5.206%205.206%200%200%200-6.851-.23l-.106-.105c-.38-.39-1-.39-1.38-.01l-.05.05l-.63-.62c-.52-.53-1.3-.72-2.01-.48l-1.61.54c-.36.12-.75.02-1.01-.24m7.827%202.627a3.205%203.205%200%200%201%204.482-.044l.337.337h.02l8.987%208.987a3.726%203.726%200%200%201%200%205.276l-7.43%207.43a3.726%203.726%200%200%201-5.276%200l-9.334-9.334a3.205%203.205%200%200%201%20.044-4.482z%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m9.3%2021.32l6.25%206.25a3.223%203.223%200%200%200%204.56%200l7.43-7.43a3.223%203.223%200%200%200%200-4.56l-3.99-4.03a.62.62%200%200%200-.76-.09l-13.25%207.9c-.69.42-.81%201.38-.24%201.96m5.69-3.49c.3-.3.77-.3%201.06%200c.29.29.29.77%200%201.06l-1.77%201.77c-.29.29-.77.29-1.06%200a.754.754%200%200%201%200-1.06zm3.36%203.35c.3-.29.77-.29%201.06%200s.29.77%200%201.06l-1.77%201.77c-.29.29-.77.29-1.06%200a.754.754%200%200%201%200-1.06zm-8.49-4.94l1.77-1.77c.3-.3.77-.3%201.06%200c.29.29.29.77%200%201.06l-1.77%201.77c-.29.29-.77.29-1.06%200a.754.754%200%200%201%200-1.06%22%2F%3E%3Cpath%20d%3D%22m6.27%203.3l-.68-.68a2.1%202.1%200%200%200-2.97%202.97l.68.68c.26.26.36.65.24%201.01L3%208.89c-.24.71-.05%201.49.48%202.01l.62.63l-.05.05a.99.99%200%200%200%200%201.39l.107.107a5.206%205.206%200%200%200%20.295%206.9l.005.005l9.346%209.345a5.726%205.726%200%200%200%208.104%200l7.43-7.43a5.726%205.726%200%200%200%200-8.104l-9.375-9.375l-.045-.023a5.206%205.206%200%200%200-6.851-.23l-.106-.105c-.38-.39-1-.39-1.38-.01l-.05.05l-.63-.62c-.52-.53-1.3-.72-2.01-.48l-1.61.54c-.36.12-.75.02-1.01-.24m7.827%202.627a3.205%203.205%200%200%201%204.482-.044l.337.337h.02l8.987%208.987a3.726%203.726%200%200%201%200%205.276l-7.43%207.43a3.726%203.726%200%200%201-5.276%200l-9.334-9.334a3.205%203.205%200%200%201%20.044-4.482z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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