baby-bottle from Streamline Emojis by Streamline · Default · Food Drink · CC-BY-4.0 Attribution required.

Name
baby-bottle
Set
Streamline Emojis
Style
Default
Category
Food Drink
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More food drink icons from Streamline Emojis

Use the baby bottle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.13 45.37a12.53 1.63 0 1 0 25.06 0a12.53 1.63 0 1 0-25.06 0" opacity=".15"/><path fill="#e5f8ff" d="m19.35 44.53l-8.07-4.42c-2.79-1.52-4-4.6-2.8-6.88l8.91-16.29A7.7 7.7 0 0 1 20.31 14l16.15 8.84a7.63 7.63 0 0 1-.9 4l-8.91 16.33c-1.25 2.27-4.51 2.88-7.3 1.36"/><path fill="#e5fff9" d="m34.76 28.34l-8.11 14.83c-1.25 2.27-4.52 2.88-7.31 1.35l-8.06-4.41c-2.79-1.52-4-4.6-2.8-6.88l2.68-4.89Z"/><path fill="#fff" d="m32.3 32.84l2.47-4.5H11.16l-2.46 4.5z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.01" d="m34.76 28.34l-8.11 14.83c-1.25 2.27-4.52 2.88-7.31 1.35l-8.06-4.41c-2.79-1.52-4-4.6-2.8-6.88l2.68-4.89Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.01" d="m19.35 44.53l-8.07-4.42c-2.79-1.52-4-4.6-2.8-6.88l8.91-16.29A7.7 7.7 0 0 1 20.31 14h0l16.15 8.84h0a7.63 7.63 0 0 1-.9 4l-8.91 16.33c-1.25 2.27-4.51 2.88-7.3 1.36"/><path fill="#4aeff7" d="m22.384 7.685l18.17 9.939l-3.14 5.738l-18.169-9.94Z"/><path fill="#a6fbff" d="m20.17 13.93l.54.3a3.48 3.48 0 0 1 4.72-1.39l13.65 7.47l1-1.75a1.06 1.06 0 0 0-.42-1.45L23.31 8.2a1.06 1.06 0 0 0-1.44.42l-2.12 3.87a1.06 1.06 0 0 0 .42 1.44"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.01" d="m22.384 7.685l18.17 9.939l-3.14 5.738l-18.169-9.94Z"/><path fill="#fff48c" d="M37.68 11.3a4.46 4.46 0 0 1-.36-3.79l.23-.68a2.71 2.71 0 0 0-.86-3.73a2.72 2.72 0 0 0-3.61 1.29l-.44.61a4.51 4.51 0 0 1-3.39 1.74A5.91 5.91 0 0 0 24.77 9l13.38 7.32a6 6 0 0 0-.47-5.02"/><path fill="#fffacf" d="M29.25 9.38a4.51 4.51 0 0 0 3.39-1.74l.44-.56a2.72 2.72 0 0 1 3.61-1.29a2.24 2.24 0 0 1 .91.92a2.69 2.69 0 0 0-.91-3.61a2.72 2.72 0 0 0-3.61 1.29l-.44.61a4.51 4.51 0 0 1-3.39 1.74A5.93 5.93 0 0 0 24.77 9l1.95 1.07a5.45 5.45 0 0 1 2.53-.69"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.01" d="M37.68 11.3a4.46 4.46 0 0 1-.36-3.79l.23-.68a2.71 2.71 0 0 0-.86-3.73a2.72 2.72 0 0 0-3.61 1.29l-.44.61a4.51 4.51 0 0 1-3.39 1.74h0A5.91 5.91 0 0 0 24.77 9h0l13.38 7.32h0a6 6 0 0 0-.47-5.02m-20.23 5.55l3.77 2.07m-6.57 3.04l3.77 2.07m-6.65 3.19l3.78 2.07M9.16 32l3.77 2.07"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisBabyBottle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.13 45.37a12.53 1.63 0 1 0 25.06 0a12.53 1.63 0 1 0-25.06 0" opacity=".15"/><path fill="#e5f8ff" d="m19.35 44.53l-8.07-4.42c-2.79-1.52-4-4.6-2.8-6.88l8.91-16.29A7.7 7.7 0 0 1 20.31 14l16.15 8.84a7.63 7.63 0 0 1-.9 4l-8.91 16.33c-1.25 2.27-4.51 2.88-7.3 1.36"/><path fill="#e5fff9" d="m34.76 28.34l-8.11 14.83c-1.25 2.27-4.52 2.88-7.31 1.35l-8.06-4.41c-2.79-1.52-4-4.6-2.8-6.88l2.68-4.89Z"/><path fill="#fff" d="m32.3 32.84l2.47-4.5H11.16l-2.46 4.5z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.01" d="m34.76 28.34l-8.11 14.83c-1.25 2.27-4.52 2.88-7.31 1.35l-8.06-4.41c-2.79-1.52-4-4.6-2.8-6.88l2.68-4.89Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.01" d="m19.35 44.53l-8.07-4.42c-2.79-1.52-4-4.6-2.8-6.88l8.91-16.29A7.7 7.7 0 0 1 20.31 14h0l16.15 8.84h0a7.63 7.63 0 0 1-.9 4l-8.91 16.33c-1.25 2.27-4.51 2.88-7.3 1.36"/><path fill="#4aeff7" d="m22.384 7.685l18.17 9.939l-3.14 5.738l-18.169-9.94Z"/><path fill="#a6fbff" d="m20.17 13.93l.54.3a3.48 3.48 0 0 1 4.72-1.39l13.65 7.47l1-1.75a1.06 1.06 0 0 0-.42-1.45L23.31 8.2a1.06 1.06 0 0 0-1.44.42l-2.12 3.87a1.06 1.06 0 0 0 .42 1.44"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.01" d="m22.384 7.685l18.17 9.939l-3.14 5.738l-18.169-9.94Z"/><path fill="#fff48c" d="M37.68 11.3a4.46 4.46 0 0 1-.36-3.79l.23-.68a2.71 2.71 0 0 0-.86-3.73a2.72 2.72 0 0 0-3.61 1.29l-.44.61a4.51 4.51 0 0 1-3.39 1.74A5.91 5.91 0 0 0 24.77 9l13.38 7.32a6 6 0 0 0-.47-5.02"/><path fill="#fffacf" d="M29.25 9.38a4.51 4.51 0 0 0 3.39-1.74l.44-.56a2.72 2.72 0 0 1 3.61-1.29a2.24 2.24 0 0 1 .91.92a2.69 2.69 0 0 0-.91-3.61a2.72 2.72 0 0 0-3.61 1.29l-.44.61a4.51 4.51 0 0 1-3.39 1.74A5.93 5.93 0 0 0 24.77 9l1.95 1.07a5.45 5.45 0 0 1 2.53-.69"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.01" d="M37.68 11.3a4.46 4.46 0 0 1-.36-3.79l.23-.68a2.71 2.71 0 0 0-.86-3.73a2.72 2.72 0 0 0-3.61 1.29l-.44.61a4.51 4.51 0 0 1-3.39 1.74h0A5.91 5.91 0 0 0 24.77 9h0l13.38 7.32h0a6 6 0 0 0-.47-5.02m-20.23 5.55l3.77 2.07m-6.57 3.04l3.77 2.07m-6.65 3.19l3.78 2.07M9.16 32l3.77 2.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.13 45.37a12.53 1.63 0 1 0 25.06 0a12.53 1.63 0 1 0-25.06 0" opacity=".15"/><path fill="#e5f8ff" d="m19.35 44.53l-8.07-4.42c-2.79-1.52-4-4.6-2.8-6.88l8.91-16.29A7.7 7.7 0 0 1 20.31 14l16.15 8.84a7.63 7.63 0 0 1-.9 4l-8.91 16.33c-1.25 2.27-4.51 2.88-7.3 1.36"/><path fill="#e5fff9" d="m34.76 28.34l-8.11 14.83c-1.25 2.27-4.52 2.88-7.31 1.35l-8.06-4.41c-2.79-1.52-4-4.6-2.8-6.88l2.68-4.89Z"/><path fill="#fff" d="m32.3 32.84l2.47-4.5H11.16l-2.46 4.5z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.01" d="m34.76 28.34l-8.11 14.83c-1.25 2.27-4.52 2.88-7.31 1.35l-8.06-4.41c-2.79-1.52-4-4.6-2.8-6.88l2.68-4.89Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.01" d="m19.35 44.53l-8.07-4.42c-2.79-1.52-4-4.6-2.8-6.88l8.91-16.29A7.7 7.7 0 0 1 20.31 14h0l16.15 8.84h0a7.63 7.63 0 0 1-.9 4l-8.91 16.33c-1.25 2.27-4.51 2.88-7.3 1.36"/><path fill="#4aeff7" d="m22.384 7.685l18.17 9.939l-3.14 5.738l-18.169-9.94Z"/><path fill="#a6fbff" d="m20.17 13.93l.54.3a3.48 3.48 0 0 1 4.72-1.39l13.65 7.47l1-1.75a1.06 1.06 0 0 0-.42-1.45L23.31 8.2a1.06 1.06 0 0 0-1.44.42l-2.12 3.87a1.06 1.06 0 0 0 .42 1.44"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.01" d="m22.384 7.685l18.17 9.939l-3.14 5.738l-18.169-9.94Z"/><path fill="#fff48c" d="M37.68 11.3a4.46 4.46 0 0 1-.36-3.79l.23-.68a2.71 2.71 0 0 0-.86-3.73a2.72 2.72 0 0 0-3.61 1.29l-.44.61a4.51 4.51 0 0 1-3.39 1.74A5.91 5.91 0 0 0 24.77 9l13.38 7.32a6 6 0 0 0-.47-5.02"/><path fill="#fffacf" d="M29.25 9.38a4.51 4.51 0 0 0 3.39-1.74l.44-.56a2.72 2.72 0 0 1 3.61-1.29a2.24 2.24 0 0 1 .91.92a2.69 2.69 0 0 0-.91-3.61a2.72 2.72 0 0 0-3.61 1.29l-.44.61a4.51 4.51 0 0 1-3.39 1.74A5.93 5.93 0 0 0 24.77 9l1.95 1.07a5.45 5.45 0 0 1 2.53-.69"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.01" d="M37.68 11.3a4.46 4.46 0 0 1-.36-3.79l.23-.68a2.71 2.71 0 0 0-.86-3.73a2.72 2.72 0 0 0-3.61 1.29l-.44.61a4.51 4.51 0 0 1-3.39 1.74h0A5.91 5.91 0 0 0 24.77 9h0l13.38 7.32h0a6 6 0 0 0-.47-5.02m-20.23 5.55l3.77 2.07m-6.57 3.04l3.77 2.07m-6.65 3.19l3.78 2.07M9.16 32l3.77 2.07"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.13%2045.37a12.53%201.63%200%201%200%2025.06%200a12.53%201.63%200%201%200-25.06%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23e5f8ff%22%20d%3D%22m19.35%2044.53l-8.07-4.42c-2.79-1.52-4-4.6-2.8-6.88l8.91-16.29A7.7%207.7%200%200%201%2020.31%2014l16.15%208.84a7.63%207.63%200%200%201-.9%204l-8.91%2016.33c-1.25%202.27-4.51%202.88-7.3%201.36%22%2F%3E%3Cpath%20fill%3D%22%23e5fff9%22%20d%3D%22m34.76%2028.34l-8.11%2014.83c-1.25%202.27-4.52%202.88-7.31%201.35l-8.06-4.41c-2.79-1.52-4-4.6-2.8-6.88l2.68-4.89Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m32.3%2032.84l2.47-4.5H11.16l-2.46%204.5z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.01%22%20d%3D%22m34.76%2028.34l-8.11%2014.83c-1.25%202.27-4.52%202.88-7.31%201.35l-8.06-4.41c-2.79-1.52-4-4.6-2.8-6.88l2.68-4.89Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.01%22%20d%3D%22m19.35%2044.53l-8.07-4.42c-2.79-1.52-4-4.6-2.8-6.88l8.91-16.29A7.7%207.7%200%200%201%2020.31%2014h0l16.15%208.84h0a7.63%207.63%200%200%201-.9%204l-8.91%2016.33c-1.25%202.27-4.51%202.88-7.3%201.36%22%2F%3E%3Cpath%20fill%3D%22%234aeff7%22%20d%3D%22m22.384%207.685l18.17%209.939l-3.14%205.738l-18.169-9.94Z%22%2F%3E%3Cpath%20fill%3D%22%23a6fbff%22%20d%3D%22m20.17%2013.93l.54.3a3.48%203.48%200%200%201%204.72-1.39l13.65%207.47l1-1.75a1.06%201.06%200%200%200-.42-1.45L23.31%208.2a1.06%201.06%200%200%200-1.44.42l-2.12%203.87a1.06%201.06%200%200%200%20.42%201.44%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.01%22%20d%3D%22m22.384%207.685l18.17%209.939l-3.14%205.738l-18.169-9.94Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M37.68%2011.3a4.46%204.46%200%200%201-.36-3.79l.23-.68a2.71%202.71%200%200%200-.86-3.73a2.72%202.72%200%200%200-3.61%201.29l-.44.61a4.51%204.51%200%200%201-3.39%201.74A5.91%205.91%200%200%200%2024.77%209l13.38%207.32a6%206%200%200%200-.47-5.02%22%2F%3E%3Cpath%20fill%3D%22%23fffacf%22%20d%3D%22M29.25%209.38a4.51%204.51%200%200%200%203.39-1.74l.44-.56a2.72%202.72%200%200%201%203.61-1.29a2.24%202.24%200%200%201%20.91.92a2.69%202.69%200%200%200-.91-3.61a2.72%202.72%200%200%200-3.61%201.29l-.44.61a4.51%204.51%200%200%201-3.39%201.74A5.93%205.93%200%200%200%2024.77%209l1.95%201.07a5.45%205.45%200%200%201%202.53-.69%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.01%22%20d%3D%22M37.68%2011.3a4.46%204.46%200%200%201-.36-3.79l.23-.68a2.71%202.71%200%200%200-.86-3.73a2.72%202.72%200%200%200-3.61%201.29l-.44.61a4.51%204.51%200%200%201-3.39%201.74h0A5.91%205.91%200%200%200%2024.77%209h0l13.38%207.32h0a6%206%200%200%200-.47-5.02m-20.23%205.55l3.77%202.07m-6.57%203.04l3.77%202.07m-6.65%203.19l3.78%202.07M9.16%2032l3.77%202.07%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.13%2045.37a12.53%201.63%200%201%200%2025.06%200a12.53%201.63%200%201%200-25.06%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23e5f8ff%22%20d%3D%22m19.35%2044.53l-8.07-4.42c-2.79-1.52-4-4.6-2.8-6.88l8.91-16.29A7.7%207.7%200%200%201%2020.31%2014l16.15%208.84a7.63%207.63%200%200%201-.9%204l-8.91%2016.33c-1.25%202.27-4.51%202.88-7.3%201.36%22%2F%3E%3Cpath%20fill%3D%22%23e5fff9%22%20d%3D%22m34.76%2028.34l-8.11%2014.83c-1.25%202.27-4.52%202.88-7.31%201.35l-8.06-4.41c-2.79-1.52-4-4.6-2.8-6.88l2.68-4.89Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m32.3%2032.84l2.47-4.5H11.16l-2.46%204.5z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.01%22%20d%3D%22m34.76%2028.34l-8.11%2014.83c-1.25%202.27-4.52%202.88-7.31%201.35l-8.06-4.41c-2.79-1.52-4-4.6-2.8-6.88l2.68-4.89Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.01%22%20d%3D%22m19.35%2044.53l-8.07-4.42c-2.79-1.52-4-4.6-2.8-6.88l8.91-16.29A7.7%207.7%200%200%201%2020.31%2014h0l16.15%208.84h0a7.63%207.63%200%200%201-.9%204l-8.91%2016.33c-1.25%202.27-4.51%202.88-7.3%201.36%22%2F%3E%3Cpath%20fill%3D%22%234aeff7%22%20d%3D%22m22.384%207.685l18.17%209.939l-3.14%205.738l-18.169-9.94Z%22%2F%3E%3Cpath%20fill%3D%22%23a6fbff%22%20d%3D%22m20.17%2013.93l.54.3a3.48%203.48%200%200%201%204.72-1.39l13.65%207.47l1-1.75a1.06%201.06%200%200%200-.42-1.45L23.31%208.2a1.06%201.06%200%200%200-1.44.42l-2.12%203.87a1.06%201.06%200%200%200%20.42%201.44%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.01%22%20d%3D%22m22.384%207.685l18.17%209.939l-3.14%205.738l-18.169-9.94Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M37.68%2011.3a4.46%204.46%200%200%201-.36-3.79l.23-.68a2.71%202.71%200%200%200-.86-3.73a2.72%202.72%200%200%200-3.61%201.29l-.44.61a4.51%204.51%200%200%201-3.39%201.74A5.91%205.91%200%200%200%2024.77%209l13.38%207.32a6%206%200%200%200-.47-5.02%22%2F%3E%3Cpath%20fill%3D%22%23fffacf%22%20d%3D%22M29.25%209.38a4.51%204.51%200%200%200%203.39-1.74l.44-.56a2.72%202.72%200%200%201%203.61-1.29a2.24%202.24%200%200%201%20.91.92a2.69%202.69%200%200%200-.91-3.61a2.72%202.72%200%200%200-3.61%201.29l-.44.61a4.51%204.51%200%200%201-3.39%201.74A5.93%205.93%200%200%200%2024.77%209l1.95%201.07a5.45%205.45%200%200%201%202.53-.69%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.01%22%20d%3D%22M37.68%2011.3a4.46%204.46%200%200%201-.36-3.79l.23-.68a2.71%202.71%200%200%200-.86-3.73a2.72%202.72%200%200%200-3.61%201.29l-.44.61a4.51%204.51%200%200%201-3.39%201.74h0A5.91%205.91%200%200%200%2024.77%209h0l13.38%207.32h0a6%206%200%200%200-.47-5.02m-20.23%205.55l3.77%202.07m-6.57%203.04l3.77%202.07m-6.65%203.19l3.78%202.07M9.16%2032l3.77%202.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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