Blitznote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blitznote 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/337290.svg" alt="Blitznote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337290.svg" alt="Blitznote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337290.svg" alt="Blitznote icon" :width="24" :height="24" />
CSS background
.icon-blitznote {
background-image: url('https://proicons.com/icon/337290.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="M10.5,4.5c-1.1046,0-2,.8954-2,2v35c0,1.1046.8954,2,2,2h27c1.1046,0,2-.8954,2-2V15.5h-9c-.113-.0125-.2247-.0345-.334-.066l-4.086,7.054,3.4.033-12.117,18.487,4.471-14.281-3.582.011,5.312-14.96h4.936v-7.278H10.5ZM28.5,11.777v1.723c.0183.9613.718,1.7736,1.666,1.934"/><path id="d" class="e" d="M28.5,4.5l11,11"/></g></svg>
Copied!