Note To Self Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Note To Self 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/344873.svg" alt="Note To Self icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344873.svg" alt="Note To Self icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344873.svg" alt="Note To Self icon" :width="24" :height="24" />
CSS background
.icon-note-to-self {
background-image: url('https://proicons.com/icon/344873.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m18.1991,17.0654c-1.6777-3.2745-6.3276-3.2643-8.0413-.0086-1.5251,2.8974-2.9701,6.4856-3.8383,10.7254-.7545,3.6849-.9107,7.0676-.7761,9.9786.1306,2.8255,3.7342,3.928,5.4004,1.6424,2.5652-3.5187,5.2997-7.1034,8.214-10.7328,6.0499-7.5346,12.1086-14.3088,17.9893-20.3711,1.8523-1.9095,5.0803-.7026,5.2628,1.9515.2755,4.0058.0006,9.222-1.9909,14.8912-1.7063,4.8572-4.1657,8.6033-6.3848,11.2968-1.5904,1.9303-4.6193,1.6781-5.8239-.5139-1.701-3.0951-3.4004-6.24-5.096-9.4347-1.6805-3.1663-3.3186-6.3085-4.9152-9.4249Z"/></svg>
Copied!