Infosec Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infosec 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/341988.svg" alt="Infosec icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341988.svg" alt="Infosec icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341988.svg" alt="Infosec icon" :width="24" :height="24" />
CSS background
.icon-infosec {
background-image: url('https://proicons.com/icon/341988.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="e" d="m5.9108,12.0611c3.5,14.3631,9.9197,27.6488,15.494,30.9181,1.3082.7672,3.957.666,5.2273-.1672,7.0081-4.5966,13.5553-24.8683,15.4313-31.0992.3032-1.0071-.1912-2.2773-1.1241-2.7628-4.8517-2.5253-19.5773-8.7128-33.8764.2031-.8924.5564-1.4011,1.886-1.152,2.908Z"/><path id="d" class="e" d="m16.5706,19.656h15.1904c1.0395,0,1.8822.8427,1.8822,1.8822h0c0,1.0395-.8427,1.8822-1.8822,1.8822h-15.1904c-1.0395,0-1.8822-.8427-1.8822-1.8822h0c0-1.0395.8427-1.8822,1.8822-1.8822Z"/></g></svg>
Copied!