Meny Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meny 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/343634.svg" alt="Meny icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343634.svg" alt="Meny icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343634.svg" alt="Meny icon" :width="24" :height="24" />
CSS background
.icon-meny {
background-image: url('https://proicons.com/icon/343634.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,.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{stroke-width:1px;}</style></defs><polyline class="b" points="12.3653 29.5094 12.3653 11.5 24 27.0203 35.6347 11.5354 35.6347 29.535"/><path class="b" d="M13.7219,36.5c-.4522-1.4418-.9043-2.8836-1.3565-4.3253,1.2129.7296,2.36,1.5155,3.4383,2.3494.5924-1.2256,1.2644-2.4382,2.0155-3.6296.2401,1.4912.4803,2.9822.7204,4.4734"/><path class="b" d="M25.2205,34.9527c.0538-1.5117.1075-3.0234.1613-4.5351,1.3371,1.5612,2.5096,3.1912,3.5134,4.8641.2156-1.4972.4312-2.9945.6468-4.4917"/><path class="b" d="M35.6347,32.1747c-.8979.511-1.7608,1.0531-2.5873,1.6228-.4528-.8961-.9486-1.7846-1.4871-2.6624"/><path class="b" d="M32.4866,35.9962c.1869-.7329.3738-1.4658.5607-2.1987"/><path class="b" d="M20.2721,32.8523c.6421-.0656,1.2857-.1144,1.9298-.1461"/><path class="b" d="M23.2813,34.9386c-.9274.0194-1.8543.0764-2.7781.1709-.1541-1.5048-.308-3.0097-.4621-4.5145,1.046-.1071,2.0953-.1715,3.1453-.1936"/><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!