Amen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amen 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/321703.svg" alt="Amen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321703.svg" alt="Amen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321703.svg" alt="Amen icon" :width="24" :height="24" />
CSS background
.icon-amen {
background-image: url('https://proicons.com/icon/321703.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M17.8794,24.6916c0-1.0915.8848-1.9763,1.9763-1.9763h0c1.0915,0,1.9763.8848,1.9763,1.9763v3.2609"/><line class="f" x1="17.8794" y1="22.7153" x2="17.8794" y2="27.9525"/><path class="f" d="M21.832,24.6916c0-1.0915.8848-1.9763,1.9763-1.9763h0c1.0915,0,1.9763.8848,1.9763,1.9763v3.2609"/><path class="f" d="M37,27.9525v-3.2609c0-1.0915-.8848-1.9763-1.9763-1.9763h0c-1.0915,0-1.9763.8848-1.9763,1.9763"/><line class="f" x1="33.0474" y1="27.9525" x2="33.0474" y2="22.7153"/><path class="f" d="M31.1403,26.9554c-.3404.5958-.9819.9973-1.7172.9973h0c-1.0915,0-1.9763-.8848-1.9763-1.9763v-1.2846c0-1.0915.8848-1.9763,1.9763-1.9763h0c1.0915,0,1.9763.8848,1.9763,1.9763v.6423h-3.9526"/><line class="f" x1="15.3696" y1="25.3338" x2="11.8676" y2="25.3338"/><polyline class="f" points="11 27.9524 13.6186 20.0473 16.2372 27.9524"/><rect class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!