Memrise Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Memrise 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/343629.svg" alt="Memrise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343629.svg" alt="Memrise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343629.svg" alt="Memrise icon" :width="24" :height="24" />
CSS background
.icon-memrise {
background-image: url('https://proicons.com/icon/343629.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><line class="b" x1="32.1576" y1="35.6204" x2="37.5" y2="35.6204"/><line class="b" x1="32.1576" y1="24.9357" x2="37.5" y2="24.9357"/><line class="b" x1="32.1576" y1="30.2781" x2="35.6408" y2="30.2781"/><line class="b" x1="32.1576" y1="24.9357" x2="32.1576" y2="35.6204"/><line class="b" x1="21.8096" y1="21.3839" x2="26.3167" y2="21.3839"/><line class="b" x1="21.8096" y1="12.3699" x2="26.3167" y2="12.3699"/><line class="b" x1="21.8096" y1="16.8769" x2="24.7482" y2="16.8769"/><line class="b" x1="21.8096" y1="12.3699" x2="21.8096" y2="21.3839"/><polyline class="b" points="10.5 21.3743 10.5 12.3703 15.0071 21.3836 19.5143 12.3833 19.5143 21.3836"/><polyline class="b" points="28.4857 21.3743 28.4857 12.3703 32.9929 21.3836 37.5 12.3833 37.5 21.3836"/><path class="b" d="M10.5,35.6204v-10.6849h3.498c1.9818.0009,3.5876,1.6083,3.5867,3.5901-.0009,1.9805-1.6062,3.5857-3.5867,3.5867h-3.498"/><line class="b" x1="13.998" y1="32.1125" x2="17.4957" y2="35.6177"/><circle class="c" cx="20.2499" cy="25.2696" r=".75"/><line class="b" x1="20.2499" y1="28.5418" x2="20.2499" y2="35.6204"/><path class="b" d="M22.9224,34.4497c.6166.8113,1.604,1.2526,2.6197,1.1707h1.5819c1.4736-.0016,2.667-1.1975,2.6654-2.6711h0c.0016-1.4737-1.1917-2.6696-2.6654-2.6712h-1.7478c-1.4737-.0016-2.6671-1.1975-2.6655-2.6712h0c-.0015-1.4737,1.1918-2.6695,2.6655-2.6711h1.5818c1.0158-.0819,2.0033.3593,2.6198,1.1707"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!