Clientis Secure Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clientis 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/323807.svg" alt="Clientis Secure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323807.svg" alt="Clientis Secure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323807.svg" alt="Clientis Secure icon" :width="24" :height="24" />
CSS background
.icon-clientis-secure {
background-image: url('https://proicons.com/icon/323807.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.3312,4.5C19.4278,9.6888,32.2325,21.4893,41.69,24"/><path class="a" d="M11.332,7.8963c2.9189,4.8912,14.4643,15.6574,23.7,18.9793"/><path class="a" d="M6.31,10.7419c2.96,4.9594,14.788,15.9587,24.0855,19.1139"/><path class="a" d="M16.3312,43.5C19.4278,38.3112,32.2325,26.5107,41.69,24"/><path class="a" d="M11.332,40.1037c2.9189-4.8912,14.4643-15.6573,23.7-18.9793"/><path class="a" d="M6.31,37.2581C9.27,32.2987,21.0985,21.2993,30.396,18.1442"/></svg>
Copied!