Eset Security Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eset 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/340074.svg" alt="Eset Security icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340074.svg" alt="Eset Security icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340074.svg" alt="Eset Security icon" :width="24" :height="24" />
CSS background
.icon-eset-security {
background-image: url('https://proicons.com/icon/340074.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,43.5c1.595,0,14.6992-12.3739,15.0935-20.26l-1.4182-2.026,1.52-2.026V7.22L26.026,4.5,24,5.2091,21.974,4.5,8.8052,8.1062V19.2491l1.52,1.9652L8.9065,23.24C9.3859,32.54,22.4181,43.5,24,43.5Z"/><path class="a" d="M21.974,4.5v8.1039l-9.1169,6.5844H8.8052"/><path class="a" d="M26.026,4.5v8.1039l9.1169,6.5844h4.0519"/><path class="a" d="M39.0935,23.24l-4.761.06L24,15.44l-10.3325,7.8H8.9065"/><path class="a" d="M24,15.44V43.5"/></svg>
Copied!