Mordee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mordee 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/329549.svg" alt="Mordee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329549.svg" alt="Mordee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329549.svg" alt="Mordee icon" :width="24" :height="24" />
CSS background
.icon-mordee {
background-image: url('https://proicons.com/icon/329549.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="M16.9814,38.3241c0,2.0371-1.6512,3.6884-3.6881,3.6884s-3.6881-1.6514-3.6881-3.6884,1.6512-3.6884,3.6881-3.6884,3.6881,1.6514,3.6881,3.6884Z"/><path id="d" class="f" d="M17.0782,38.8693h6.2326c9.3953,0,16.959-7.3327,16.959-16.4409S32.7061,5.9875,23.3109,5.9875H7.7302s0,25.7135,0,25.7135h19.9019c5.737,0,7.337-5.782,5.5918-9.1989-1.7216-3.3706-5.0303-3.7824-7.5502-3.1809.6003-2.5189.2196-5.8903-3.1452-7.6229-3.6255-1.8668-9.2351.2151-9.2351,5.2992v14.5241"/><path id="e" class="f" d="M19.3687,18.1843v3.7763h-3.776v3.5827h3.776v3.7763h3.5824v-3.7763h3.776v-3.5827h-3.776v-3.7763h-3.5824Z"/></svg>
Copied!