Wamr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wamr 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/334980.svg" alt="Wamr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334980.svg" alt="Wamr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334980.svg" alt="Wamr icon" :width="24" :height="24" />
CSS background
.icon-wamr {
background-image: url('https://proicons.com/icon/334980.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m13.6644,5.1517C3.2548,10.8621-.5546,23.93,5.1558,34.3396c5.7104,10.4096,18.7782,14.2191,29.1878,8.5087l11.139,2.6498-2.6498-11.139c1.7327-3.1626,2.6428-6.7098,2.6466-10.3159.0128-11.8841-9.6108-21.5283-21.4949-21.5411-3.6079.0033-7.157.9145-10.3202,2.6497Z"/><polygon class="c" points="28.6854 14.3422 26.8545 12.5 21.1455 12.5 19.3146 14.3422 15.0786 14.3422 15.0786 17.083 32.9214 17.083 32.9214 14.3422 28.6854 14.3422"/><path class="c" d="m16.9493,17.0829h14.1241v16.5861c0,1.0105-.8204,1.8309-1.8309,1.8309h-10.4623c-1.0105,0-1.8309-.8204-1.8309-1.8309v-16.5861h0Z"/></svg>
Copied!