Efaas Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Efaas 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/324985.svg" alt="Efaas icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324985.svg" alt="Efaas icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324985.svg" alt="Efaas icon" :width="24" :height="24" />
CSS background
.icon-efaas {
background-image: url('https://proicons.com/icon/324985.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>.i{fill:#000;}.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="d" class="i" cx="41.757" cy="6.443" r=".75"/><circle id="e" class="i" cx="23.3793" cy="24.413" r=".75"/><path id="f" class="j" d="M40.3712,31.4166c-3.5149,8.5344-12.8108,13.1384-21.7263,10.7606-8.9155-2.3778-14.6864-11.0002-13.4878-20.1523,1.1986-9.1521,8.9951-15.9963,18.222-15.9963"/><path id="g" class="j" d="M32.7377,6.006v18.4071c0,3.7869-2.2803,7.2009-5.7776,8.65-3.4973,1.4492-7.5229.6481-10.1996-2.0296-2.6767-2.6777-3.4775-6.7048-2.0288-10.2034,1.4486-3.4986,4.8614-5.7798,8.6468-5.7798"/><path id="h" class="j" d="M41.757,24.6482v-11.3407"/></svg>
Copied!