Malody V Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Malody V 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/343382.svg" alt="Malody V icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343382.svg" alt="Malody V icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343382.svg" alt="Malody V icon" :width="24" :height="24" />
CSS background
.icon-malody-v {
background-image: url('https://proicons.com/icon/343382.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M7.3279,36.5373V9.9067M8.682,6.906l15.318,20.72,15.318-20.72M13.566,20.5791l.222,20.5149-8.288-5.846.074-28.342h6.216l12.21,15.244,12.21-15.244h6.216l.074,28.342-8.288,5.846.222-20.5149M40.6721,36.5373V9.9067M42.426,6.906l-18.426,31.524L5.574,6.906"/></svg>
Copied!