Justnotes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Justnotes 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/342324.svg" alt="Justnotes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342324.svg" alt="Justnotes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342324.svg" alt="Justnotes icon" :width="24" :height="24" />
CSS background
.icon-justnotes {
background-image: url('https://proicons.com/icon/342324.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m13.2468,40.5886l-7.7093-.0375-.0375-7.7093L30.3178,8.0239c.8167-.8167,2.1407-.8167,2.9574,0l4.7894,4.7894c.8167.8167.8167,2.1407,0,2.9574l-24.8178,24.8178Z"/><line class="b" x1="25.3073" y1="13.0345" x2="33.0541" y2="20.7813"/><line class="b" x1="24.8216" y1="21.2669" x2="10.0861" y2="36.0025"/><polygon class="b" points="42.5 32.4664 30.5057 32.4664 22.0886 40.5511 42.5 40.5511 42.5 32.4664"/></svg>
Copied!