Vinmonopolet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vinmonopolet 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/349330.svg" alt="Vinmonopolet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349330.svg" alt="Vinmonopolet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349330.svg" alt="Vinmonopolet icon" :width="24" :height="24" />
CSS background
.icon-vinmonopolet {
background-image: url('https://proicons.com/icon/349330.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="m24,45.5c-1.0927,0-2.0824-.8935-2.0824-2.6486,0-3.8293,2.872-8.5521,12.6367-8.5521,2.856,0,4.7228,2.3534,4.7228,4.0288,0,1.2166-.9095,1.8189-2.0104,1.8189-1.3243,0-3.5421-1.4121-3.5421-6.5577,0-4.9063,4.7388-10.0759,8.6638-10.0759,2.0263,0,3.0635.7659,3.0635,2.2497,0,1.42-1.1009,2.0583-3.4464,2.0583-5.728,0-25.7043-11.0571-25.7043-22.3536,0-1.069.1596-2.9677,1.9625-2.9677s2.3295,1.6434,2.3295,3.4623c0,1.8189-2.1061,10.746-10.746,10.746-2.0981,0-4.7787-.8855-4.7787-3.2788,0-1.9466,1.6913-2.3933,3.0315-2.3933,2.0742,0,3.8105,2.0738,5.6701,4.9526,3.5261,5.4588,7.849,12.5648,10.2297,16.7787,2.3808-4.2139,6.7037-11.3199,10.2297-16.7787,1.8595-2.8788,3.5959-4.9526,5.6701-4.9526,1.3403,0,3.0315.4468,3.0315,2.3933,0,2.3933-2.6805,3.2788-4.7787,3.2788-8.6399,0-10.746-8.9271-10.746-10.746s.5265-3.4623,2.3295-3.4623,1.9625,1.8987,1.9625,2.9677c0,11.2965-19.9763,22.3536-25.7043,22.3536-2.3455,0-3.4464-.6382-3.4464-2.0583,0-1.4839,1.0371-2.2497,3.0635-2.2497,3.925,0,8.6638,5.1696,8.6638,10.0759,0,5.1456-2.2178,6.5577-3.5421,6.5577-1.1009,0-2.0104-.6023-2.0104-1.8189,0-1.6753,1.8668-4.0288,4.7228-4.0288,9.7647,0,12.6367,4.7228,12.6367,8.5521,0,1.7551-.9896,2.6486-2.0824,2.6486Z"/></svg>
Copied!