strawberry emoji
strawberry from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- strawberry
- 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 strawberry emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M36.153 60.168h-.027l-.044-.002c-3.982-.188-12.487-4.353-19.123-18.768a14.54 14.54 0 0 1 .442-14.67c3.479-5.415 10.37-8.352 18.892-8.016c8.427-.296 15.279 2.633 18.744 8.037c2.756 4.3 2.887 9.668.362 14.727c-2.896 6.273-10.642 18.294-19.138 18.69z"/><path fill="#d22f27" d="M55.037 26.75c-3.465-5.405-10.317-8.334-18.744-8.038a32 32 0 0 0-3.505.058c6.9.483 12.439 3.301 15.438 7.98c2.755 4.3 2.887 9.667.362 14.726c-2.503 5.42-8.626 15.124-15.724 17.92a10.3 10.3 0 0 0 3.218.77l.044.002h.027c.035 0 .085 0 .108-.002c8.496-.396 16.242-12.417 19.138-18.69c2.526-5.059 2.394-10.426-.362-14.727"/><path fill="#5c9e31" d="M26.962 27.726a1 1 0 0 1-.922-.615a5.46 5.46 0 0 1-.334-2.72c-6.928.108-8.478-1.994-8.726-2.439a1 1 0 0 1 .216-1.241a17.97 17.97 0 0 1 16.232-3.928v-.932a2.046 2.046 0 0 1 2.044-2.044h1.251a2.046 2.046 0 0 1 2.044 2.044v.98a17.96 17.96 0 0 1 16.438 3.88a1 1 0 0 1 .216 1.241c-.25.447-1.825 2.56-8.847 2.437a6.35 6.35 0 0 1-.509 2.774a1 1 0 0 1-.9.563c-3.586 0-7.49-1.977-8.926-2.779c-3.265 2.022-8.901 2.74-9.153 2.77a1 1 0 0 1-.124.009"/><circle cx="25.198" cy="33.736" r="2" fill="#d22f27"/><circle cx="33.198" cy="33.736" r="2" fill="#d22f27"/><circle cx="40.198" cy="33.736" r="2" fill="#d22f27"/><circle cx="47.198" cy="33.736" r="2" fill="#d22f27"/><circle cx="44.198" cy="42.146" r="2" fill="#d22f27"/><circle cx="36.198" cy="42.146" r="2" fill="#d22f27"/><circle cx="28.198" cy="42.146" r="2" fill="#d22f27"/><circle cx="32.198" cy="51.744" r="2" fill="#d22f27"/><circle cx="40.198" cy="51.744" r="2" fill="#d22f27"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M24.994 34.744v-2.016m8 2.016v-2.016m7 2.016v-2.016m7 2.016v-2.016m-3 10.426v-2.015m-8 2.015v-2.015m-8 2.015v-2.015m4 11.613v-2.016m8 2.016v-2.016m5.441-27.387c7.838.4 9.11-1.883 9.11-1.883a17.06 17.06 0 0 0-16.78-3.312v-2.301a1.044 1.044 0 0 0-1.044-1.044H35.47a1.044 1.044 0 0 0-1.044 1.044v2.237a17.03 17.03 0 0 0-16.575 3.377s1.272 2.282 9.11 1.883a5 5 0 0 0 0 3.378s6.28-.778 9.237-2.957c0 0 4.795 2.957 8.965 2.957a5.55 5.55 0 0 0 .272-3.379"/><path d="M53.003 25.702a14 14 0 0 1 1.19 1.589c2.56 3.995 2.674 9.003.31 13.74c-2.814 6.093-10.277 17.763-18.29 18.138l-.045.002l-.045-.002c-7.992-.379-15.438-12.063-18.258-18.188a13.59 13.59 0 0 1 .375-13.711a14 14 0 0 1 1.171-1.566"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiStrawberry(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M36.153 60.168h-.027l-.044-.002c-3.982-.188-12.487-4.353-19.123-18.768a14.54 14.54 0 0 1 .442-14.67c3.479-5.415 10.37-8.352 18.892-8.016c8.427-.296 15.279 2.633 18.744 8.037c2.756 4.3 2.887 9.668.362 14.727c-2.896 6.273-10.642 18.294-19.138 18.69z"/><path fill="#d22f27" d="M55.037 26.75c-3.465-5.405-10.317-8.334-18.744-8.038a32 32 0 0 0-3.505.058c6.9.483 12.439 3.301 15.438 7.98c2.755 4.3 2.887 9.667.362 14.726c-2.503 5.42-8.626 15.124-15.724 17.92a10.3 10.3 0 0 0 3.218.77l.044.002h.027c.035 0 .085 0 .108-.002c8.496-.396 16.242-12.417 19.138-18.69c2.526-5.059 2.394-10.426-.362-14.727"/><path fill="#5c9e31" d="M26.962 27.726a1 1 0 0 1-.922-.615a5.46 5.46 0 0 1-.334-2.72c-6.928.108-8.478-1.994-8.726-2.439a1 1 0 0 1 .216-1.241a17.97 17.97 0 0 1 16.232-3.928v-.932a2.046 2.046 0 0 1 2.044-2.044h1.251a2.046 2.046 0 0 1 2.044 2.044v.98a17.96 17.96 0 0 1 16.438 3.88a1 1 0 0 1 .216 1.241c-.25.447-1.825 2.56-8.847 2.437a6.35 6.35 0 0 1-.509 2.774a1 1 0 0 1-.9.563c-3.586 0-7.49-1.977-8.926-2.779c-3.265 2.022-8.901 2.74-9.153 2.77a1 1 0 0 1-.124.009"/><circle cx="25.198" cy="33.736" r="2" fill="#d22f27"/><circle cx="33.198" cy="33.736" r="2" fill="#d22f27"/><circle cx="40.198" cy="33.736" r="2" fill="#d22f27"/><circle cx="47.198" cy="33.736" r="2" fill="#d22f27"/><circle cx="44.198" cy="42.146" r="2" fill="#d22f27"/><circle cx="36.198" cy="42.146" r="2" fill="#d22f27"/><circle cx="28.198" cy="42.146" r="2" fill="#d22f27"/><circle cx="32.198" cy="51.744" r="2" fill="#d22f27"/><circle cx="40.198" cy="51.744" r="2" fill="#d22f27"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M24.994 34.744v-2.016m8 2.016v-2.016m7 2.016v-2.016m7 2.016v-2.016m-3 10.426v-2.015m-8 2.015v-2.015m-8 2.015v-2.015m4 11.613v-2.016m8 2.016v-2.016m5.441-27.387c7.838.4 9.11-1.883 9.11-1.883a17.06 17.06 0 0 0-16.78-3.312v-2.301a1.044 1.044 0 0 0-1.044-1.044H35.47a1.044 1.044 0 0 0-1.044 1.044v2.237a17.03 17.03 0 0 0-16.575 3.377s1.272 2.282 9.11 1.883a5 5 0 0 0 0 3.378s6.28-.778 9.237-2.957c0 0 4.795 2.957 8.965 2.957a5.55 5.55 0 0 0 .272-3.379"/><path d="M53.003 25.702a14 14 0 0 1 1.19 1.589c2.56 3.995 2.674 9.003.31 13.74c-2.814 6.093-10.277 17.763-18.29 18.138l-.045.002l-.045-.002c-7.992-.379-15.438-12.063-18.258-18.188a13.59 13.59 0 0 1 .375-13.711a14 14 0 0 1 1.171-1.566"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M36.153 60.168h-.027l-.044-.002c-3.982-.188-12.487-4.353-19.123-18.768a14.54 14.54 0 0 1 .442-14.67c3.479-5.415 10.37-8.352 18.892-8.016c8.427-.296 15.279 2.633 18.744 8.037c2.756 4.3 2.887 9.668.362 14.727c-2.896 6.273-10.642 18.294-19.138 18.69z"/><path fill="#d22f27" d="M55.037 26.75c-3.465-5.405-10.317-8.334-18.744-8.038a32 32 0 0 0-3.505.058c6.9.483 12.439 3.301 15.438 7.98c2.755 4.3 2.887 9.667.362 14.726c-2.503 5.42-8.626 15.124-15.724 17.92a10.3 10.3 0 0 0 3.218.77l.044.002h.027c.035 0 .085 0 .108-.002c8.496-.396 16.242-12.417 19.138-18.69c2.526-5.059 2.394-10.426-.362-14.727"/><path fill="#5c9e31" d="M26.962 27.726a1 1 0 0 1-.922-.615a5.46 5.46 0 0 1-.334-2.72c-6.928.108-8.478-1.994-8.726-2.439a1 1 0 0 1 .216-1.241a17.97 17.97 0 0 1 16.232-3.928v-.932a2.046 2.046 0 0 1 2.044-2.044h1.251a2.046 2.046 0 0 1 2.044 2.044v.98a17.96 17.96 0 0 1 16.438 3.88a1 1 0 0 1 .216 1.241c-.25.447-1.825 2.56-8.847 2.437a6.35 6.35 0 0 1-.509 2.774a1 1 0 0 1-.9.563c-3.586 0-7.49-1.977-8.926-2.779c-3.265 2.022-8.901 2.74-9.153 2.77a1 1 0 0 1-.124.009"/><circle cx="25.198" cy="33.736" r="2" fill="#d22f27"/><circle cx="33.198" cy="33.736" r="2" fill="#d22f27"/><circle cx="40.198" cy="33.736" r="2" fill="#d22f27"/><circle cx="47.198" cy="33.736" r="2" fill="#d22f27"/><circle cx="44.198" cy="42.146" r="2" fill="#d22f27"/><circle cx="36.198" cy="42.146" r="2" fill="#d22f27"/><circle cx="28.198" cy="42.146" r="2" fill="#d22f27"/><circle cx="32.198" cy="51.744" r="2" fill="#d22f27"/><circle cx="40.198" cy="51.744" r="2" fill="#d22f27"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M24.994 34.744v-2.016m8 2.016v-2.016m7 2.016v-2.016m7 2.016v-2.016m-3 10.426v-2.015m-8 2.015v-2.015m-8 2.015v-2.015m4 11.613v-2.016m8 2.016v-2.016m5.441-27.387c7.838.4 9.11-1.883 9.11-1.883a17.06 17.06 0 0 0-16.78-3.312v-2.301a1.044 1.044 0 0 0-1.044-1.044H35.47a1.044 1.044 0 0 0-1.044 1.044v2.237a17.03 17.03 0 0 0-16.575 3.377s1.272 2.282 9.11 1.883a5 5 0 0 0 0 3.378s6.28-.778 9.237-2.957c0 0 4.795 2.957 8.965 2.957a5.55 5.55 0 0 0 .272-3.379"/><path d="M53.003 25.702a14 14 0 0 1 1.19 1.589c2.56 3.995 2.674 9.003.31 13.74c-2.814 6.093-10.277 17.763-18.29 18.138l-.045.002l-.045-.002c-7.992-.379-15.438-12.063-18.258-18.188a13.59 13.59 0 0 1 .375-13.711a14 14 0 0 1 1.171-1.566"/></g></svg> </template>
CSS
.icon-strawberry {
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%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M36.153%2060.168h-.027l-.044-.002c-3.982-.188-12.487-4.353-19.123-18.768a14.54%2014.54%200%200%201%20.442-14.67c3.479-5.415%2010.37-8.352%2018.892-8.016c8.427-.296%2015.279%202.633%2018.744%208.037c2.756%204.3%202.887%209.668.362%2014.727c-2.896%206.273-10.642%2018.294-19.138%2018.69z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M55.037%2026.75c-3.465-5.405-10.317-8.334-18.744-8.038a32%2032%200%200%200-3.505.058c6.9.483%2012.439%203.301%2015.438%207.98c2.755%204.3%202.887%209.667.362%2014.726c-2.503%205.42-8.626%2015.124-15.724%2017.92a10.3%2010.3%200%200%200%203.218.77l.044.002h.027c.035%200%20.085%200%20.108-.002c8.496-.396%2016.242-12.417%2019.138-18.69c2.526-5.059%202.394-10.426-.362-14.727%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M26.962%2027.726a1%201%200%200%201-.922-.615a5.46%205.46%200%200%201-.334-2.72c-6.928.108-8.478-1.994-8.726-2.439a1%201%200%200%201%20.216-1.241a17.97%2017.97%200%200%201%2016.232-3.928v-.932a2.046%202.046%200%200%201%202.044-2.044h1.251a2.046%202.046%200%200%201%202.044%202.044v.98a17.96%2017.96%200%200%201%2016.438%203.88a1%201%200%200%201%20.216%201.241c-.25.447-1.825%202.56-8.847%202.437a6.35%206.35%200%200%201-.509%202.774a1%201%200%200%201-.9.563c-3.586%200-7.49-1.977-8.926-2.779c-3.265%202.022-8.901%202.74-9.153%202.77a1%201%200%200%201-.124.009%22%2F%3E%3Ccircle%20cx%3D%2225.198%22%20cy%3D%2233.736%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2233.198%22%20cy%3D%2233.736%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2240.198%22%20cy%3D%2233.736%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2247.198%22%20cy%3D%2233.736%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2244.198%22%20cy%3D%2242.146%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2236.198%22%20cy%3D%2242.146%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2228.198%22%20cy%3D%2242.146%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2232.198%22%20cy%3D%2251.744%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2240.198%22%20cy%3D%2251.744%22%20r%3D%222%22%20fill%3D%22%23d22f27%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%22M24.994%2034.744v-2.016m8%202.016v-2.016m7%202.016v-2.016m7%202.016v-2.016m-3%2010.426v-2.015m-8%202.015v-2.015m-8%202.015v-2.015m4%2011.613v-2.016m8%202.016v-2.016m5.441-27.387c7.838.4%209.11-1.883%209.11-1.883a17.06%2017.06%200%200%200-16.78-3.312v-2.301a1.044%201.044%200%200%200-1.044-1.044H35.47a1.044%201.044%200%200%200-1.044%201.044v2.237a17.03%2017.03%200%200%200-16.575%203.377s1.272%202.282%209.11%201.883a5%205%200%200%200%200%203.378s6.28-.778%209.237-2.957c0%200%204.795%202.957%208.965%202.957a5.55%205.55%200%200%200%20.272-3.379%22%2F%3E%3Cpath%20d%3D%22M53.003%2025.702a14%2014%200%200%201%201.19%201.589c2.56%203.995%202.674%209.003.31%2013.74c-2.814%206.093-10.277%2017.763-18.29%2018.138l-.045.002l-.045-.002c-7.992-.379-15.438-12.063-18.258-18.188a13.59%2013.59%200%200%201%20.375-13.711a14%2014%200%200%201%201.171-1.566%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%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M36.153%2060.168h-.027l-.044-.002c-3.982-.188-12.487-4.353-19.123-18.768a14.54%2014.54%200%200%201%20.442-14.67c3.479-5.415%2010.37-8.352%2018.892-8.016c8.427-.296%2015.279%202.633%2018.744%208.037c2.756%204.3%202.887%209.668.362%2014.727c-2.896%206.273-10.642%2018.294-19.138%2018.69z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M55.037%2026.75c-3.465-5.405-10.317-8.334-18.744-8.038a32%2032%200%200%200-3.505.058c6.9.483%2012.439%203.301%2015.438%207.98c2.755%204.3%202.887%209.667.362%2014.726c-2.503%205.42-8.626%2015.124-15.724%2017.92a10.3%2010.3%200%200%200%203.218.77l.044.002h.027c.035%200%20.085%200%20.108-.002c8.496-.396%2016.242-12.417%2019.138-18.69c2.526-5.059%202.394-10.426-.362-14.727%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M26.962%2027.726a1%201%200%200%201-.922-.615a5.46%205.46%200%200%201-.334-2.72c-6.928.108-8.478-1.994-8.726-2.439a1%201%200%200%201%20.216-1.241a17.97%2017.97%200%200%201%2016.232-3.928v-.932a2.046%202.046%200%200%201%202.044-2.044h1.251a2.046%202.046%200%200%201%202.044%202.044v.98a17.96%2017.96%200%200%201%2016.438%203.88a1%201%200%200%201%20.216%201.241c-.25.447-1.825%202.56-8.847%202.437a6.35%206.35%200%200%201-.509%202.774a1%201%200%200%201-.9.563c-3.586%200-7.49-1.977-8.926-2.779c-3.265%202.022-8.901%202.74-9.153%202.77a1%201%200%200%201-.124.009%22%2F%3E%3Ccircle%20cx%3D%2225.198%22%20cy%3D%2233.736%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2233.198%22%20cy%3D%2233.736%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2240.198%22%20cy%3D%2233.736%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2247.198%22%20cy%3D%2233.736%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2244.198%22%20cy%3D%2242.146%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2236.198%22%20cy%3D%2242.146%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2228.198%22%20cy%3D%2242.146%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2232.198%22%20cy%3D%2251.744%22%20r%3D%222%22%20fill%3D%22%23d22f27%22%2F%3E%3Ccircle%20cx%3D%2240.198%22%20cy%3D%2251.744%22%20r%3D%222%22%20fill%3D%22%23d22f27%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%22M24.994%2034.744v-2.016m8%202.016v-2.016m7%202.016v-2.016m7%202.016v-2.016m-3%2010.426v-2.015m-8%202.015v-2.015m-8%202.015v-2.015m4%2011.613v-2.016m8%202.016v-2.016m5.441-27.387c7.838.4%209.11-1.883%209.11-1.883a17.06%2017.06%200%200%200-16.78-3.312v-2.301a1.044%201.044%200%200%200-1.044-1.044H35.47a1.044%201.044%200%200%200-1.044%201.044v2.237a17.03%2017.03%200%200%200-16.575%203.377s1.272%202.282%209.11%201.883a5%205%200%200%200%200%203.378s6.28-.778%209.237-2.957c0%200%204.795%202.957%208.965%202.957a5.55%205.55%200%200%200%20.272-3.379%22%2F%3E%3Cpath%20d%3D%22M53.003%2025.702a14%2014%200%200%201%201.19%201.589c2.56%203.995%202.674%209.003.31%2013.74c-2.814%206.093-10.277%2017.763-18.29%2018.138l-.045.002l-.045-.002c-7.992-.379-15.438-12.063-18.258-18.188a13.59%2013.59%200%200%201%20.375-13.711a14%2014%200%200%201%201.171-1.566%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/strawberry.svg?color=%231a73e8&size=48