Fossify Notes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fossify 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/326192.svg" alt="Fossify Notes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326192.svg" alt="Fossify Notes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326192.svg" alt="Fossify Notes icon" :width="24" :height="24" />
CSS background
.icon-fossify-notes {
background-image: url('https://proicons.com/icon/326192.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="i" d="M5.49793386,7.58735493l19.72209167.00000381"/><path id="d" class="i" d="M5.49793386,16.26147964l19.72208786.00000191"/><path id="e" class="i" d="M5.49793291,24.93560532h10.79704571"/></g><g id="f"><path id="g" class="i" d="M22.49872351,38.03211716l.21119499-4.811409,11.85944176-11.86289024c1.27386856-1.27424049,3.32493973-1.27424049,4.5988121,0l2.37849045,2.37918282c1.27387238,1.27424049,1.27387238,3.32590866,0,4.60014915l-11.85943985,11.86289024-4.810009.21125793c-1.12015343.04919815-2.42767143-1.25870132-2.37849045-2.37918091Z"/><path id="h" class="i" d="M33.27413702,29.63275078l-6.60961342,6.61153603"/></g></svg>
Copied!