Epassi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Epassi 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/340038.svg" alt="Epassi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340038.svg" alt="Epassi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340038.svg" alt="Epassi icon" :width="24" :height="24" />
CSS background
.icon-epassi {
background-image: url('https://proicons.com/icon/340038.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m39.3179,39.2016c-4.0611,4.0611-9.4594,6.2984-15.2026,6.2984s-11.1415-2.2373-15.2026-6.2984-6.2964-9.4584-6.2964-15.2016,2.2363-11.1415,6.2974-15.2026,9.4584-6.2974,15.2016-6.2974,11.1415,2.2373,15.2026,6.2984c2.0516,2.0516,2.0516,5.3788-.001,7.4304l-11.4864,11.4864c-2.0506,2.0526-5.3799,2.0526-7.4304,0-2.0526-2.0516-2.0526-5.3788,0-7.4304l6.829-6.83c-.9986-.2935-2.0444-.4454-3.1138-.4454-2.9352,0-5.6949,1.1433-7.7701,3.2195-2.0772,2.0762-3.2195,4.8359-3.2195,7.7712s1.1423,5.6949,3.2185,7.7701c2.0762,2.0772,4.8359,3.2205,7.7712,3.2205s5.6949-1.1433,7.7701-3.2195l7.4325,7.4304Z"/></svg>
Copied!