My Notes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Notes 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/329764.svg" alt="My Notes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329764.svg" alt="My Notes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329764.svg" alt="My Notes icon" :width="24" :height="24" />
CSS background
.icon-my-notes {
background-image: url('https://proicons.com/icon/329764.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M39.4882,23.4205A10.2829,10.2829,0,0,0,24.946,8.8783"/><path class="a" d="M24.426,35.8177a5.127,5.127,0,0,1,1.077,1.588L39.4882,23.4205,24.946,8.8782,10.8306,22.9937a5.0424,5.0424,0,0,1,2.0253,1.2538c1.5975,1.5976,1.9177,3.8675.715,5.07,1.2027-1.2026,3.4726-.8825,5.07.715s1.9177,3.8674.7151,5.07C20.5586,33.9,22.8285,34.22,24.426,35.8177Z"/><polyline class="a" points="10.831 22.994 5.5 42.134 25.503 37.406"/><path class="a" d="M12.409,40.2115a7.182,7.182,0,0,0-4.7251-4.909"/></svg>
Copied!