strawberry emoji
strawberry from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- strawberry
- 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 strawberry 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.62 13.24c-.51 0-.93.42-.93.93v.93c0 .51.42.93.93.93s.93-.42.93-.93v-.93c0-.52-.42-.93-.93-.93m2.25 5.83c0-.51.42-.93.93-.93c.52 0 .93.42.93.93V20c0 .51-.42.93-.93.93s-.93-.42-.93-.93zm7.3-.93c-.51 0-.93.42-.93.93V20c0 .51.42.93.93.93s.93-.42.93-.93v-.93c0-.51-.41-.93-.93-.93m-4.11-3.97c0-.51.42-.93.93-.93s.93.41.93.93v.93c0 .51-.42.93-.93.93s-.93-.42-.93-.93zm0 9.45c0-.51.42-.93.93-.93s.93.42.93.93v.93c0 .51-.42.93-.93.93s-.93-.42-.93-.93zm6.38-9.45c0-.51.42-.93.93-.93s.93.41.93.93v.93c0 .51-.42.93-.93.93s-.93-.42-.93-.93z"/><path d="M16.98 3a1 1 0 1 0-2 0v2h-3.4a6.446 6.446 0 0 0-6.44 6.44v1h.639c-1.412 3.576-1 7.882 1.98 11.261l5.272 5.972a3.94 3.94 0 0 0 5.897 0l5.271-5.972c2.98-3.379 3.392-7.685 1.98-11.261h.63v-1A6.44 6.44 0 0 0 20.37 5h-3.39zm-9.014 9.44h3.713a6.42 6.42 0 0 0 4.297-1.643a6.42 6.42 0 0 0 4.293 1.643h3.723c1.522 3.051 1.35 6.94-1.293 9.938l-5.268 5.969a1.94 1.94 0 0 1-2.903 0l-5.27-5.969c-2.642-2.998-2.814-6.887-1.292-9.938"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastStrawberry(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.62 13.24c-.51 0-.93.42-.93.93v.93c0 .51.42.93.93.93s.93-.42.93-.93v-.93c0-.52-.42-.93-.93-.93m2.25 5.83c0-.51.42-.93.93-.93c.52 0 .93.42.93.93V20c0 .51-.42.93-.93.93s-.93-.42-.93-.93zm7.3-.93c-.51 0-.93.42-.93.93V20c0 .51.42.93.93.93s.93-.42.93-.93v-.93c0-.51-.41-.93-.93-.93m-4.11-3.97c0-.51.42-.93.93-.93s.93.41.93.93v.93c0 .51-.42.93-.93.93s-.93-.42-.93-.93zm0 9.45c0-.51.42-.93.93-.93s.93.42.93.93v.93c0 .51-.42.93-.93.93s-.93-.42-.93-.93zm6.38-9.45c0-.51.42-.93.93-.93s.93.41.93.93v.93c0 .51-.42.93-.93.93s-.93-.42-.93-.93z"/><path d="M16.98 3a1 1 0 1 0-2 0v2h-3.4a6.446 6.446 0 0 0-6.44 6.44v1h.639c-1.412 3.576-1 7.882 1.98 11.261l5.272 5.972a3.94 3.94 0 0 0 5.897 0l5.271-5.972c2.98-3.379 3.392-7.685 1.98-11.261h.63v-1A6.44 6.44 0 0 0 20.37 5h-3.39zm-9.014 9.44h3.713a6.42 6.42 0 0 0 4.297-1.643a6.42 6.42 0 0 0 4.293 1.643h3.723c1.522 3.051 1.35 6.94-1.293 9.938l-5.268 5.969a1.94 1.94 0 0 1-2.903 0l-5.27-5.969c-2.642-2.998-2.814-6.887-1.292-9.938"/></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.62 13.24c-.51 0-.93.42-.93.93v.93c0 .51.42.93.93.93s.93-.42.93-.93v-.93c0-.52-.42-.93-.93-.93m2.25 5.83c0-.51.42-.93.93-.93c.52 0 .93.42.93.93V20c0 .51-.42.93-.93.93s-.93-.42-.93-.93zm7.3-.93c-.51 0-.93.42-.93.93V20c0 .51.42.93.93.93s.93-.42.93-.93v-.93c0-.51-.41-.93-.93-.93m-4.11-3.97c0-.51.42-.93.93-.93s.93.41.93.93v.93c0 .51-.42.93-.93.93s-.93-.42-.93-.93zm0 9.45c0-.51.42-.93.93-.93s.93.42.93.93v.93c0 .51-.42.93-.93.93s-.93-.42-.93-.93zm6.38-9.45c0-.51.42-.93.93-.93s.93.41.93.93v.93c0 .51-.42.93-.93.93s-.93-.42-.93-.93z"/><path d="M16.98 3a1 1 0 1 0-2 0v2h-3.4a6.446 6.446 0 0 0-6.44 6.44v1h.639c-1.412 3.576-1 7.882 1.98 11.261l5.272 5.972a3.94 3.94 0 0 0 5.897 0l5.271-5.972c2.98-3.379 3.392-7.685 1.98-11.261h.63v-1A6.44 6.44 0 0 0 20.37 5h-3.39zm-9.014 9.44h3.713a6.42 6.42 0 0 0 4.297-1.643a6.42 6.42 0 0 0 4.293 1.643h3.723c1.522 3.051 1.35 6.94-1.293 9.938l-5.268 5.969a1.94 1.94 0 0 1-2.903 0l-5.27-5.969c-2.642-2.998-2.814-6.887-1.292-9.938"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.62%2013.24c-.51%200-.93.42-.93.93v.93c0%20.51.42.93.93.93s.93-.42.93-.93v-.93c0-.52-.42-.93-.93-.93m2.25%205.83c0-.51.42-.93.93-.93c.52%200%20.93.42.93.93V20c0%20.51-.42.93-.93.93s-.93-.42-.93-.93zm7.3-.93c-.51%200-.93.42-.93.93V20c0%20.51.42.93.93.93s.93-.42.93-.93v-.93c0-.51-.41-.93-.93-.93m-4.11-3.97c0-.51.42-.93.93-.93s.93.41.93.93v.93c0%20.51-.42.93-.93.93s-.93-.42-.93-.93zm0%209.45c0-.51.42-.93.93-.93s.93.42.93.93v.93c0%20.51-.42.93-.93.93s-.93-.42-.93-.93zm6.38-9.45c0-.51.42-.93.93-.93s.93.41.93.93v.93c0%20.51-.42.93-.93.93s-.93-.42-.93-.93z%22%2F%3E%3Cpath%20d%3D%22M16.98%203a1%201%200%201%200-2%200v2h-3.4a6.446%206.446%200%200%200-6.44%206.44v1h.639c-1.412%203.576-1%207.882%201.98%2011.261l5.272%205.972a3.94%203.94%200%200%200%205.897%200l5.271-5.972c2.98-3.379%203.392-7.685%201.98-11.261h.63v-1A6.44%206.44%200%200%200%2020.37%205h-3.39zm-9.014%209.44h3.713a6.42%206.42%200%200%200%204.297-1.643a6.42%206.42%200%200%200%204.293%201.643h3.723c1.522%203.051%201.35%206.94-1.293%209.938l-5.268%205.969a1.94%201.94%200%200%201-2.903%200l-5.27-5.969c-2.642-2.998-2.814-6.887-1.292-9.938%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.62%2013.24c-.51%200-.93.42-.93.93v.93c0%20.51.42.93.93.93s.93-.42.93-.93v-.93c0-.52-.42-.93-.93-.93m2.25%205.83c0-.51.42-.93.93-.93c.52%200%20.93.42.93.93V20c0%20.51-.42.93-.93.93s-.93-.42-.93-.93zm7.3-.93c-.51%200-.93.42-.93.93V20c0%20.51.42.93.93.93s.93-.42.93-.93v-.93c0-.51-.41-.93-.93-.93m-4.11-3.97c0-.51.42-.93.93-.93s.93.41.93.93v.93c0%20.51-.42.93-.93.93s-.93-.42-.93-.93zm0%209.45c0-.51.42-.93.93-.93s.93.42.93.93v.93c0%20.51-.42.93-.93.93s-.93-.42-.93-.93zm6.38-9.45c0-.51.42-.93.93-.93s.93.41.93.93v.93c0%20.51-.42.93-.93.93s-.93-.42-.93-.93z%22%2F%3E%3Cpath%20d%3D%22M16.98%203a1%201%200%201%200-2%200v2h-3.4a6.446%206.446%200%200%200-6.44%206.44v1h.639c-1.412%203.576-1%207.882%201.98%2011.261l5.272%205.972a3.94%203.94%200%200%200%205.897%200l5.271-5.972c2.98-3.379%203.392-7.685%201.98-11.261h.63v-1A6.44%206.44%200%200%200%2020.37%205h-3.39zm-9.014%209.44h3.713a6.42%206.42%200%200%200%204.297-1.643a6.42%206.42%200%200%200%204.293%201.643h3.723c1.522%203.051%201.35%206.94-1.293%209.938l-5.268%205.969a1.94%201.94%200%200%201-2.903%200l-5.27-5.969c-2.642-2.998-2.814-6.887-1.292-9.938%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/strawberry.svg?color=%231a73e8&size=48