Samsung Secure Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung 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/332384.svg" alt="Samsung Secure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332384.svg" alt="Samsung Secure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332384.svg" alt="Samsung Secure icon" :width="24" :height="24" />
CSS background
.icon-samsung-secure {
background-image: url('https://proicons.com/icon/332384.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="M14.1338,36V20.11H33.8661"/><path class="a" d="M19.2786,36H33.8662V25.45"/><path class="a" d="M19.246,26.606l4.1353,4.1353,5.3727-5.3727"/><path class="a" d="M19.8209,16.0865a4.0865,4.0865,0,1,1,8.173,0"/><path class="a" d="M27.9939,16.0865V20.11"/><path class="a" d="M19.8218,16.0022V20.11"/><path class="a" d="M30.2877,44.566a21.516,21.516,0,1,1,9.69-6.18"/></svg>
Copied!