Symfonium Legacy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Symfonium Legacy 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/333566.svg" alt="Symfonium Legacy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333566.svg" alt="Symfonium Legacy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333566.svg" alt="Symfonium Legacy icon" :width="24" :height="24" />
CSS background
.icon-symfonium-legacy {
background-image: url('https://proicons.com/icon/333566.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="g" d="m13.6164,19.6371c-1.0219-1.5408-1.6172-3.3891-1.6172-5.3765h0c0-5.3906,4.3699-9.7605,9.7605-9.7605h5.7423c4.172,0,7.1708,1.1597,9.5624,4.2732"/><path id="e" class="g" d="m12.7715,39.2268c2.3915,3.1135,5.3904,4.2732,9.5623,4.2732h5.7739c5.3732,0,9.729-4.3558,9.729-9.729v-.0419c0-2.0376-.6264-3.9289-1.6971-5.4918"/><path id="f" class="g" d="m6.7304,22.8202h3.3541l2.0153,3.4906,1.8978-4.8482,2.6354,6.3089,1.7569-7.1874,4.0728,8.0658,2.9548-15.7323,3.7534,22.4405,3.0347-16.4511,2.3958,8.0658,1.9166-6.7082,1.5149,2.6059h3.2367"/></g></svg>
Copied!