Secure Tan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Secure Tan 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/347095.svg" alt="Secure Tan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347095.svg" alt="Secure Tan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347095.svg" alt="Secure Tan icon" :width="24" :height="24" />
CSS background
.icon-secure-tan {
background-image: url('https://proicons.com/icon/347095.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><path id="b" class="f" d="m10.1598,19.2411h27.6806c1.0498,0,1.9008.851,1.9008,1.9008v20.4572c0,1.0498-.851,1.9008-1.9008,1.9008H10.1598c-1.0499,0-1.9009-.8511-1.9009-1.9009v-20.4571c0-1.0498.851-1.9008,1.9008-1.9008h0Z"/><path id="c" class="f" d="m13.5816,19.2411v-4.3635c.0177-5.7491,4.6927-10.3953,10.4418-10.3775,5.724.0177,10.3599,4.6535,10.3775,10.3775v4.3635"/><circle id="d" class="f" cx="23.991" cy="27.3673" r="4.0372"/><path id="e" class="f" d="m24,31.9177v3.6753"/></svg>
Copied!