Armed Emeth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Armed Emeth 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/322045.svg" alt="Armed Emeth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322045.svg" alt="Armed Emeth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322045.svg" alt="Armed Emeth icon" :width="24" :height="24" />
CSS background
.icon-armed-emeth {
background-image: url('https://proicons.com/icon/322045.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m30.296,35.217c.114-.973.196-1.94.248-2.902m-.111-6.506c-.0843-.9444-.1987-1.8859-.343-2.823m-1.4-6.126c-.345-1.1249-.737-2.2349-1.175-3.327m-2.817-5.693c-.69-1.1529-1.441-2.2682-2.25-3.341h-11.778c9.847,7.942,11.965,24.46,7.122,39h10.77c.186-.614.358-1.227.518-1.84m1.215-6.443l6.657,1.687-1.09,5.72-6.786-.964m1.355-15.85h6.897v6.506h-6.788m-1.855-15.454l7.396-1.749,1.213,6.56-7.208,1.315m-2.573-9.453l5.864-2.449-1.737-5.095-6.945,1.855"/></svg>
Copied!