Notecryptpro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notecryptpro 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/344876.svg" alt="Notecryptpro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344876.svg" alt="Notecryptpro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344876.svg" alt="Notecryptpro icon" :width="24" :height="24" />
CSS background
.icon-notecryptpro {
background-image: url('https://proicons.com/icon/344876.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="M39.5,15.5h-9a2,2,0,0,1-2-2v-9h-18a2,2,0,0,0-2,2v35a2,2,0,0,0,2,2h27a2,2,0,0,0,2-2Z"/><line class="a" x1="28.5" y1="4.5" x2="39.5" y2="15.5"/><rect class="a" x="15.02" y="27.28" width="17.96" height="12.57" rx="1.09"/><path class="a" d="M24,31.11a1.42,1.42,0,0,1,1.42,1.43,1.39,1.39,0,0,1-.55,1.12L25.54,36H22.46l.67-2.35a1.39,1.39,0,0,1-.55-1.12A1.42,1.42,0,0,1,24,31.11Z"/><path class="a" d="M18.06,27.28V24.79a5.94,5.94,0,1,1,11.88,0v2.49"/></svg>
Copied!