spaghetti from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
spaghetti
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 spaghetti emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m23.27 3.76l6.75-.27v2.56l-6.75-.27a2.78 2.78 0 0 1-2.58 1.76h-1.67v5.557a12.4 12.4 0 0 1 1.66.523l.11.04c1.6.63 2.66 2.18 2.66 3.89v.04a4.18 4.18 0 0 1-2.63 3.88a12.38 12.38 0 0 1-9.08.06l-.21-.08a4.17 4.17 0 0 1-2.68-3.9c0-1.72 1.05-3.26 2.65-3.89l.1-.04a12.4 12.4 0 0 1 2.41-.678V7.54h-1.04c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.04v-.52h-1.04c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.44a.5.5 0 0 1 .2 0h3.41V3.5h-5.05c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.72c1.18 0 2.18.73 2.58 1.76m-8.308 10.193a1.48 1.48 0 0 0-.342.947a1.48 1.48 0 1 0 1.48-1.48h-.01l-.09.003a1.48 1.48 0 0 0-1.038.53M16 12.758V7.54h-.99v5.27q.495-.046.99-.052m1 .03q.512.035 1.02.113V7.54H17zm2.3-6.748v-.52h-.28v.52zm-4.29-.52v.52h1.005a.5.5 0 0 1 .97 0h1.035v-.52zm4.29-1.5V3.5h-.28v.52zm-4.81 14.71a1.48 1.48 0 1 0-2.96 0a1.48 1.48 0 0 0 2.96 0m6.5.11a1.48 1.48 0 1 0-2.96 0a1.48 1.48 0 0 0 2.96 0"/><path d="M10.02 26.44a6 6 0 0 1-1.496-.185l-.003-.001a5.78 5.78 0 0 1-3.502-2.62a6 6 0 0 1-.839-2.446c-.177-1.573.283-3.236 1.56-4.578a14.27 14.27 0 0 1 6.711-3.98H10.02a8.02 8.02 0 0 0-4.31 14.785a7.27 7.27 0 0 0 5.75 2.815h9.28a7.27 7.27 0 0 0 5.923-3.046a8.01 8.01 0 0 0 3.367-6.534c-.01-4.43-3.6-8.02-8.02-8.02h-2.263c2.6.685 4.91 2.087 6.713 3.98c1.277 1.346 1.737 3.01 1.56 4.582a6 6 0 0 1-.586 1.986c-.891 1.8-2.684 3.166-5.006 3.257a6 6 0 0 1-.248.005z"/><path d="M26.407 18.73a.717.717 0 1 0-1.434.04c.07 2.418-1.828 4.763-4.623 4.763h-8.7c-2.796 0-4.692-2.335-4.623-4.762a.717.717 0 0 0-1.434-.042c-.09 3.154 2.373 6.238 6.057 6.238h8.7c3.685 0 6.147-3.095 6.057-6.238"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastSpaghetti(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="m23.27 3.76l6.75-.27v2.56l-6.75-.27a2.78 2.78 0 0 1-2.58 1.76h-1.67v5.557a12.4 12.4 0 0 1 1.66.523l.11.04c1.6.63 2.66 2.18 2.66 3.89v.04a4.18 4.18 0 0 1-2.63 3.88a12.38 12.38 0 0 1-9.08.06l-.21-.08a4.17 4.17 0 0 1-2.68-3.9c0-1.72 1.05-3.26 2.65-3.89l.1-.04a12.4 12.4 0 0 1 2.41-.678V7.54h-1.04c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.04v-.52h-1.04c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.44a.5.5 0 0 1 .2 0h3.41V3.5h-5.05c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.72c1.18 0 2.18.73 2.58 1.76m-8.308 10.193a1.48 1.48 0 0 0-.342.947a1.48 1.48 0 1 0 1.48-1.48h-.01l-.09.003a1.48 1.48 0 0 0-1.038.53M16 12.758V7.54h-.99v5.27q.495-.046.99-.052m1 .03q.512.035 1.02.113V7.54H17zm2.3-6.748v-.52h-.28v.52zm-4.29-.52v.52h1.005a.5.5 0 0 1 .97 0h1.035v-.52zm4.29-1.5V3.5h-.28v.52zm-4.81 14.71a1.48 1.48 0 1 0-2.96 0a1.48 1.48 0 0 0 2.96 0m6.5.11a1.48 1.48 0 1 0-2.96 0a1.48 1.48 0 0 0 2.96 0"/><path d="M10.02 26.44a6 6 0 0 1-1.496-.185l-.003-.001a5.78 5.78 0 0 1-3.502-2.62a6 6 0 0 1-.839-2.446c-.177-1.573.283-3.236 1.56-4.578a14.27 14.27 0 0 1 6.711-3.98H10.02a8.02 8.02 0 0 0-4.31 14.785a7.27 7.27 0 0 0 5.75 2.815h9.28a7.27 7.27 0 0 0 5.923-3.046a8.01 8.01 0 0 0 3.367-6.534c-.01-4.43-3.6-8.02-8.02-8.02h-2.263c2.6.685 4.91 2.087 6.713 3.98c1.277 1.346 1.737 3.01 1.56 4.582a6 6 0 0 1-.586 1.986c-.891 1.8-2.684 3.166-5.006 3.257a6 6 0 0 1-.248.005z"/><path d="M26.407 18.73a.717.717 0 1 0-1.434.04c.07 2.418-1.828 4.763-4.623 4.763h-8.7c-2.796 0-4.692-2.335-4.623-4.762a.717.717 0 0 0-1.434-.042c-.09 3.154 2.373 6.238 6.057 6.238h8.7c3.685 0 6.147-3.095 6.057-6.238"/></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="m23.27 3.76l6.75-.27v2.56l-6.75-.27a2.78 2.78 0 0 1-2.58 1.76h-1.67v5.557a12.4 12.4 0 0 1 1.66.523l.11.04c1.6.63 2.66 2.18 2.66 3.89v.04a4.18 4.18 0 0 1-2.63 3.88a12.38 12.38 0 0 1-9.08.06l-.21-.08a4.17 4.17 0 0 1-2.68-3.9c0-1.72 1.05-3.26 2.65-3.89l.1-.04a12.4 12.4 0 0 1 2.41-.678V7.54h-1.04c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.04v-.52h-1.04c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.44a.5.5 0 0 1 .2 0h3.41V3.5h-5.05c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.72c1.18 0 2.18.73 2.58 1.76m-8.308 10.193a1.48 1.48 0 0 0-.342.947a1.48 1.48 0 1 0 1.48-1.48h-.01l-.09.003a1.48 1.48 0 0 0-1.038.53M16 12.758V7.54h-.99v5.27q.495-.046.99-.052m1 .03q.512.035 1.02.113V7.54H17zm2.3-6.748v-.52h-.28v.52zm-4.29-.52v.52h1.005a.5.5 0 0 1 .97 0h1.035v-.52zm4.29-1.5V3.5h-.28v.52zm-4.81 14.71a1.48 1.48 0 1 0-2.96 0a1.48 1.48 0 0 0 2.96 0m6.5.11a1.48 1.48 0 1 0-2.96 0a1.48 1.48 0 0 0 2.96 0"/><path d="M10.02 26.44a6 6 0 0 1-1.496-.185l-.003-.001a5.78 5.78 0 0 1-3.502-2.62a6 6 0 0 1-.839-2.446c-.177-1.573.283-3.236 1.56-4.578a14.27 14.27 0 0 1 6.711-3.98H10.02a8.02 8.02 0 0 0-4.31 14.785a7.27 7.27 0 0 0 5.75 2.815h9.28a7.27 7.27 0 0 0 5.923-3.046a8.01 8.01 0 0 0 3.367-6.534c-.01-4.43-3.6-8.02-8.02-8.02h-2.263c2.6.685 4.91 2.087 6.713 3.98c1.277 1.346 1.737 3.01 1.56 4.582a6 6 0 0 1-.586 1.986c-.891 1.8-2.684 3.166-5.006 3.257a6 6 0 0 1-.248.005z"/><path d="M26.407 18.73a.717.717 0 1 0-1.434.04c.07 2.418-1.828 4.763-4.623 4.763h-8.7c-2.796 0-4.692-2.335-4.623-4.762a.717.717 0 0 0-1.434-.042c-.09 3.154 2.373 6.238 6.057 6.238h8.7c3.685 0 6.147-3.095 6.057-6.238"/></g></svg>
</template>

