blueberries emoji
blueberries from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- blueberries
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More food drink icons from OpenMoji
Use the blueberries emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="31.075" cy="31.075" r="15.932" fill="#1e50a0"/><path fill="#92d3f5" d="M31.14 25.309a6.8 6.8 0 0 0-3.164-.418a6.8 6.8 0 0 0-1.368-2.88l-.097-.088l-.096.088a7.2 7.2 0 0 0-1.369 2.88a6.8 6.8 0 0 0-3.162.418l-.113.065l.055.118a7.2 7.2 0 0 0 2.315 2.186a6.84 6.84 0 0 0-.6 3.135l.026.128l.13-.016a7.24 7.24 0 0 0 2.815-1.525a7.1 7.1 0 0 0 2.779 1.525l.13.015l.027-.127a6.8 6.8 0 0 0-.566-3.135a7.2 7.2 0 0 0 2.315-2.186l.056-.118Z"/><circle cx="46" cy="46" r="15" fill="#1e50a0"/><path fill="#92d3f5" d="M45.86 40.309a6.8 6.8 0 0 1 3.164-.418a6.8 6.8 0 0 1 1.368-2.88l.096-.088l.097.088a7.2 7.2 0 0 1 1.369 2.88a6.8 6.8 0 0 1 3.162.418l.113.065l-.055.118a7.2 7.2 0 0 1-2.315 2.186a6.84 6.84 0 0 1 .6 3.135l-.026.127l-.13-.015a7.24 7.24 0 0 1-2.814-1.525a7.1 7.1 0 0 1-2.78 1.525l-.13.015l-.027-.127a6.8 6.8 0 0 1 .566-3.135a7.2 7.2 0 0 1-2.316-2.186l-.055-.118Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M31.14 25.309a6.8 6.8 0 0 0-3.164-.418a6.8 6.8 0 0 0-1.368-2.88l-.097-.088l-.096.088a7.2 7.2 0 0 0-1.369 2.88a6.8 6.8 0 0 0-3.162.418l-.113.065l.055.118a7.2 7.2 0 0 0 2.315 2.186a6.84 6.84 0 0 0-.6 3.135l.026.128l.13-.016a7.24 7.24 0 0 0 2.815-1.525a7.1 7.1 0 0 0 2.779 1.525l.13.015l.027-.127a6.8 6.8 0 0 0-.566-3.135a7.2 7.2 0 0 0 2.315-2.186l.056-.118Z"/><path d="M26.511 45.317a15.002 15.002 0 1 1 19.016-18.068m.333 13.06a6.8 6.8 0 0 1 3.164-.418a6.8 6.8 0 0 1 1.368-2.88l.096-.088l.097.088a7.2 7.2 0 0 1 1.369 2.88a6.8 6.8 0 0 1 3.162.418l.113.065l-.055.118a7.2 7.2 0 0 1-2.315 2.186a6.84 6.84 0 0 1 .6 3.135l-.026.127l-.13-.015a7.24 7.24 0 0 1-2.814-1.525a7.1 7.1 0 0 1-2.78 1.525l-.13.015l-.027-.127a6.8 6.8 0 0 1 .566-3.135a7.2 7.2 0 0 1-2.316-2.186l-.055-.118Z"/><circle cx="46" cy="46" r="15"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBlueberries(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="31.075" cy="31.075" r="15.932" fill="#1e50a0"/><path fill="#92d3f5" d="M31.14 25.309a6.8 6.8 0 0 0-3.164-.418a6.8 6.8 0 0 0-1.368-2.88l-.097-.088l-.096.088a7.2 7.2 0 0 0-1.369 2.88a6.8 6.8 0 0 0-3.162.418l-.113.065l.055.118a7.2 7.2 0 0 0 2.315 2.186a6.84 6.84 0 0 0-.6 3.135l.026.128l.13-.016a7.24 7.24 0 0 0 2.815-1.525a7.1 7.1 0 0 0 2.779 1.525l.13.015l.027-.127a6.8 6.8 0 0 0-.566-3.135a7.2 7.2 0 0 0 2.315-2.186l.056-.118Z"/><circle cx="46" cy="46" r="15" fill="#1e50a0"/><path fill="#92d3f5" d="M45.86 40.309a6.8 6.8 0 0 1 3.164-.418a6.8 6.8 0 0 1 1.368-2.88l.096-.088l.097.088a7.2 7.2 0 0 1 1.369 2.88a6.8 6.8 0 0 1 3.162.418l.113.065l-.055.118a7.2 7.2 0 0 1-2.315 2.186a6.84 6.84 0 0 1 .6 3.135l-.026.127l-.13-.015a7.24 7.24 0 0 1-2.814-1.525a7.1 7.1 0 0 1-2.78 1.525l-.13.015l-.027-.127a6.8 6.8 0 0 1 .566-3.135a7.2 7.2 0 0 1-2.316-2.186l-.055-.118Z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M31.14 25.309a6.8 6.8 0 0 0-3.164-.418a6.8 6.8 0 0 0-1.368-2.88l-.097-.088l-.096.088a7.2 7.2 0 0 0-1.369 2.88a6.8 6.8 0 0 0-3.162.418l-.113.065l.055.118a7.2 7.2 0 0 0 2.315 2.186a6.84 6.84 0 0 0-.6 3.135l.026.128l.13-.016a7.24 7.24 0 0 0 2.815-1.525a7.1 7.1 0 0 0 2.779 1.525l.13.015l.027-.127a6.8 6.8 0 0 0-.566-3.135a7.2 7.2 0 0 0 2.315-2.186l.056-.118Z"/><path d="M26.511 45.317a15.002 15.002 0 1 1 19.016-18.068m.333 13.06a6.8 6.8 0 0 1 3.164-.418a6.8 6.8 0 0 1 1.368-2.88l.096-.088l.097.088a7.2 7.2 0 0 1 1.369 2.88a6.8 6.8 0 0 1 3.162.418l.113.065l-.055.118a7.2 7.2 0 0 1-2.315 2.186a6.84 6.84 0 0 1 .6 3.135l-.026.127l-.13-.015a7.24 7.24 0 0 1-2.814-1.525a7.1 7.1 0 0 1-2.78 1.525l-.13.015l-.027-.127a6.8 6.8 0 0 1 .566-3.135a7.2 7.2 0 0 1-2.316-2.186l-.055-.118Z"/><circle cx="46" cy="46" r="15"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="31.075" cy="31.075" r="15.932" fill="#1e50a0"/><path fill="#92d3f5" d="M31.14 25.309a6.8 6.8 0 0 0-3.164-.418a6.8 6.8 0 0 0-1.368-2.88l-.097-.088l-.096.088a7.2 7.2 0 0 0-1.369 2.88a6.8 6.8 0 0 0-3.162.418l-.113.065l.055.118a7.2 7.2 0 0 0 2.315 2.186a6.84 6.84 0 0 0-.6 3.135l.026.128l.13-.016a7.24 7.24 0 0 0 2.815-1.525a7.1 7.1 0 0 0 2.779 1.525l.13.015l.027-.127a6.8 6.8 0 0 0-.566-3.135a7.2 7.2 0 0 0 2.315-2.186l.056-.118Z"/><circle cx="46" cy="46" r="15" fill="#1e50a0"/><path fill="#92d3f5" d="M45.86 40.309a6.8 6.8 0 0 1 3.164-.418a6.8 6.8 0 0 1 1.368-2.88l.096-.088l.097.088a7.2 7.2 0 0 1 1.369 2.88a6.8 6.8 0 0 1 3.162.418l.113.065l-.055.118a7.2 7.2 0 0 1-2.315 2.186a6.84 6.84 0 0 1 .6 3.135l-.026.127l-.13-.015a7.24 7.24 0 0 1-2.814-1.525a7.1 7.1 0 0 1-2.78 1.525l-.13.015l-.027-.127a6.8 6.8 0 0 1 .566-3.135a7.2 7.2 0 0 1-2.316-2.186l-.055-.118Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M31.14 25.309a6.8 6.8 0 0 0-3.164-.418a6.8 6.8 0 0 0-1.368-2.88l-.097-.088l-.096.088a7.2 7.2 0 0 0-1.369 2.88a6.8 6.8 0 0 0-3.162.418l-.113.065l.055.118a7.2 7.2 0 0 0 2.315 2.186a6.84 6.84 0 0 0-.6 3.135l.026.128l.13-.016a7.24 7.24 0 0 0 2.815-1.525a7.1 7.1 0 0 0 2.779 1.525l.13.015l.027-.127a6.8 6.8 0 0 0-.566-3.135a7.2 7.2 0 0 0 2.315-2.186l.056-.118Z"/><path d="M26.511 45.317a15.002 15.002 0 1 1 19.016-18.068m.333 13.06a6.8 6.8 0 0 1 3.164-.418a6.8 6.8 0 0 1 1.368-2.88l.096-.088l.097.088a7.2 7.2 0 0 1 1.369 2.88a6.8 6.8 0 0 1 3.162.418l.113.065l-.055.118a7.2 7.2 0 0 1-2.315 2.186a6.84 6.84 0 0 1 .6 3.135l-.026.127l-.13-.015a7.24 7.24 0 0 1-2.814-1.525a7.1 7.1 0 0 1-2.78 1.525l-.13.015l-.027-.127a6.8 6.8 0 0 1 .566-3.135a7.2 7.2 0 0 1-2.316-2.186l-.055-.118Z"/><circle cx="46" cy="46" r="15"/></g></svg> </template>
CSS
.icon-blueberries {
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%2072%2072%22%3E%3Ccircle%20cx%3D%2231.075%22%20cy%3D%2231.075%22%20r%3D%2215.932%22%20fill%3D%22%231e50a0%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M31.14%2025.309a6.8%206.8%200%200%200-3.164-.418a6.8%206.8%200%200%200-1.368-2.88l-.097-.088l-.096.088a7.2%207.2%200%200%200-1.369%202.88a6.8%206.8%200%200%200-3.162.418l-.113.065l.055.118a7.2%207.2%200%200%200%202.315%202.186a6.84%206.84%200%200%200-.6%203.135l.026.128l.13-.016a7.24%207.24%200%200%200%202.815-1.525a7.1%207.1%200%200%200%202.779%201.525l.13.015l.027-.127a6.8%206.8%200%200%200-.566-3.135a7.2%207.2%200%200%200%202.315-2.186l.056-.118Z%22%2F%3E%3Ccircle%20cx%3D%2246%22%20cy%3D%2246%22%20r%3D%2215%22%20fill%3D%22%231e50a0%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M45.86%2040.309a6.8%206.8%200%200%201%203.164-.418a6.8%206.8%200%200%201%201.368-2.88l.096-.088l.097.088a7.2%207.2%200%200%201%201.369%202.88a6.8%206.8%200%200%201%203.162.418l.113.065l-.055.118a7.2%207.2%200%200%201-2.315%202.186a6.84%206.84%200%200%201%20.6%203.135l-.026.127l-.13-.015a7.24%207.24%200%200%201-2.814-1.525a7.1%207.1%200%200%201-2.78%201.525l-.13.015l-.027-.127a6.8%206.8%200%200%201%20.566-3.135a7.2%207.2%200%200%201-2.316-2.186l-.055-.118Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M31.14%2025.309a6.8%206.8%200%200%200-3.164-.418a6.8%206.8%200%200%200-1.368-2.88l-.097-.088l-.096.088a7.2%207.2%200%200%200-1.369%202.88a6.8%206.8%200%200%200-3.162.418l-.113.065l.055.118a7.2%207.2%200%200%200%202.315%202.186a6.84%206.84%200%200%200-.6%203.135l.026.128l.13-.016a7.24%207.24%200%200%200%202.815-1.525a7.1%207.1%200%200%200%202.779%201.525l.13.015l.027-.127a6.8%206.8%200%200%200-.566-3.135a7.2%207.2%200%200%200%202.315-2.186l.056-.118Z%22%2F%3E%3Cpath%20d%3D%22M26.511%2045.317a15.002%2015.002%200%201%201%2019.016-18.068m.333%2013.06a6.8%206.8%200%200%201%203.164-.418a6.8%206.8%200%200%201%201.368-2.88l.096-.088l.097.088a7.2%207.2%200%200%201%201.369%202.88a6.8%206.8%200%200%201%203.162.418l.113.065l-.055.118a7.2%207.2%200%200%201-2.315%202.186a6.84%206.84%200%200%201%20.6%203.135l-.026.127l-.13-.015a7.24%207.24%200%200%201-2.814-1.525a7.1%207.1%200%200%201-2.78%201.525l-.13.015l-.027-.127a6.8%206.8%200%200%201%20.566-3.135a7.2%207.2%200%200%201-2.316-2.186l-.055-.118Z%22%2F%3E%3Ccircle%20cx%3D%2246%22%20cy%3D%2246%22%20r%3D%2215%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%2072%2072%22%3E%3Ccircle%20cx%3D%2231.075%22%20cy%3D%2231.075%22%20r%3D%2215.932%22%20fill%3D%22%231e50a0%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M31.14%2025.309a6.8%206.8%200%200%200-3.164-.418a6.8%206.8%200%200%200-1.368-2.88l-.097-.088l-.096.088a7.2%207.2%200%200%200-1.369%202.88a6.8%206.8%200%200%200-3.162.418l-.113.065l.055.118a7.2%207.2%200%200%200%202.315%202.186a6.84%206.84%200%200%200-.6%203.135l.026.128l.13-.016a7.24%207.24%200%200%200%202.815-1.525a7.1%207.1%200%200%200%202.779%201.525l.13.015l.027-.127a6.8%206.8%200%200%200-.566-3.135a7.2%207.2%200%200%200%202.315-2.186l.056-.118Z%22%2F%3E%3Ccircle%20cx%3D%2246%22%20cy%3D%2246%22%20r%3D%2215%22%20fill%3D%22%231e50a0%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M45.86%2040.309a6.8%206.8%200%200%201%203.164-.418a6.8%206.8%200%200%201%201.368-2.88l.096-.088l.097.088a7.2%207.2%200%200%201%201.369%202.88a6.8%206.8%200%200%201%203.162.418l.113.065l-.055.118a7.2%207.2%200%200%201-2.315%202.186a6.84%206.84%200%200%201%20.6%203.135l-.026.127l-.13-.015a7.24%207.24%200%200%201-2.814-1.525a7.1%207.1%200%200%201-2.78%201.525l-.13.015l-.027-.127a6.8%206.8%200%200%201%20.566-3.135a7.2%207.2%200%200%201-2.316-2.186l-.055-.118Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M31.14%2025.309a6.8%206.8%200%200%200-3.164-.418a6.8%206.8%200%200%200-1.368-2.88l-.097-.088l-.096.088a7.2%207.2%200%200%200-1.369%202.88a6.8%206.8%200%200%200-3.162.418l-.113.065l.055.118a7.2%207.2%200%200%200%202.315%202.186a6.84%206.84%200%200%200-.6%203.135l.026.128l.13-.016a7.24%207.24%200%200%200%202.815-1.525a7.1%207.1%200%200%200%202.779%201.525l.13.015l.027-.127a6.8%206.8%200%200%200-.566-3.135a7.2%207.2%200%200%200%202.315-2.186l.056-.118Z%22%2F%3E%3Cpath%20d%3D%22M26.511%2045.317a15.002%2015.002%200%201%201%2019.016-18.068m.333%2013.06a6.8%206.8%200%200%201%203.164-.418a6.8%206.8%200%200%201%201.368-2.88l.096-.088l.097.088a7.2%207.2%200%200%201%201.369%202.88a6.8%206.8%200%200%201%203.162.418l.113.065l-.055.118a7.2%207.2%200%200%201-2.315%202.186a6.84%206.84%200%200%201%20.6%203.135l-.026.127l-.13-.015a7.24%207.24%200%200%201-2.814-1.525a7.1%207.1%200%200%201-2.78%201.525l-.13.015l-.027-.127a6.8%206.8%200%200%201%20.566-3.135a7.2%207.2%200%200%201-2.316-2.186l-.055-.118Z%22%2F%3E%3Ccircle%20cx%3D%2246%22%20cy%3D%2246%22%20r%3D%2215%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/blueberries.svg?color=%231a73e8&size=48