Noodles And Company Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Noodles And Company icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/330279.svg" alt="Noodles And Company icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330279.svg" alt="Noodles And Company icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330279.svg" alt="Noodles And Company icon" :width="24" :height="24" />
CSS background
.icon-noodles-and-company {
background-image: url('https://proicons.com/icon/330279.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.4289,33.5069l-.7745-2.8905c-.9275-3.4614,1.1267-7.0194,4.5881-7.9469h0c3.4614-.9275,7.0194,1.1267,7.9469,4.5881h0s.7751,2.8927.7751,2.8927"/><path class="b" d="M5.8949,36.8679c-.4281-1.5976,2.031-3.6446,5.4924-4.5721,3.4614-.9275,6.6145-.3843,7.0426,1.2133.4281,1.5976-2.031,3.6446-5.4924,4.5721-3.4614.9275-6.6145.3843-7.0426-1.2133l-.7751-2.8927c-2.7825-10.384,3.3801-21.058,13.764-23.841,10.384-2.7825,21.058,3.3801,23.841,13.764l.7751,2.8927c.4281,1.5976-2.031,3.6446-5.4924,4.5721-3.4614.9275-6.6145.3843-7.0426-1.2133-.4281-1.5976,2.031-3.6446,5.4924-4.5721,3.4614-.9275,6.6145-.3843,7.0426,1.2133"/></svg>
Copied!