Ssl Security Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ssl 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/306571.svg" alt="Ssl Security icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306571.svg" alt="Ssl Security icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306571.svg" alt="Ssl Security icon" :width="24" :height="24" />
CSS background
.icon-ssl-security {
background-image: url('https://proicons.com/icon/306571.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M822 677V447h-57V328c0-147-119-266-265-266S235 181 235 328v120h-57v257c14-15 29-30 44-45h59L178 764v60c55-54 110-109 164-164h60l-17 17c-64 64-128 128-192 193h-15v67h644v-81l-14 14h-59c0-1 1-2 1-3 11-10 21-20 32-31l40-40v-60l-74 74-59 60h-60l149-149 44-44zM335 448V328c0-91 74-165 165-165s165 74 165 165v120H335zm-22 422h-59c49-50 99-100 149-149l61-61h59L373 810l-60 60zm60 0c1-1 1-2 2-2l31-32 176-176h60l-17 17c-64 64-128 128-192 193h-60zm388-193c-64 64-128 128-192 193h-60c0-1 1-2 2-2 10-11 20-21 31-32l176-176h60c-6 6-12 11-17 17z"/></svg>
Copied!