custard emoji
custard from Noto Emoji by Google Inc · Default · Food & Drink · Apache-2.0 Free for personal and commercial use.
- Name
- custard
- Set
- Noto Emoji
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More food & drink icons from Noto Emoji
Use the custard emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#d4d4d4" d="M64.81 28.17C36.16 28.35 4.09 41 3.57 69.85c-.2 10.79 4.35 20.91 15.49 29.81c10.52 8.39 23.81 12.59 43.74 12.75c30.1.23 47.13-10.68 55.26-22.17c5.54-7.83 6.53-15.61 6.33-21.57c-.79-22.95-29.57-40.7-59.58-40.5"/><path fill="#f6f6f6" d="M64.76 28.85c-29.22-.5-57.86 10.2-58.25 37.86c-.13 8.83 2.6 15.78 7.26 21.38c10.59 12.75 26.42 19.92 51 19.81c19.42-.08 35.28-5.73 45.11-15.3c7.34-7.15 12.28-15.73 11.57-26.28c-1.58-23.54-22.37-36.88-56.69-37.47"/><path fill="#af5711" d="m70.18 56l31.65-.44s5.32 4.24 4.99 14.02c-.3 8.79-7.48 27.15-44.29 26.5c-37.03-.66-41.8-27.88-41.8-27.88s5.37-10.67 10.76-10.67S70.18 56 70.18 56"/><path fill="#cf701d" d="m37.94 57.37l-13.7-2.14s-4.71 4.95-4.95 12.75c-.22 7.14 3.6 18.18 24.09 25.31C53.49 96.8 66.21 96.25 68.09 96c2.53-.33 2.75-4.18-1.54-4.07c-3.41.09-11.65.55-21.65-2.75c-8.89-2.93-20.6-9.16-21.96-18.25c-1.55-10.39 15-13.56 15-13.56"/><path fill="#f5b03e" d="m39.08 27.42l-9.98 3.16s-.89 2.44-1.6 5.96c-.39 1.95 2.13 16.82 2.13 16.82L75.67 86l4.17 1.37s9.59-2.21 16.52-9.26c6.04-6.15 6.29-12.34 6.46-14.32c.24-2.99-.84-12.81-1.87-17.8c-1.32-6.37-3.41-16.15-5.17-18.57s-31.32-5.06-31.32-5.06z"/><path fill="#f7c876" d="M65.78 56.55c.33-.77 5.63-3.41 5.63-3.41s2.61-.23 4.04-.45s3.65-.81 3.65-.81l1.62 35.28s-2.63.71-4.4.94c-1.33.17-4.19.47-5.29.47s-4.59-10.03-4.59-10.03z"/><path fill="#fbdf96" d="M23.25 67.54c0 3.28 1.98 8.9 13.41 15.39c15.04 8.53 35.51 5.59 35.51 5.59s-.45-21.63-.45-24.6s-.19-10.82-.19-10.82s-20.15 1.78-34.22-5.47c-12.39-6.39-9.29-13.4-9.29-13.4s-2.44 9.12-3.34 17.15c-.82 7.37-1.43 12.42-1.43 16.16"/><path fill="#e07f14" d="M63.14 15.78c-19.12-.33-34.09 7.15-34.4 17.25c-.33 10.99 17.04 16.53 36.05 17.03C85.34 50.61 98.3 40 97.21 31.38C96 21.82 82.48 16.11 63.14 15.78"/><path fill="#fff" d="M84.66 23.31c-2.2 2.28 1.98 2.87 1.52 7.98c-.56 6.19-8.12 8.63-7.9 10.9c.33 3.33 13.58-1.46 14.65-10.53c.92-7.73-6.92-9.76-8.27-8.35"/><path fill="#ffba02" d="M75.98 42.58c.89 1.58-4.24 3.99-14.24 3.93c-13.84-.08-26.03-5.82-25.8-7.31s7.63 3.38 24.46 3.62c11.97.16 14.88-1.5 15.58-.24"/></svg>
React
import type { SVGProps } from "react";
export function NotoCustard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#d4d4d4" d="M64.81 28.17C36.16 28.35 4.09 41 3.57 69.85c-.2 10.79 4.35 20.91 15.49 29.81c10.52 8.39 23.81 12.59 43.74 12.75c30.1.23 47.13-10.68 55.26-22.17c5.54-7.83 6.53-15.61 6.33-21.57c-.79-22.95-29.57-40.7-59.58-40.5"/><path fill="#f6f6f6" d="M64.76 28.85c-29.22-.5-57.86 10.2-58.25 37.86c-.13 8.83 2.6 15.78 7.26 21.38c10.59 12.75 26.42 19.92 51 19.81c19.42-.08 35.28-5.73 45.11-15.3c7.34-7.15 12.28-15.73 11.57-26.28c-1.58-23.54-22.37-36.88-56.69-37.47"/><path fill="#af5711" d="m70.18 56l31.65-.44s5.32 4.24 4.99 14.02c-.3 8.79-7.48 27.15-44.29 26.5c-37.03-.66-41.8-27.88-41.8-27.88s5.37-10.67 10.76-10.67S70.18 56 70.18 56"/><path fill="#cf701d" d="m37.94 57.37l-13.7-2.14s-4.71 4.95-4.95 12.75c-.22 7.14 3.6 18.18 24.09 25.31C53.49 96.8 66.21 96.25 68.09 96c2.53-.33 2.75-4.18-1.54-4.07c-3.41.09-11.65.55-21.65-2.75c-8.89-2.93-20.6-9.16-21.96-18.25c-1.55-10.39 15-13.56 15-13.56"/><path fill="#f5b03e" d="m39.08 27.42l-9.98 3.16s-.89 2.44-1.6 5.96c-.39 1.95 2.13 16.82 2.13 16.82L75.67 86l4.17 1.37s9.59-2.21 16.52-9.26c6.04-6.15 6.29-12.34 6.46-14.32c.24-2.99-.84-12.81-1.87-17.8c-1.32-6.37-3.41-16.15-5.17-18.57s-31.32-5.06-31.32-5.06z"/><path fill="#f7c876" d="M65.78 56.55c.33-.77 5.63-3.41 5.63-3.41s2.61-.23 4.04-.45s3.65-.81 3.65-.81l1.62 35.28s-2.63.71-4.4.94c-1.33.17-4.19.47-5.29.47s-4.59-10.03-4.59-10.03z"/><path fill="#fbdf96" d="M23.25 67.54c0 3.28 1.98 8.9 13.41 15.39c15.04 8.53 35.51 5.59 35.51 5.59s-.45-21.63-.45-24.6s-.19-10.82-.19-10.82s-20.15 1.78-34.22-5.47c-12.39-6.39-9.29-13.4-9.29-13.4s-2.44 9.12-3.34 17.15c-.82 7.37-1.43 12.42-1.43 16.16"/><path fill="#e07f14" d="M63.14 15.78c-19.12-.33-34.09 7.15-34.4 17.25c-.33 10.99 17.04 16.53 36.05 17.03C85.34 50.61 98.3 40 97.21 31.38C96 21.82 82.48 16.11 63.14 15.78"/><path fill="#fff" d="M84.66 23.31c-2.2 2.28 1.98 2.87 1.52 7.98c-.56 6.19-8.12 8.63-7.9 10.9c.33 3.33 13.58-1.46 14.65-10.53c.92-7.73-6.92-9.76-8.27-8.35"/><path fill="#ffba02" d="M75.98 42.58c.89 1.58-4.24 3.99-14.24 3.93c-13.84-.08-26.03-5.82-25.8-7.31s7.63 3.38 24.46 3.62c11.97.16 14.88-1.5 15.58-.24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#d4d4d4" d="M64.81 28.17C36.16 28.35 4.09 41 3.57 69.85c-.2 10.79 4.35 20.91 15.49 29.81c10.52 8.39 23.81 12.59 43.74 12.75c30.1.23 47.13-10.68 55.26-22.17c5.54-7.83 6.53-15.61 6.33-21.57c-.79-22.95-29.57-40.7-59.58-40.5"/><path fill="#f6f6f6" d="M64.76 28.85c-29.22-.5-57.86 10.2-58.25 37.86c-.13 8.83 2.6 15.78 7.26 21.38c10.59 12.75 26.42 19.92 51 19.81c19.42-.08 35.28-5.73 45.11-15.3c7.34-7.15 12.28-15.73 11.57-26.28c-1.58-23.54-22.37-36.88-56.69-37.47"/><path fill="#af5711" d="m70.18 56l31.65-.44s5.32 4.24 4.99 14.02c-.3 8.79-7.48 27.15-44.29 26.5c-37.03-.66-41.8-27.88-41.8-27.88s5.37-10.67 10.76-10.67S70.18 56 70.18 56"/><path fill="#cf701d" d="m37.94 57.37l-13.7-2.14s-4.71 4.95-4.95 12.75c-.22 7.14 3.6 18.18 24.09 25.31C53.49 96.8 66.21 96.25 68.09 96c2.53-.33 2.75-4.18-1.54-4.07c-3.41.09-11.65.55-21.65-2.75c-8.89-2.93-20.6-9.16-21.96-18.25c-1.55-10.39 15-13.56 15-13.56"/><path fill="#f5b03e" d="m39.08 27.42l-9.98 3.16s-.89 2.44-1.6 5.96c-.39 1.95 2.13 16.82 2.13 16.82L75.67 86l4.17 1.37s9.59-2.21 16.52-9.26c6.04-6.15 6.29-12.34 6.46-14.32c.24-2.99-.84-12.81-1.87-17.8c-1.32-6.37-3.41-16.15-5.17-18.57s-31.32-5.06-31.32-5.06z"/><path fill="#f7c876" d="M65.78 56.55c.33-.77 5.63-3.41 5.63-3.41s2.61-.23 4.04-.45s3.65-.81 3.65-.81l1.62 35.28s-2.63.71-4.4.94c-1.33.17-4.19.47-5.29.47s-4.59-10.03-4.59-10.03z"/><path fill="#fbdf96" d="M23.25 67.54c0 3.28 1.98 8.9 13.41 15.39c15.04 8.53 35.51 5.59 35.51 5.59s-.45-21.63-.45-24.6s-.19-10.82-.19-10.82s-20.15 1.78-34.22-5.47c-12.39-6.39-9.29-13.4-9.29-13.4s-2.44 9.12-3.34 17.15c-.82 7.37-1.43 12.42-1.43 16.16"/><path fill="#e07f14" d="M63.14 15.78c-19.12-.33-34.09 7.15-34.4 17.25c-.33 10.99 17.04 16.53 36.05 17.03C85.34 50.61 98.3 40 97.21 31.38C96 21.82 82.48 16.11 63.14 15.78"/><path fill="#fff" d="M84.66 23.31c-2.2 2.28 1.98 2.87 1.52 7.98c-.56 6.19-8.12 8.63-7.9 10.9c.33 3.33 13.58-1.46 14.65-10.53c.92-7.73-6.92-9.76-8.27-8.35"/><path fill="#ffba02" d="M75.98 42.58c.89 1.58-4.24 3.99-14.24 3.93c-13.84-.08-26.03-5.82-25.8-7.31s7.63 3.38 24.46 3.62c11.97.16 14.88-1.5 15.58-.24"/></svg> </template>
CSS
.icon-custard {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23d4d4d4%22%20d%3D%22M64.81%2028.17C36.16%2028.35%204.09%2041%203.57%2069.85c-.2%2010.79%204.35%2020.91%2015.49%2029.81c10.52%208.39%2023.81%2012.59%2043.74%2012.75c30.1.23%2047.13-10.68%2055.26-22.17c5.54-7.83%206.53-15.61%206.33-21.57c-.79-22.95-29.57-40.7-59.58-40.5%22%2F%3E%3Cpath%20fill%3D%22%23f6f6f6%22%20d%3D%22M64.76%2028.85c-29.22-.5-57.86%2010.2-58.25%2037.86c-.13%208.83%202.6%2015.78%207.26%2021.38c10.59%2012.75%2026.42%2019.92%2051%2019.81c19.42-.08%2035.28-5.73%2045.11-15.3c7.34-7.15%2012.28-15.73%2011.57-26.28c-1.58-23.54-22.37-36.88-56.69-37.47%22%2F%3E%3Cpath%20fill%3D%22%23af5711%22%20d%3D%22m70.18%2056l31.65-.44s5.32%204.24%204.99%2014.02c-.3%208.79-7.48%2027.15-44.29%2026.5c-37.03-.66-41.8-27.88-41.8-27.88s5.37-10.67%2010.76-10.67S70.18%2056%2070.18%2056%22%2F%3E%3Cpath%20fill%3D%22%23cf701d%22%20d%3D%22m37.94%2057.37l-13.7-2.14s-4.71%204.95-4.95%2012.75c-.22%207.14%203.6%2018.18%2024.09%2025.31C53.49%2096.8%2066.21%2096.25%2068.09%2096c2.53-.33%202.75-4.18-1.54-4.07c-3.41.09-11.65.55-21.65-2.75c-8.89-2.93-20.6-9.16-21.96-18.25c-1.55-10.39%2015-13.56%2015-13.56%22%2F%3E%3Cpath%20fill%3D%22%23f5b03e%22%20d%3D%22m39.08%2027.42l-9.98%203.16s-.89%202.44-1.6%205.96c-.39%201.95%202.13%2016.82%202.13%2016.82L75.67%2086l4.17%201.37s9.59-2.21%2016.52-9.26c6.04-6.15%206.29-12.34%206.46-14.32c.24-2.99-.84-12.81-1.87-17.8c-1.32-6.37-3.41-16.15-5.17-18.57s-31.32-5.06-31.32-5.06z%22%2F%3E%3Cpath%20fill%3D%22%23f7c876%22%20d%3D%22M65.78%2056.55c.33-.77%205.63-3.41%205.63-3.41s2.61-.23%204.04-.45s3.65-.81%203.65-.81l1.62%2035.28s-2.63.71-4.4.94c-1.33.17-4.19.47-5.29.47s-4.59-10.03-4.59-10.03z%22%2F%3E%3Cpath%20fill%3D%22%23fbdf96%22%20d%3D%22M23.25%2067.54c0%203.28%201.98%208.9%2013.41%2015.39c15.04%208.53%2035.51%205.59%2035.51%205.59s-.45-21.63-.45-24.6s-.19-10.82-.19-10.82s-20.15%201.78-34.22-5.47c-12.39-6.39-9.29-13.4-9.29-13.4s-2.44%209.12-3.34%2017.15c-.82%207.37-1.43%2012.42-1.43%2016.16%22%2F%3E%3Cpath%20fill%3D%22%23e07f14%22%20d%3D%22M63.14%2015.78c-19.12-.33-34.09%207.15-34.4%2017.25c-.33%2010.99%2017.04%2016.53%2036.05%2017.03C85.34%2050.61%2098.3%2040%2097.21%2031.38C96%2021.82%2082.48%2016.11%2063.14%2015.78%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M84.66%2023.31c-2.2%202.28%201.98%202.87%201.52%207.98c-.56%206.19-8.12%208.63-7.9%2010.9c.33%203.33%2013.58-1.46%2014.65-10.53c.92-7.73-6.92-9.76-8.27-8.35%22%2F%3E%3Cpath%20fill%3D%22%23ffba02%22%20d%3D%22M75.98%2042.58c.89%201.58-4.24%203.99-14.24%203.93c-13.84-.08-26.03-5.82-25.8-7.31s7.63%203.38%2024.46%203.62c11.97.16%2014.88-1.5%2015.58-.24%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23d4d4d4%22%20d%3D%22M64.81%2028.17C36.16%2028.35%204.09%2041%203.57%2069.85c-.2%2010.79%204.35%2020.91%2015.49%2029.81c10.52%208.39%2023.81%2012.59%2043.74%2012.75c30.1.23%2047.13-10.68%2055.26-22.17c5.54-7.83%206.53-15.61%206.33-21.57c-.79-22.95-29.57-40.7-59.58-40.5%22%2F%3E%3Cpath%20fill%3D%22%23f6f6f6%22%20d%3D%22M64.76%2028.85c-29.22-.5-57.86%2010.2-58.25%2037.86c-.13%208.83%202.6%2015.78%207.26%2021.38c10.59%2012.75%2026.42%2019.92%2051%2019.81c19.42-.08%2035.28-5.73%2045.11-15.3c7.34-7.15%2012.28-15.73%2011.57-26.28c-1.58-23.54-22.37-36.88-56.69-37.47%22%2F%3E%3Cpath%20fill%3D%22%23af5711%22%20d%3D%22m70.18%2056l31.65-.44s5.32%204.24%204.99%2014.02c-.3%208.79-7.48%2027.15-44.29%2026.5c-37.03-.66-41.8-27.88-41.8-27.88s5.37-10.67%2010.76-10.67S70.18%2056%2070.18%2056%22%2F%3E%3Cpath%20fill%3D%22%23cf701d%22%20d%3D%22m37.94%2057.37l-13.7-2.14s-4.71%204.95-4.95%2012.75c-.22%207.14%203.6%2018.18%2024.09%2025.31C53.49%2096.8%2066.21%2096.25%2068.09%2096c2.53-.33%202.75-4.18-1.54-4.07c-3.41.09-11.65.55-21.65-2.75c-8.89-2.93-20.6-9.16-21.96-18.25c-1.55-10.39%2015-13.56%2015-13.56%22%2F%3E%3Cpath%20fill%3D%22%23f5b03e%22%20d%3D%22m39.08%2027.42l-9.98%203.16s-.89%202.44-1.6%205.96c-.39%201.95%202.13%2016.82%202.13%2016.82L75.67%2086l4.17%201.37s9.59-2.21%2016.52-9.26c6.04-6.15%206.29-12.34%206.46-14.32c.24-2.99-.84-12.81-1.87-17.8c-1.32-6.37-3.41-16.15-5.17-18.57s-31.32-5.06-31.32-5.06z%22%2F%3E%3Cpath%20fill%3D%22%23f7c876%22%20d%3D%22M65.78%2056.55c.33-.77%205.63-3.41%205.63-3.41s2.61-.23%204.04-.45s3.65-.81%203.65-.81l1.62%2035.28s-2.63.71-4.4.94c-1.33.17-4.19.47-5.29.47s-4.59-10.03-4.59-10.03z%22%2F%3E%3Cpath%20fill%3D%22%23fbdf96%22%20d%3D%22M23.25%2067.54c0%203.28%201.98%208.9%2013.41%2015.39c15.04%208.53%2035.51%205.59%2035.51%205.59s-.45-21.63-.45-24.6s-.19-10.82-.19-10.82s-20.15%201.78-34.22-5.47c-12.39-6.39-9.29-13.4-9.29-13.4s-2.44%209.12-3.34%2017.15c-.82%207.37-1.43%2012.42-1.43%2016.16%22%2F%3E%3Cpath%20fill%3D%22%23e07f14%22%20d%3D%22M63.14%2015.78c-19.12-.33-34.09%207.15-34.4%2017.25c-.33%2010.99%2017.04%2016.53%2036.05%2017.03C85.34%2050.61%2098.3%2040%2097.21%2031.38C96%2021.82%2082.48%2016.11%2063.14%2015.78%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M84.66%2023.31c-2.2%202.28%201.98%202.87%201.52%207.98c-.56%206.19-8.12%208.63-7.9%2010.9c.33%203.33%2013.58-1.46%2014.65-10.53c.92-7.73-6.92-9.76-8.27-8.35%22%2F%3E%3Cpath%20fill%3D%22%23ffba02%22%20d%3D%22M75.98%2042.58c.89%201.58-4.24%203.99-14.24%203.93c-13.84-.08-26.03-5.82-25.8-7.31s7.63%203.38%2024.46%203.62c11.97.16%2014.88-1.5%2015.58-.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/custard.svg?color=%231a73e8&size=48