Eufy Security Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eufy Security 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/340118.svg" alt="Eufy Security icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340118.svg" alt="Eufy Security icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340118.svg" alt="Eufy Security icon" :width="24" :height="24" />
CSS background
.icon-eufy-security {
background-image: url('https://proicons.com/icon/340118.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,24l5.3033-5.3033A7.5,7.5,0,1,0,31.5,24"/><path class="a" d="M24,43.5c9.0432-3.1174,15.4885-10.3631,16.5-19.5889a79.3624,79.3624,0,0,0-.0714-12.0267,2.5414,2.5414,0,0,0-2.4677-2.3663c-4.0911-.126-8.8455-.8077-12.52-4.4273a2.0516,2.0516,0,0,0-2.881,0C18.885,8.71,14.1306,9.3921,10.04,9.5181a2.5414,2.5414,0,0,0-2.4677,2.3663A79.3624,79.3624,0,0,0,7.5,23.9111C8.5115,33.1369,14.9568,40.3826,24,43.5Z"/></svg>
Copied!