Memetastic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Memetastic 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/343624.svg" alt="Memetastic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343624.svg" alt="Memetastic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343624.svg" alt="Memetastic icon" :width="24" :height="24" />
CSS background
.icon-memetastic {
background-image: url('https://proicons.com/icon/343624.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M12.0748,42.5s-1.0255-2.3905-.8572-3.1475-.3364-2.986-.5047-3.3645-1.0093-3.9112-1.0935-4.4159-.3364-5.0888,0-5.5093,1.1337-1.7243,1.0715-2.0187-.0622-1.9766.4004-2.6495,5.972-6.8551,6.8551-7.1916,1.9346-.5047,2.229-.715,4.0794-1.1776,5.8037-1.2196,6.5187,2.1028,7.6963,6.3505c1.1776,4.2477,3.4486,5.3832,3.8271,6.1402s.5047,7.486.5047,9.3785.715,2.8598.5047,3.5327-1.6241,4.8298-1.6241,4.8298"/><path class="c" d="M22.3624,34.7684c.3785,1.1776,1.7664,3.0701,4.2477,2.6075s2.7336-1.7243,2.6495-3.0701c-.0841-1.3458-.1682-1.8084-.1682-1.8084"/><path class="c" d="M27.534,18.0504c.5364-.1986,2.1869-.3364,3.3224.9252s3.743,4.4579,2.6916,6.014-4.2477,2.4813-5.7196,1.514-3.8692-2.9165-3.4907-4.1709,2.4381-4.0017,3.1963-4.2824Z"/><path class="c" d="M18.5353,21.8572c1.2197.7074,3.1121,1.5981,2.6075,3.028-.5047,1.4299-2.3972,4.2056-3.5327,4.5841s-3.2804.3785-3.9953-.757c-.715-1.1355-.8832-4.3738-.3785-4.9626s3.2498-3.081,5.2991-1.8925Z"/><path class="c" d="M13.5727,23.4055c.6729.1682,1.7112.5263,1.6121,1.7741-.0701.8832-1.8367,1.3739-2.1732,1.3318"/><path class="c" d="M30.8565,18.9756c-1.5808-.1205-1.9065,1.1636-1.7523,1.7804s1.4579,1.1355,2.0187.7991.8779-.7982.8499-1.2367"/><path class="c" d="M38.4999,42.4999H9.4999c-2.2,0-4-1.8-4-4V9.4999c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/></svg>
Copied!