Continuous Security Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Continuous 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/319801.svg" alt="Continuous Security icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319801.svg" alt="Continuous Security icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319801.svg" alt="Continuous Security icon" :width="24" :height="24" />
CSS background
.icon-continuous-security {
background-image: url('https://proicons.com/icon/319801.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="continuous--security_1_" d="M10.64,18c0,2.955,2.404,5.36,5.36,5.36c2.955,0,5.36-2.405,5.36-5.36v-6.723L16,8.598 l-5.36,2.68C10.64,11.278,10.64,18,10.64,18z M11.36,11.723L16,9.402l4.64,2.32V18c0,2.559-2.081,4.64-4.64,4.64 s-4.64-2.081-4.64-4.64C11.36,18,11.36,11.723,11.36,11.723z M28.36,16c0,6.815-5.545,12.36-12.36,12.36S3.64,22.815,3.64,16 c0-6.536,5.103-11.889,11.533-12.318l-1.427-1.428l0.509-0.509L16.509,4l-2.255,2.254l-0.509-0.509l1.339-1.339 C9.094,4.876,4.36,9.891,4.36,16c0,6.418,5.222,11.64,11.64,11.64S27.64,22.418,27.64,16c0-5.315-3.59-9.951-8.729-11.273 l0.18-0.697C24.548,5.434,28.36,10.356,28.36,16z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!