Symfonium Note Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Symfonium Note 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/348126.svg" alt="Symfonium Note icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348126.svg" alt="Symfonium Note icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348126.svg" alt="Symfonium Note icon" :width="24" :height="24" />
CSS background
.icon-symfonium-note {
background-image: url('https://proicons.com/icon/348126.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="h" d="m26.3045,35.525c.0003.0273.0004.0546.0004.0819h0c0,4.3593-3.5339,7.8932-7.8932,7.8932s-7.8932-3.5339-7.8932-7.8932,3.5339-7.8932,7.8932-7.8932h0c1.6921,0,3.3394.5438,4.6989,1.5511"/><path id="e" class="h" d="m34.3249,4.5163h-9.0449c-1.125,0-2.0375.912-2.0369,2.0369l.0113,22.8016"/><path id="f" class="h" d="m34.4407,10.9089h-6.0989c-1.125,0-2.0369.912-2.0369,2.0369v22.6789"/><path id="g" class="h" d="m34.2464,4.5001c.0093,0,.0186-.0001.028-.0001,1.7712,0,3.207,1.4358,3.207,3.207h0c0,1.7712-1.4358,3.207-3.207,3.207-.0093,0-.0186,0-.028-.0001"/></g></svg>
Copied!