Securego Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Securego 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/347098.svg" alt="Securego icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347098.svg" alt="Securego icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347098.svg" alt="Securego icon" :width="24" :height="24" />
CSS background
.icon-securego {
background-image: url('https://proicons.com/icon/347098.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="f" cx="24" cy="24" r="21.5"/><path id="c" class="f" d="m24,39.7564c1.4852,0,13.4022-4.9957,13.4022-11.9385v-13.953l-13.4022-3.5908-13.4022,3.5908v13.953c0,6.9428,11.917,11.9385,13.4022,11.9385Z"/><path id="d" class="f" d="m16.0439,21.5947h16.0784v9.2877c-.0191.4998-.4555.8326-1.0816.8326h-13.8223c-.7341,0-1.3409-.537-1.3409-1.0322l.1663-9.0879h0Z"/><path id="e" class="f" d="m16.1153,24.6321h15.8051"/></svg>
Copied!