Manavision Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Manavision 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/328833.svg" alt="Manavision icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328833.svg" alt="Manavision icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328833.svg" alt="Manavision icon" :width="24" :height="24" />
CSS background
.icon-manavision {
background-image: url('https://proicons.com/icon/328833.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m17.309 40.87c-3.6989-.52232-6.4625-1.8418-8.8252-4.2135-5.1305-5.1499-5.343-12.92-.4774-17.461 1.8998-1.7732 4.0944-2.8252 7.4343-3.5638 3.9381-.87089 4.9652-1.425 7.5847-4.0913 1.2292-1.2512 2.6628-2.5449 3.1857-2.875 3.262-2.0589 8.4656-2.1781 11.724-.26866 2.3991 1.4057 4.4359 4.2856 5.2119 7.3691.53747 2.1356.41692 6.2793-.2456 8.4421-2.5502 8.3249-9.3362 14.442-18.046 16.265-2.1021.44018-5.8465.63711-7.5473.39693z"/></svg>
Copied!