Marusya Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Marusya 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/328895.svg" alt="Marusya icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328895.svg" alt="Marusya icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328895.svg" alt="Marusya icon" :width="24" :height="24" />
CSS background
.icon-marusya {
background-image: url('https://proicons.com/icon/328895.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="f" d="M13.54299927,39.08499908c-2.91300011-3.2159996-4.67199993-6.07600021-4.67199993-15.08499908,0-9.01000023,1.75800037-11.86999989,4.67199993-15.08500004,2.91400051-3.21600008,7.26699924-4.41499996,10.45699978-4.41499996s7.54299927,1.19999981,10.45700073,4.41499996c2.91400146,3.21600056,4.67200089,6.07600021,4.67200089,15.08500004,0,9.01000214-1.75799942,11.86999893-4.67200089,15.08499908-2.91400146,3.2159996-7.2670002,4.41500092-10.45700073,4.41500092s-7.54299927-1.20000076-10.45699978-4.41500092Z"/></svg>
Copied!