CSS

.icon-spaghetti {
  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%22m23.27%203.76l6.75-.27v2.56l-6.75-.27a2.78%202.78%200%200%201-2.58%201.76h-1.67v5.557a12.4%2012.4%200%200%201%201.66.523l.11.04c1.6.63%202.66%202.18%202.66%203.89v.04a4.18%204.18%200%200%201-2.63%203.88a12.38%2012.38%200%200%201-9.08.06l-.21-.08a4.17%204.17%200%200%201-2.68-3.9c0-1.72%201.05-3.26%202.65-3.89l.1-.04a12.4%2012.4%200%200%201%202.41-.678V7.54h-1.04c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.04v-.52h-1.04c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.44a.5.5%200%200%201%20.2%200h3.41V3.5h-5.05c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h7.72c1.18%200%202.18.73%202.58%201.76m-8.308%2010.193a1.48%201.48%200%200%200-.342.947a1.48%201.48%200%201%200%201.48-1.48h-.01l-.09.003a1.48%201.48%200%200%200-1.038.53M16%2012.758V7.54h-.99v5.27q.495-.046.99-.052m1%20.03q.512.035%201.02.113V7.54H17zm2.3-6.748v-.52h-.28v.52zm-4.29-.52v.52h1.005a.5.5%200%200%201%20.97%200h1.035v-.52zm4.29-1.5V3.5h-.28v.52zm-4.81%2014.71a1.48%201.48%200%201%200-2.96%200a1.48%201.48%200%200%200%202.96%200m6.5.11a1.48%201.48%200%201%200-2.96%200a1.48%201.48%200%200%200%202.96%200%22%2F%3E%3Cpath%20d%3D%22M10.02%2026.44a6%206%200%200%201-1.496-.185l-.003-.001a5.78%205.78%200%200%201-3.502-2.62a6%206%200%200%201-.839-2.446c-.177-1.573.283-3.236%201.56-4.578a14.27%2014.27%200%200%201%206.711-3.98H10.02a8.02%208.02%200%200%200-4.31%2014.785a7.27%207.27%200%200%200%205.75%202.815h9.28a7.27%207.27%200%200%200%205.923-3.046a8.01%208.01%200%200%200%203.367-6.534c-.01-4.43-3.6-8.02-8.02-8.02h-2.263c2.6.685%204.91%202.087%206.713%203.98c1.277%201.346%201.737%203.01%201.56%204.582a6%206%200%200%201-.586%201.986c-.891%201.8-2.684%203.166-5.006%203.257a6%206%200%200%201-.248.005z%22%2F%3E%3Cpath%20d%3D%22M26.407%2018.73a.717.717%200%201%200-1.434.04c.07%202.418-1.828%204.763-4.623%204.763h-8.7c-2.796%200-4.692-2.335-4.623-4.762a.717.717%200%200%200-1.434-.042c-.09%203.154%202.373%206.238%206.057%206.238h8.7c3.685%200%206.147-3.095%206.057-6.238%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%22m23.27%203.76l6.75-.27v2.56l-6.75-.27a2.78%202.78%200%200%201-2.58%201.76h-1.67v5.557a12.4%2012.4%200%200%201%201.66.523l.11.04c1.6.63%202.66%202.18%202.66%203.89v.04a4.18%204.18%200%200%201-2.63%203.88a12.38%2012.38%200%200%201-9.08.06l-.21-.08a4.17%204.17%200%200%201-2.68-3.9c0-1.72%201.05-3.26%202.65-3.89l.1-.04a12.4%2012.4%200%200%201%202.41-.678V7.54h-1.04c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.04v-.52h-1.04c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.44a.5.5%200%200%201%20.2%200h3.41V3.5h-5.05c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h7.72c1.18%200%202.18.73%202.58%201.76m-8.308%2010.193a1.48%201.48%200%200%200-.342.947a1.48%201.48%200%201%200%201.48-1.48h-.01l-.09.003a1.48%201.48%200%200%200-1.038.53M16%2012.758V7.54h-.99v5.27q.495-.046.99-.052m1%20.03q.512.035%201.02.113V7.54H17zm2.3-6.748v-.52h-.28v.52zm-4.29-.52v.52h1.005a.5.5%200%200%201%20.97%200h1.035v-.52zm4.29-1.5V3.5h-.28v.52zm-4.81%2014.71a1.48%201.48%200%201%200-2.96%200a1.48%201.48%200%200%200%202.96%200m6.5.11a1.48%201.48%200%201%200-2.96%200a1.48%201.48%200%200%200%202.96%200%22%2F%3E%3Cpath%20d%3D%22M10.02%2026.44a6%206%200%200%201-1.496-.185l-.003-.001a5.78%205.78%200%200%201-3.502-2.62a6%206%200%200%201-.839-2.446c-.177-1.573.283-3.236%201.56-4.578a14.27%2014.27%200%200%201%206.711-3.98H10.02a8.02%208.02%200%200%200-4.31%2014.785a7.27%207.27%200%200%200%205.75%202.815h9.28a7.27%207.27%200%200%200%205.923-3.046a8.01%208.01%200%200%200%203.367-6.534c-.01-4.43-3.6-8.02-8.02-8.02h-2.263c2.6.685%204.91%202.087%206.713%203.98c1.277%201.346%201.737%203.01%201.56%204.582a6%206%200%200%201-.586%201.986c-.891%201.8-2.684%203.166-5.006%203.257a6%206%200%200%201-.248.005z%22%2F%3E%3Cpath%20d%3D%22M26.407%2018.73a.717.717%200%201%200-1.434.04c.07%202.418-1.828%204.763-4.623%204.763h-8.7c-2.796%200-4.692-2.335-4.623-4.762a.717.717%200%200%200-1.434-.042c-.09%203.154%202.373%206.238%206.057%206.238h8.7c3.685%200%206.147-3.095%206.057-6.238%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/spaghetti.svg?color=%231a73e8&size=48