Safe Notes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Safe 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/332319.svg" alt="Safe Notes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332319.svg" alt="Safe Notes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332319.svg" alt="Safe Notes icon" :width="24" :height="24" />
CSS background
.icon-safe-notes {
background-image: url('https://proicons.com/icon/332319.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="c" d="m39.5,15.5h-9c-1.1046,0-2-.8954-2-2V4.5H10.5c-1.1046,0-2,.8954-2,2v35c0,1.1046.8954,2,2,2h27c1.1046,0,2-.8954,2-2V15.5Z"/><line class="c" x1="28.5" y1="4.5" x2="39.5" y2="15.5"/></g><g><path class="c" d="m17.6122,23.8036h12.7756c.4845,0,.8773.3928.8773.8773v9.4418c0,.4845-.3928.8773-.8773.8773h-12.7756c-.4845,0-.8774-.3928-.8774-.8774v-9.4418c0-.4845.3928-.8773.8773-.8773h0Z"/><path class="c" d="m19.1915,23.8036v-2.0139c.0082-2.6534,2.1659-4.7978,4.8193-4.7896,2.6419.0082,4.7815,2.1478,4.7896,4.7896v2.0139"/><circle class="c" cx="23.9959" cy="29.4018" r="1.8633"/></g></svg>
Copied!