tangerine emoji
tangerine from Streamline Emojis by Streamline · Default · Food Drink · CC-BY-4.0 Attribution required.
- Name
- tangerine
- Set
- Streamline Emojis
- Style
- Default
- Category
- Food Drink
- Viewbox
- 48×48
- License
- CC BY 4.0
The same emoji in other sets
More food drink icons from Streamline Emojis
baby-bottlebeer-mugbirthday-cake-1birthday-cake-2birthday-cake-3bottle-with-popping-corkbreadcandychampagne-glass-1champagne-glass-2cherrieschestnutclinking-beer-mugsclinking-glasses-1clinking-glasses-2clinking-glasses-3clinking-glasses-4clinking-glasses-5cocktail-glasscooked-ricecookiecookingcustarddoughnut-1
Use the tangerine emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.98 45.43a12.02 1.57 0 1 0 24.04 0a12.02 1.57 0 1 0-24.04 0" opacity=".15"/><path fill="#ffaa54" d="M7.27 28.27a16.73 16.73 0 1 0 33.46 0a16.73 16.73 0 1 0-33.46 0"/><path fill="#fc9" d="M24 15.72a16.74 16.74 0 0 1 16.59 14.64a18 18 0 0 0 .14-2.09a16.73 16.73 0 0 0-33.46 0a18 18 0 0 0 .14 2.09A16.74 16.74 0 0 1 24 15.72"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M7.27 28.27a16.73 16.73 0 1 0 33.46 0a16.73 16.73 0 1 0-33.46 0"/><path fill="#6dd627" d="M15.57 14.15s-2.66-3.27-.9-6.85s1.66-5.55 1.66-5.55s4.65 1.3 4.44 6s-5.2 6.4-5.2 6.4"/><path fill="#9ceb60" d="M16.27 8.93A16.3 16.3 0 0 0 18.64 3a7.2 7.2 0 0 0-2.31-1.25s.1 2-1.66 5.55s.9 6.85.9 6.85l.14-.05a6 6 0 0 1 .56-5.17"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15.57 14.15s-2.66-3.27-.9-6.85s1.66-5.55 1.66-5.55s4.65 1.3 4.44 6s-5.2 6.4-5.2 6.4M14 17.6s.48.26 2.09-.53a2.43 2.43 0 0 0 1.6-2.07"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15.57 14.15S15 10 16.42 8"/><path fill="#6dd627" d="M17 16.47a3.1 3.1 0 0 1-.88.6a9 9 0 0 1-1 .41a7 7 0 0 0-3.26-2.9c-2.52-.94-3.13 2.21-3.53-1.11s1.96-3.91 5.15-1.47A11.6 11.6 0 0 1 17 16.47"/><path fill="#9ceb60" d="M17 16.47a3.7 3.7 0 0 1-.78.55a11.3 11.3 0 0 0-2.7-3c-2.63-2-4.66-2-5.09 0c0-.16 0-.33-.07-.51C8 10.14 10.29 9.56 13.48 12A11.6 11.6 0 0 1 17 16.47"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M17 16.47a3.1 3.1 0 0 1-.88.6a9 9 0 0 1-1 .41a7 7 0 0 0-3.26-2.9c-2.52-.94-3.13 2.21-3.53-1.11s1.96-3.91 5.15-1.47A11.6 11.6 0 0 1 17 16.47"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisTangerine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.98 45.43a12.02 1.57 0 1 0 24.04 0a12.02 1.57 0 1 0-24.04 0" opacity=".15"/><path fill="#ffaa54" d="M7.27 28.27a16.73 16.73 0 1 0 33.46 0a16.73 16.73 0 1 0-33.46 0"/><path fill="#fc9" d="M24 15.72a16.74 16.74 0 0 1 16.59 14.64a18 18 0 0 0 .14-2.09a16.73 16.73 0 0 0-33.46 0a18 18 0 0 0 .14 2.09A16.74 16.74 0 0 1 24 15.72"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M7.27 28.27a16.73 16.73 0 1 0 33.46 0a16.73 16.73 0 1 0-33.46 0"/><path fill="#6dd627" d="M15.57 14.15s-2.66-3.27-.9-6.85s1.66-5.55 1.66-5.55s4.65 1.3 4.44 6s-5.2 6.4-5.2 6.4"/><path fill="#9ceb60" d="M16.27 8.93A16.3 16.3 0 0 0 18.64 3a7.2 7.2 0 0 0-2.31-1.25s.1 2-1.66 5.55s.9 6.85.9 6.85l.14-.05a6 6 0 0 1 .56-5.17"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M15.57 14.15s-2.66-3.27-.9-6.85s1.66-5.55 1.66-5.55s4.65 1.3 4.44 6s-5.2 6.4-5.2 6.4M14 17.6s.48.26 2.09-.53a2.43 2.43 0 0 0 1.6-2.07"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M15.57 14.15S15 10 16.42 8"/><path fill="#6dd627" d="M17 16.47a3.1 3.1 0 0 1-.88.6a9 9 0 0 1-1 .41a7 7 0 0 0-3.26-2.9c-2.52-.94-3.13 2.21-3.53-1.11s1.96-3.91 5.15-1.47A11.6 11.6 0 0 1 17 16.47"/><path fill="#9ceb60" d="M17 16.47a3.7 3.7 0 0 1-.78.55a11.3 11.3 0 0 0-2.7-3c-2.63-2-4.66-2-5.09 0c0-.16 0-.33-.07-.51C8 10.14 10.29 9.56 13.48 12A11.6 11.6 0 0 1 17 16.47"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M17 16.47a3.1 3.1 0 0 1-.88.6a9 9 0 0 1-1 .41a7 7 0 0 0-3.26-2.9c-2.52-.94-3.13 2.21-3.53-1.11s1.96-3.91 5.15-1.47A11.6 11.6 0 0 1 17 16.47"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.98 45.43a12.02 1.57 0 1 0 24.04 0a12.02 1.57 0 1 0-24.04 0" opacity=".15"/><path fill="#ffaa54" d="M7.27 28.27a16.73 16.73 0 1 0 33.46 0a16.73 16.73 0 1 0-33.46 0"/><path fill="#fc9" d="M24 15.72a16.74 16.74 0 0 1 16.59 14.64a18 18 0 0 0 .14-2.09a16.73 16.73 0 0 0-33.46 0a18 18 0 0 0 .14 2.09A16.74 16.74 0 0 1 24 15.72"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M7.27 28.27a16.73 16.73 0 1 0 33.46 0a16.73 16.73 0 1 0-33.46 0"/><path fill="#6dd627" d="M15.57 14.15s-2.66-3.27-.9-6.85s1.66-5.55 1.66-5.55s4.65 1.3 4.44 6s-5.2 6.4-5.2 6.4"/><path fill="#9ceb60" d="M16.27 8.93A16.3 16.3 0 0 0 18.64 3a7.2 7.2 0 0 0-2.31-1.25s.1 2-1.66 5.55s.9 6.85.9 6.85l.14-.05a6 6 0 0 1 .56-5.17"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15.57 14.15s-2.66-3.27-.9-6.85s1.66-5.55 1.66-5.55s4.65 1.3 4.44 6s-5.2 6.4-5.2 6.4M14 17.6s.48.26 2.09-.53a2.43 2.43 0 0 0 1.6-2.07"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15.57 14.15S15 10 16.42 8"/><path fill="#6dd627" d="M17 16.47a3.1 3.1 0 0 1-.88.6a9 9 0 0 1-1 .41a7 7 0 0 0-3.26-2.9c-2.52-.94-3.13 2.21-3.53-1.11s1.96-3.91 5.15-1.47A11.6 11.6 0 0 1 17 16.47"/><path fill="#9ceb60" d="M17 16.47a3.7 3.7 0 0 1-.78.55a11.3 11.3 0 0 0-2.7-3c-2.63-2-4.66-2-5.09 0c0-.16 0-.33-.07-.51C8 10.14 10.29 9.56 13.48 12A11.6 11.6 0 0 1 17 16.47"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M17 16.47a3.1 3.1 0 0 1-.88.6a9 9 0 0 1-1 .41a7 7 0 0 0-3.26-2.9c-2.52-.94-3.13 2.21-3.53-1.11s1.96-3.91 5.15-1.47A11.6 11.6 0 0 1 17 16.47"/></svg> </template>
CSS
.icon-tangerine {
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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.98%2045.43a12.02%201.57%200%201%200%2024.04%200a12.02%201.57%200%201%200-24.04%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M7.27%2028.27a16.73%2016.73%200%201%200%2033.46%200a16.73%2016.73%200%201%200-33.46%200%22%2F%3E%3Cpath%20fill%3D%22%23fc9%22%20d%3D%22M24%2015.72a16.74%2016.74%200%200%201%2016.59%2014.64a18%2018%200%200%200%20.14-2.09a16.73%2016.73%200%200%200-33.46%200a18%2018%200%200%200%20.14%202.09A16.74%2016.74%200%200%201%2024%2015.72%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.27%2028.27a16.73%2016.73%200%201%200%2033.46%200a16.73%2016.73%200%201%200-33.46%200%22%2F%3E%3Cpath%20fill%3D%22%236dd627%22%20d%3D%22M15.57%2014.15s-2.66-3.27-.9-6.85s1.66-5.55%201.66-5.55s4.65%201.3%204.44%206s-5.2%206.4-5.2%206.4%22%2F%3E%3Cpath%20fill%3D%22%239ceb60%22%20d%3D%22M16.27%208.93A16.3%2016.3%200%200%200%2018.64%203a7.2%207.2%200%200%200-2.31-1.25s.1%202-1.66%205.55s.9%206.85.9%206.85l.14-.05a6%206%200%200%201%20.56-5.17%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.57%2014.15s-2.66-3.27-.9-6.85s1.66-5.55%201.66-5.55s4.65%201.3%204.44%206s-5.2%206.4-5.2%206.4M14%2017.6s.48.26%202.09-.53a2.43%202.43%200%200%200%201.6-2.07%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.57%2014.15S15%2010%2016.42%208%22%2F%3E%3Cpath%20fill%3D%22%236dd627%22%20d%3D%22M17%2016.47a3.1%203.1%200%200%201-.88.6a9%209%200%200%201-1%20.41a7%207%200%200%200-3.26-2.9c-2.52-.94-3.13%202.21-3.53-1.11s1.96-3.91%205.15-1.47A11.6%2011.6%200%200%201%2017%2016.47%22%2F%3E%3Cpath%20fill%3D%22%239ceb60%22%20d%3D%22M17%2016.47a3.7%203.7%200%200%201-.78.55a11.3%2011.3%200%200%200-2.7-3c-2.63-2-4.66-2-5.09%200c0-.16%200-.33-.07-.51C8%2010.14%2010.29%209.56%2013.48%2012A11.6%2011.6%200%200%201%2017%2016.47%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2016.47a3.1%203.1%200%200%201-.88.6a9%209%200%200%201-1%20.41a7%207%200%200%200-3.26-2.9c-2.52-.94-3.13%202.21-3.53-1.11s1.96-3.91%205.15-1.47A11.6%2011.6%200%200%201%2017%2016.47%22%2F%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.98%2045.43a12.02%201.57%200%201%200%2024.04%200a12.02%201.57%200%201%200-24.04%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M7.27%2028.27a16.73%2016.73%200%201%200%2033.46%200a16.73%2016.73%200%201%200-33.46%200%22%2F%3E%3Cpath%20fill%3D%22%23fc9%22%20d%3D%22M24%2015.72a16.74%2016.74%200%200%201%2016.59%2014.64a18%2018%200%200%200%20.14-2.09a16.73%2016.73%200%200%200-33.46%200a18%2018%200%200%200%20.14%202.09A16.74%2016.74%200%200%201%2024%2015.72%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.27%2028.27a16.73%2016.73%200%201%200%2033.46%200a16.73%2016.73%200%201%200-33.46%200%22%2F%3E%3Cpath%20fill%3D%22%236dd627%22%20d%3D%22M15.57%2014.15s-2.66-3.27-.9-6.85s1.66-5.55%201.66-5.55s4.65%201.3%204.44%206s-5.2%206.4-5.2%206.4%22%2F%3E%3Cpath%20fill%3D%22%239ceb60%22%20d%3D%22M16.27%208.93A16.3%2016.3%200%200%200%2018.64%203a7.2%207.2%200%200%200-2.31-1.25s.1%202-1.66%205.55s.9%206.85.9%206.85l.14-.05a6%206%200%200%201%20.56-5.17%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.57%2014.15s-2.66-3.27-.9-6.85s1.66-5.55%201.66-5.55s4.65%201.3%204.44%206s-5.2%206.4-5.2%206.4M14%2017.6s.48.26%202.09-.53a2.43%202.43%200%200%200%201.6-2.07%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.57%2014.15S15%2010%2016.42%208%22%2F%3E%3Cpath%20fill%3D%22%236dd627%22%20d%3D%22M17%2016.47a3.1%203.1%200%200%201-.88.6a9%209%200%200%201-1%20.41a7%207%200%200%200-3.26-2.9c-2.52-.94-3.13%202.21-3.53-1.11s1.96-3.91%205.15-1.47A11.6%2011.6%200%200%201%2017%2016.47%22%2F%3E%3Cpath%20fill%3D%22%239ceb60%22%20d%3D%22M17%2016.47a3.7%203.7%200%200%201-.78.55a11.3%2011.3%200%200%200-2.7-3c-2.63-2-4.66-2-5.09%200c0-.16%200-.33-.07-.51C8%2010.14%2010.29%209.56%2013.48%2012A11.6%2011.6%200%200%201%2017%2016.47%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2016.47a3.1%203.1%200%200%201-.88.6a9%209%200%200%201-1%20.41a7%207%200%200%200-3.26-2.9c-2.52-.94-3.13%202.21-3.53-1.11s1.96-3.91%205.15-1.47A11.6%2011.6%200%200%201%2017%2016.47%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/tangerine.svg?color=%231a73e8&size=48