Monese Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monese 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/344046.svg" alt="Monese icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344046.svg" alt="Monese icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344046.svg" alt="Monese icon" :width="24" :height="24" />
CSS background
.icon-monese {
background-image: url('https://proicons.com/icon/344046.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M23.99984338,23.98552127l-12.06343156-13.22333709c-2.27826218-2.49731833-6.43655319-.88552222-6.43655319,2.49487382v21.45692655c0,3.38039604,4.15829102,4.99219215,6.43655319,2.49487382l12.06343156-13.22333709Z"/><path class="e" d="M23.99985434,23.98552127l12.06343156-13.22333709c2.27826218-2.49731833,6.43655319-.88552222,6.43655319,2.49487382v21.45692655c0,3.38039604-4.15829102,4.99219215-6.43655319,2.49487382l-12.06343156-13.22333709Z"/><path class="e" d="M42.49984886,14.3918833l-16.36353461,23.31669553c-1.03933833,1.48097193-3.23359244,1.48097193-4.27293077,0L5.49984886,14.3918833"/></svg>
Copied!