Meme Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meme 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/329060.svg" alt="Meme icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329060.svg" alt="Meme icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329060.svg" alt="Meme icon" :width="24" :height="24" />
CSS background
.icon-meme {
background-image: url('https://proicons.com/icon/329060.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="m" d="M42.33,24H5.67M24,5.67v36.6601"/><polyline id="d" class="m" points="11.52 36.4019 11.52 30.2399 14.64 36.4799 17.76 30.2399 17.76 36.4799"/><polyline id="e" class="m" points="11.52 17.6819 11.52 11.5199 14.64 17.7599 17.76 11.5199 17.76 17.7599"/><g id="f"><line id="g" class="m" x1="31.8" y1="14.64" x2="33.906" y2="14.64"/><polyline id="h" class="m" points="34.92 17.76 31.8 17.76 31.8 11.52 34.92 11.52"/></g><g id="i"><line id="j" class="m" x1="31.8" y1="33.36" x2="33.906" y2="33.36"/><polyline id="k" class="m" points="34.92 36.48 31.8 36.48 31.8 30.24 34.92 30.24"/></g><path id="l" class="m" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></g></svg>
Copied!