Springsecurity Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Springsecurity 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/316133.svg" alt="Springsecurity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316133.svg" alt="Springsecurity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316133.svg" alt="Springsecurity icon" :width="24" :height="24" />
CSS background
.icon-springsecurity {
background-image: url('https://proicons.com/icon/316133.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Spring Security</title><path d="M20.59 2.066 11.993 0 3.41 2.066v6.612h4.557a3.804 3.804 0 0 0 0 .954H3.41v3.106C3.41 19.867 11.994 24 11.994 24s8.582-4.133 8.582-11.258V9.635h-4.545a3.616 3.616 0 0 0 0-.954h4.558zM12 12.262h-.006a3.109 3.109 0 1 1 .006 0zm-.006-4.579a.804.804 0 0 0-.37 1.52v.208l.238.237v.159l.159.159v.159l-.14.14.15.246v.159l-.16.189.223.222.246-.246V9.218a.804.804 0 0 0-.346-1.535zm0 .836a.299.299 0 1 1 .298-.299.299.299 0 0 1-.298.3z"/></svg>
Copied!