noodles icon
noodles from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- noodles
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the noodles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M18 12a2.5 2.5 0 0 0-5 0"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 3v9m2.5-9.5v5M11 2v5.5m-7-3l2-.312M20 2l-6.5 1.016M4 7l2-.125M20 6l-6.5.406"/><path stroke-linejoin="round" d="M4.911 12H19.09c1.602 0 2.19.37 1.79 1.982c-.706 2.843-2.703 3.549-4.549 5.404c-.448.45.25 1.117.25 1.613c0 .934-.887 1.001-1.595 1.001h-5.97c-.708 0-1.596-.067-1.595-1c0-.486.677-1.184.25-1.614c-1.846-1.855-3.843-2.561-4.549-5.404c-.4-1.611.188-1.982 1.79-1.982Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsNoodles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M18 12a2.5 2.5 0 0 0-5 0"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 3v9m2.5-9.5v5M11 2v5.5m-7-3l2-.312M20 2l-6.5 1.016M4 7l2-.125M20 6l-6.5.406"/><path strokeLinejoin="round" d="M4.911 12H19.09c1.602 0 2.19.37 1.79 1.982c-.706 2.843-2.703 3.549-4.549 5.404c-.448.45.25 1.117.25 1.613c0 .934-.887 1.001-1.595 1.001h-5.97c-.708 0-1.596-.067-1.595-1c0-.486.677-1.184.25-1.614c-1.846-1.855-3.843-2.561-4.549-5.404c-.4-1.611.188-1.982 1.79-1.982Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M18 12a2.5 2.5 0 0 0-5 0"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 3v9m2.5-9.5v5M11 2v5.5m-7-3l2-.312M20 2l-6.5 1.016M4 7l2-.125M20 6l-6.5.406"/><path stroke-linejoin="round" d="M4.911 12H19.09c1.602 0 2.19.37 1.79 1.982c-.706 2.843-2.703 3.549-4.549 5.404c-.448.45.25 1.117.25 1.613c0 .934-.887 1.001-1.595 1.001h-5.97c-.708 0-1.596-.067-1.595-1c0-.486.677-1.184.25-1.614c-1.846-1.855-3.843-2.561-4.549-5.404c-.4-1.611.188-1.982 1.79-1.982Z"/></g></svg> </template>
CSS
.icon-noodles {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2012a2.5%202.5%200%200%200-5%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%203v9m2.5-9.5v5M11%202v5.5m-7-3l2-.312M20%202l-6.5%201.016M4%207l2-.125M20%206l-6.5.406%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.911%2012H19.09c1.602%200%202.19.37%201.79%201.982c-.706%202.843-2.703%203.549-4.549%205.404c-.448.45.25%201.117.25%201.613c0%20.934-.887%201.001-1.595%201.001h-5.97c-.708%200-1.596-.067-1.595-1c0-.486.677-1.184.25-1.614c-1.846-1.855-3.843-2.561-4.549-5.404c-.4-1.611.188-1.982%201.79-1.982Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2012a2.5%202.5%200%200%200-5%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%203v9m2.5-9.5v5M11%202v5.5m-7-3l2-.312M20%202l-6.5%201.016M4%207l2-.125M20%206l-6.5.406%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.911%2012H19.09c1.602%200%202.19.37%201.79%201.982c-.706%202.843-2.703%203.549-4.549%205.404c-.448.45.25%201.117.25%201.613c0%20.934-.887%201.001-1.595%201.001h-5.97c-.708%200-1.596-.067-1.595-1c0-.486.677-1.184.25-1.614c-1.846-1.855-3.843-2.561-4.549-5.404c-.4-1.611.188-1.982%201.79-1.982Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/noodles.svg?color=%231a73e8&size=48