roasted sweet potato emoji
roasted-sweet-potato from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- roasted-sweet-potato
- 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 roasted sweet potato emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M32.667 22.084C29.211 23.53 21 29 17 38c-2.291 5.154-5 22-5 22s6.44-3.095 13-4.333c4.417-.834 7.428-1.718 9.417-2.5c7-2.751 16.25-10.667 18.833-16.334C56.066 30.654 60 12 60 12s-3.5 2.167-11.75 5.167c-5.282 1.92-12 3.416-15.583 4.916"/><path fill="#e27022" d="M59.175 12.466a4.95 4.95 0 0 1-2.43 1.964a4.997 4.997 0 0 0-2.942 6.43a4.997 4.997 0 0 1-2.943 6.427a5 5 0 0 0-2.942 6.43a5 5 0 0 1-2.94 6.43a4.996 4.996 0 0 0-2.942 6.43c.248.666.34 1.353.302 2.02c4.814-3.534 9.248-8.113 10.912-11.764C56.066 30.654 60 12 60 12s-.273.168-.825.466"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M32.667 22.084C29.211 23.53 21 29 17 38c-2.291 5.154-5 22-5 22s6.44-3.095 13-4.333c4.417-.834 7.428-1.718 9.417-2.5c7-2.751 16.25-10.667 18.833-16.334C56.066 30.654 60 12 60 12s-3.5 2.167-11.75 5.167c-5.282 1.92-12 3.416-15.583 4.916"/><path d="M50 22a2 2 0 0 1 2 2m-11 0a2 2 0 0 1 2 2m0 7a2 2 0 0 1 2 2m-13-6a2 2 0 0 1 2 2m1 10a2 2 0 0 1 2 2m-12-6a2 2 0 0 1 2 2"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiRoastedSweetPotato(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M32.667 22.084C29.211 23.53 21 29 17 38c-2.291 5.154-5 22-5 22s6.44-3.095 13-4.333c4.417-.834 7.428-1.718 9.417-2.5c7-2.751 16.25-10.667 18.833-16.334C56.066 30.654 60 12 60 12s-3.5 2.167-11.75 5.167c-5.282 1.92-12 3.416-15.583 4.916"/><path fill="#e27022" d="M59.175 12.466a4.95 4.95 0 0 1-2.43 1.964a4.997 4.997 0 0 0-2.942 6.43a4.997 4.997 0 0 1-2.943 6.427a5 5 0 0 0-2.942 6.43a5 5 0 0 1-2.94 6.43a4.996 4.996 0 0 0-2.942 6.43c.248.666.34 1.353.302 2.02c4.814-3.534 9.248-8.113 10.912-11.764C56.066 30.654 60 12 60 12s-.273.168-.825.466"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M32.667 22.084C29.211 23.53 21 29 17 38c-2.291 5.154-5 22-5 22s6.44-3.095 13-4.333c4.417-.834 7.428-1.718 9.417-2.5c7-2.751 16.25-10.667 18.833-16.334C56.066 30.654 60 12 60 12s-3.5 2.167-11.75 5.167c-5.282 1.92-12 3.416-15.583 4.916"/><path d="M50 22a2 2 0 0 1 2 2m-11 0a2 2 0 0 1 2 2m0 7a2 2 0 0 1 2 2m-13-6a2 2 0 0 1 2 2m1 10a2 2 0 0 1 2 2m-12-6a2 2 0 0 1 2 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M32.667 22.084C29.211 23.53 21 29 17 38c-2.291 5.154-5 22-5 22s6.44-3.095 13-4.333c4.417-.834 7.428-1.718 9.417-2.5c7-2.751 16.25-10.667 18.833-16.334C56.066 30.654 60 12 60 12s-3.5 2.167-11.75 5.167c-5.282 1.92-12 3.416-15.583 4.916"/><path fill="#e27022" d="M59.175 12.466a4.95 4.95 0 0 1-2.43 1.964a4.997 4.997 0 0 0-2.942 6.43a4.997 4.997 0 0 1-2.943 6.427a5 5 0 0 0-2.942 6.43a5 5 0 0 1-2.94 6.43a4.996 4.996 0 0 0-2.942 6.43c.248.666.34 1.353.302 2.02c4.814-3.534 9.248-8.113 10.912-11.764C56.066 30.654 60 12 60 12s-.273.168-.825.466"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M32.667 22.084C29.211 23.53 21 29 17 38c-2.291 5.154-5 22-5 22s6.44-3.095 13-4.333c4.417-.834 7.428-1.718 9.417-2.5c7-2.751 16.25-10.667 18.833-16.334C56.066 30.654 60 12 60 12s-3.5 2.167-11.75 5.167c-5.282 1.92-12 3.416-15.583 4.916"/><path d="M50 22a2 2 0 0 1 2 2m-11 0a2 2 0 0 1 2 2m0 7a2 2 0 0 1 2 2m-13-6a2 2 0 0 1 2 2m1 10a2 2 0 0 1 2 2m-12-6a2 2 0 0 1 2 2"/></g></svg> </template>
CSS
.icon-roasted-sweet-potato {
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%23f4aa41%22%20d%3D%22M32.667%2022.084C29.211%2023.53%2021%2029%2017%2038c-2.291%205.154-5%2022-5%2022s6.44-3.095%2013-4.333c4.417-.834%207.428-1.718%209.417-2.5c7-2.751%2016.25-10.667%2018.833-16.334C56.066%2030.654%2060%2012%2060%2012s-3.5%202.167-11.75%205.167c-5.282%201.92-12%203.416-15.583%204.916%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M59.175%2012.466a4.95%204.95%200%200%201-2.43%201.964a4.997%204.997%200%200%200-2.942%206.43a4.997%204.997%200%200%201-2.943%206.427a5%205%200%200%200-2.942%206.43a5%205%200%200%201-2.94%206.43a4.996%204.996%200%200%200-2.942%206.43c.248.666.34%201.353.302%202.02c4.814-3.534%209.248-8.113%2010.912-11.764C56.066%2030.654%2060%2012%2060%2012s-.273.168-.825.466%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M32.667%2022.084C29.211%2023.53%2021%2029%2017%2038c-2.291%205.154-5%2022-5%2022s6.44-3.095%2013-4.333c4.417-.834%207.428-1.718%209.417-2.5c7-2.751%2016.25-10.667%2018.833-16.334C56.066%2030.654%2060%2012%2060%2012s-3.5%202.167-11.75%205.167c-5.282%201.92-12%203.416-15.583%204.916%22%2F%3E%3Cpath%20d%3D%22M50%2022a2%202%200%200%201%202%202m-11%200a2%202%200%200%201%202%202m0%207a2%202%200%200%201%202%202m-13-6a2%202%200%200%201%202%202m1%2010a2%202%200%200%201%202%202m-12-6a2%202%200%200%201%202%202%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%23f4aa41%22%20d%3D%22M32.667%2022.084C29.211%2023.53%2021%2029%2017%2038c-2.291%205.154-5%2022-5%2022s6.44-3.095%2013-4.333c4.417-.834%207.428-1.718%209.417-2.5c7-2.751%2016.25-10.667%2018.833-16.334C56.066%2030.654%2060%2012%2060%2012s-3.5%202.167-11.75%205.167c-5.282%201.92-12%203.416-15.583%204.916%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M59.175%2012.466a4.95%204.95%200%200%201-2.43%201.964a4.997%204.997%200%200%200-2.942%206.43a4.997%204.997%200%200%201-2.943%206.427a5%205%200%200%200-2.942%206.43a5%205%200%200%201-2.94%206.43a4.996%204.996%200%200%200-2.942%206.43c.248.666.34%201.353.302%202.02c4.814-3.534%209.248-8.113%2010.912-11.764C56.066%2030.654%2060%2012%2060%2012s-.273.168-.825.466%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M32.667%2022.084C29.211%2023.53%2021%2029%2017%2038c-2.291%205.154-5%2022-5%2022s6.44-3.095%2013-4.333c4.417-.834%207.428-1.718%209.417-2.5c7-2.751%2016.25-10.667%2018.833-16.334C56.066%2030.654%2060%2012%2060%2012s-3.5%202.167-11.75%205.167c-5.282%201.92-12%203.416-15.583%204.916%22%2F%3E%3Cpath%20d%3D%22M50%2022a2%202%200%200%201%202%202m-11%200a2%202%200%200%201%202%202m0%207a2%202%200%200%201%202%202m-13-6a2%202%200%200%201%202%202m1%2010a2%202%200%200%201%202%202m-12-6a2%202%200%200%201%202%202%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/roasted-sweet-potato.svg?color=%231a73e8&size=48