Bluesecur Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bluesecur 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/337340.svg" alt="Bluesecur icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337340.svg" alt="Bluesecur icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337340.svg" alt="Bluesecur icon" :width="24" :height="24" />
CSS background
.icon-bluesecur {
background-image: url('https://proicons.com/icon/337340.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.e{fill:#fff;stroke-width:0px;}</style></defs><path class="d" d="M23.0717,8.9424h1.8609c2.9076,0,5.1174,2.9076,5.1174,6.6293v4.7685c0,3.6054-2.3261,6.6293-5.1174,6.6293h-1.8609c-2.9076,0-5.1174-2.9076-5.1174-6.6293v-4.7685c-.1163-3.7217,2.2098-6.6293,5.1174-6.6293Z"/><path class="d" d="M20.2804,14.525l6.9783,6.7456-3.1402,3.0239v-12.3283l3.0239,2.9076-6.862,6.9783"/><path class="d" d="M5.5,34.1266v4.9309"/><path class="d" d="M8.7667,34.1266v4.9309"/><path class="d" d="M5.5,36.5306h3.2667"/><path class="d" d="M16.2746,39.0572v-4.9309h1.6025c.9245,0,1.6642.7396,1.6642,1.6642s-.7396,1.6642-1.6642,1.6642h-1.6025"/><path class="d" d="M17.9369,37.4535l1.5426,1.5426"/><path class="d" d="M21.4572,38.9959v-4.8693l2.4655,4.9309,2.4655-4.9309v4.9309"/><path class="d" d="M31.2018,37.3936h-2.2189"/><path class="d" d="M28.4282,39.0572l1.6642-4.9309,1.6642,4.9309"/><path class="d" d="M39.2333,39.0572v-4.9309l3.2667,4.9309v-4.9309"/><path class="d" d="M33.846,39.0572v-4.9309l3.2667,4.9309v-4.9309"/><path class="d" d="M12.4897,39.0572c-.9245,0-1.6025-.7396-1.6025-1.6025v-1.6642c0-.9245.7396-1.6642,1.6025-1.6642.9245,0,1.6642.7396,1.6642,1.6642v1.6025c0,.9245-.7396,1.6642-1.6642,1.6642Z"/><circle id="b" class="e" cx="10.1937" cy="33.0148" r=".75"/><circle id="c" class="e" cx="14.7887" cy="33.0148" r=".75"/></svg>
Copied!