Ebase Secure Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ebase Secure 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/339483.svg" alt="Ebase Secure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339483.svg" alt="Ebase Secure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339483.svg" alt="Ebase Secure icon" :width="24" :height="24" />
CSS background
.icon-ebase-secure {
background-image: url('https://proicons.com/icon/339483.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><rect id="d" class="e" x="32.4227" y="10.4465" width="8.9477" height="6.5857"/></g><path class="e" d="m27.2199,36.1484c-1.1107,3.2416-4.4029,5.7568-7.9755,6.2526-5.6141.7791-10.8376-3.1272-11.6082-8.6803l-.9108-6.5629c-.7706-5.5531,3.1922-10.7343,8.8059-11.5133s10.8376,3.1272,11.6082,8.6803l.4904,3.5339-20.4141,2.833"/><path class="e" d="m33.9756,10.4465v-2.0256c0-1.6132,1.3078-2.9209,2.9209-2.9209s2.9209,1.3078,2.9209,2.9209v2.0256"/></svg>
Copied!