Nordic Noodle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nordic Noodle 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/344844.svg" alt="Nordic Noodle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344844.svg" alt="Nordic Noodle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344844.svg" alt="Nordic Noodle icon" :width="24" :height="24" />
CSS background
.icon-nordic-noodle {
background-image: url('https://proicons.com/icon/344844.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;}</style></defs><polygon class="c" points="41.75 34.25 41.75 13.75 24 3.5 6.25 13.75 6.25 34.25 24 44.5 41.75 34.25"/><line class="c" x1="32.9" y1="33.39" x2="14.61" y2="15.1"/><line class="c" x1="14.89" y1="33.11" x2="33.44" y2="14.56"/><path class="c" d="m35.61,16.73l-3.92,3.92c-1.2,1.2-3.14,1.2-4.34,0h0c-1.2-1.2-1.2-3.14,0-4.34l3.92-3.92"/><circle class="d" cx="23.76" cy="13.72" r=".75"/><circle class="d" cx="34.28" cy="23.76" r=".75"/><circle class="d" cx="24.24" cy="34.28" r=".75"/><circle class="d" cx="13.72" cy="24.24" r=".75"/></svg>
Copied!