Mywisely Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mywisely 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/329946.svg" alt="Mywisely icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329946.svg" alt="Mywisely icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329946.svg" alt="Mywisely icon" :width="24" :height="24" />
CSS background
.icon-mywisely {
background-image: url('https://proicons.com/icon/329946.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_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="path29" class="cls-1" d="M24.0004,33.124c-.3917.0045-.0036,5.4342-9.8213,5.5147-10.5463-.0403-9.6608-10.3048-9.6608-10.3048l.0403-17.0674c0-2.1334,2.6567-1.8919,3.6228-1.8919,1.1673,0,4.1461-.2818,4.1461,2.0529v15.9c0,4.1058,3.7033,4.0253,3.7033,4.0253,3.8643.0403,3.8241-3.2605,3.8241-3.2605l.0403-16.8259c.0775-1.7049,2.6541-1.6568,4.1033-1.6508,1.4492-.0062,4.0258-.0548,4.1036,1.6501l.0432,16.8258s-.0397,3.3008,3.8246,3.2598c0,0,3.7033.0799,3.7026-4.026l-.0028-15.9c-.0004-2.3347,2.9784-2.0534,4.1457-2.0536.9661-.0002,3.6227-.2422,3.6231,1.8913l.0432,17.0674s.8874,10.2644-9.659,10.3065c-9.8178-.0788-9.4306-5.5086-9.8223-5.513h0Z"/></svg>
Copied!