Secretcodes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Secretcodes 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/347088.svg" alt="Secretcodes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347088.svg" alt="Secretcodes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347088.svg" alt="Secretcodes icon" :width="24" :height="24" />
CSS background
.icon-secretcodes {
background-image: url('https://proicons.com/icon/347088.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M22.7966,26.3062l3.5555-3.5555"/><path class="a" d="M42.55,39.0406,24.9023,21.2927l3.9106-.8022-5.0136-5.0136L25.905,8.7588l-6.9187,1.9051L14.2736,5.55,12.6692,12.168,5.55,13.6721l5.2141,5.0135L8.4579,25.504l7.0189-2.0054,4.813,5.2141,1.103-3.81L38.94,42.45C40.344,42.65,42.35,40.2439,42.55,39.0406Z"/><path class="a" d="M21.3928,24.9024l-5.3144-5.0135a4.5925,4.5925,0,0,1,3.71-3.71l5.1138,5.1138"/></svg>
Copied!