Firefoxnotes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Firefoxnotes 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/325893.svg" alt="Firefoxnotes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325893.svg" alt="Firefoxnotes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325893.svg" alt="Firefoxnotes icon" :width="24" :height="24" />
CSS background
.icon-firefoxnotes {
background-image: url('https://proicons.com/icon/325893.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="M15.64,4.51a2.6,2.6,0,0,0-2.78,2.78H10.08a2.59,2.59,0,0,0-2.79,2.79V40.71a2.59,2.59,0,0,0,2.79,2.78H37.92a2.59,2.59,0,0,0,2.79-2.78V10.08a2.59,2.59,0,0,0-2.79-2.79H35.14c0-3.71-5.57-3.71-5.57,0H18.43a2.6,2.6,0,0,0-2.79-2.78Z"/><line class="a" x1="12.85" y1="14.05" x2="35.15" y2="14.05"/><line class="a" x1="12.85" y1="21.54" x2="35.15" y2="21.54"/><line class="a" x1="12.85" y1="29.03" x2="35.15" y2="29.03"/><line class="a" x1="12.85" y1="36.53" x2="35.15" y2="36.53"/></svg>
Copied!