roasted sweet potato emoji

roasted-sweet-potato from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
roasted-sweet-potato
Set
Fluent Emoji Flat
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji Flat

Use the roasted sweet potato emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f92f60" d="M24.271 10.725c-1.948-3.241-6.157-6.112-8.018-7.142C11.482 6.841 2.157 13.85 3.03 15.82c1.092 2.464 4.702 6.515 7.724 8.645s9.99 4.51 12.803 5.178s4.576.418 5.751-.919s.63-3.34 0-5.972c-.63-2.63-2.602-7.976-5.037-12.027"/><path fill="#ca0b4a" d="M28.443 19.877c-.09.918-.41 1.814-.81 2.599c-.477.938-1.05 1.686-1.422 2.078a.416.416 0 0 0 .018.59a.42.42 0 0 0 .593-.017c.427-.45 1.047-1.264 1.56-2.274c.217-.426.417-.893.576-1.386a41 41 0 0 0-.515-1.59M13.44 25.986a12.9 12.9 0 0 0 3.947-1.165c1.69-.82 2.937-1.937 3.536-3.015a.416.416 0 0 0-.164-.568a.42.42 0 0 0-.57.164c-.492.885-1.585 1.898-3.17 2.67c-1.353.657-3.045 1.128-4.979 1.19c.434.242.904.484 1.4.723m9.752-16.768c.326.394.626.798.892 1.208c.002.409-.012.837-.047 1.273c-.111 1.395-.442 2.915-1.223 4.064a.42.42 0 0 1-.583.111a.416.416 0 0 1-.113-.58c.663-.973.976-2.324 1.082-3.661c.07-.876.05-1.724-.008-2.415"/><path fill="#ff822d" d="M17.408 18.242c-5.952 4.978-11.103 1.524-13.832-1.483C1.792 14.254.575 7.342 5.36 3.917c4.786-3.424 9.361-1.607 12.048.397s5.667 9.188 0 13.928"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatRoastedSweetPotato(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f92f60" d="M24.271 10.725c-1.948-3.241-6.157-6.112-8.018-7.142C11.482 6.841 2.157 13.85 3.03 15.82c1.092 2.464 4.702 6.515 7.724 8.645s9.99 4.51 12.803 5.178s4.576.418 5.751-.919s.63-3.34 0-5.972c-.63-2.63-2.602-7.976-5.037-12.027"/><path fill="#ca0b4a" d="M28.443 19.877c-.09.918-.41 1.814-.81 2.599c-.477.938-1.05 1.686-1.422 2.078a.416.416 0 0 0 .018.59a.42.42 0 0 0 .593-.017c.427-.45 1.047-1.264 1.56-2.274c.217-.426.417-.893.576-1.386a41 41 0 0 0-.515-1.59M13.44 25.986a12.9 12.9 0 0 0 3.947-1.165c1.69-.82 2.937-1.937 3.536-3.015a.416.416 0 0 0-.164-.568a.42.42 0 0 0-.57.164c-.492.885-1.585 1.898-3.17 2.67c-1.353.657-3.045 1.128-4.979 1.19c.434.242.904.484 1.4.723m9.752-16.768c.326.394.626.798.892 1.208c.002.409-.012.837-.047 1.273c-.111 1.395-.442 2.915-1.223 4.064a.42.42 0 0 1-.583.111a.416.416 0 0 1-.113-.58c.663-.973.976-2.324 1.082-3.661c.07-.876.05-1.724-.008-2.415"/><path fill="#ff822d" d="M17.408 18.242c-5.952 4.978-11.103 1.524-13.832-1.483C1.792 14.254.575 7.342 5.36 3.917c4.786-3.424 9.361-1.607 12.048.397s5.667 9.188 0 13.928"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f92f60" d="M24.271 10.725c-1.948-3.241-6.157-6.112-8.018-7.142C11.482 6.841 2.157 13.85 3.03 15.82c1.092 2.464 4.702 6.515 7.724 8.645s9.99 4.51 12.803 5.178s4.576.418 5.751-.919s.63-3.34 0-5.972c-.63-2.63-2.602-7.976-5.037-12.027"/><path fill="#ca0b4a" d="M28.443 19.877c-.09.918-.41 1.814-.81 2.599c-.477.938-1.05 1.686-1.422 2.078a.416.416 0 0 0 .018.59a.42.42 0 0 0 .593-.017c.427-.45 1.047-1.264 1.56-2.274c.217-.426.417-.893.576-1.386a41 41 0 0 0-.515-1.59M13.44 25.986a12.9 12.9 0 0 0 3.947-1.165c1.69-.82 2.937-1.937 3.536-3.015a.416.416 0 0 0-.164-.568a.42.42 0 0 0-.57.164c-.492.885-1.585 1.898-3.17 2.67c-1.353.657-3.045 1.128-4.979 1.19c.434.242.904.484 1.4.723m9.752-16.768c.326.394.626.798.892 1.208c.002.409-.012.837-.047 1.273c-.111 1.395-.442 2.915-1.223 4.064a.42.42 0 0 1-.583.111a.416.416 0 0 1-.113-.58c.663-.973.976-2.324 1.082-3.661c.07-.876.05-1.724-.008-2.415"/><path fill="#ff822d" d="M17.408 18.242c-5.952 4.978-11.103 1.524-13.832-1.483C1.792 14.254.575 7.342 5.36 3.917c4.786-3.424 9.361-1.607 12.048.397s5.667 9.188 0 13.928"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f92f60%22%20d%3D%22M24.271%2010.725c-1.948-3.241-6.157-6.112-8.018-7.142C11.482%206.841%202.157%2013.85%203.03%2015.82c1.092%202.464%204.702%206.515%207.724%208.645s9.99%204.51%2012.803%205.178s4.576.418%205.751-.919s.63-3.34%200-5.972c-.63-2.63-2.602-7.976-5.037-12.027%22%2F%3E%3Cpath%20fill%3D%22%23ca0b4a%22%20d%3D%22M28.443%2019.877c-.09.918-.41%201.814-.81%202.599c-.477.938-1.05%201.686-1.422%202.078a.416.416%200%200%200%20.018.59a.42.42%200%200%200%20.593-.017c.427-.45%201.047-1.264%201.56-2.274c.217-.426.417-.893.576-1.386a41%2041%200%200%200-.515-1.59M13.44%2025.986a12.9%2012.9%200%200%200%203.947-1.165c1.69-.82%202.937-1.937%203.536-3.015a.416.416%200%200%200-.164-.568a.42.42%200%200%200-.57.164c-.492.885-1.585%201.898-3.17%202.67c-1.353.657-3.045%201.128-4.979%201.19c.434.242.904.484%201.4.723m9.752-16.768c.326.394.626.798.892%201.208c.002.409-.012.837-.047%201.273c-.111%201.395-.442%202.915-1.223%204.064a.42.42%200%200%201-.583.111a.416.416%200%200%201-.113-.58c.663-.973.976-2.324%201.082-3.661c.07-.876.05-1.724-.008-2.415%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M17.408%2018.242c-5.952%204.978-11.103%201.524-13.832-1.483C1.792%2014.254.575%207.342%205.36%203.917c4.786-3.424%209.361-1.607%2012.048.397s5.667%209.188%200%2013.928%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%22none%22%3E%3Cpath%20fill%3D%22%23f92f60%22%20d%3D%22M24.271%2010.725c-1.948-3.241-6.157-6.112-8.018-7.142C11.482%206.841%202.157%2013.85%203.03%2015.82c1.092%202.464%204.702%206.515%207.724%208.645s9.99%204.51%2012.803%205.178s4.576.418%205.751-.919s.63-3.34%200-5.972c-.63-2.63-2.602-7.976-5.037-12.027%22%2F%3E%3Cpath%20fill%3D%22%23ca0b4a%22%20d%3D%22M28.443%2019.877c-.09.918-.41%201.814-.81%202.599c-.477.938-1.05%201.686-1.422%202.078a.416.416%200%200%200%20.018.59a.42.42%200%200%200%20.593-.017c.427-.45%201.047-1.264%201.56-2.274c.217-.426.417-.893.576-1.386a41%2041%200%200%200-.515-1.59M13.44%2025.986a12.9%2012.9%200%200%200%203.947-1.165c1.69-.82%202.937-1.937%203.536-3.015a.416.416%200%200%200-.164-.568a.42.42%200%200%200-.57.164c-.492.885-1.585%201.898-3.17%202.67c-1.353.657-3.045%201.128-4.979%201.19c.434.242.904.484%201.4.723m9.752-16.768c.326.394.626.798.892%201.208c.002.409-.012.837-.047%201.273c-.111%201.395-.442%202.915-1.223%204.064a.42.42%200%200%201-.583.111a.416.416%200%200%201-.113-.58c.663-.973.976-2.324%201.082-3.661c.07-.876.05-1.724-.008-2.415%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M17.408%2018.242c-5.952%204.978-11.103%201.524-13.832-1.483C1.792%2014.254.575%207.342%205.36%203.917c4.786-3.424%209.361-1.607%2012.048.397s5.667%209.188%200%2013.928%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-flat/roasted-sweet-potato.svg?color=%231a73e8&size=48