Symphony Alt 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Symphony Alt 1 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/333569.svg" alt="Symphony Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333569.svg" alt="Symphony Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333569.svg" alt="Symphony Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-symphony-alt-1 {
background-image: url('https://proicons.com/icon/333569.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>.o{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><circle id="c" class="o" cx="24" cy="24" r="21.5"/><circle id="d" class="o" cx="23.795" cy="23.729" r="5.09"/><g id="e"><path id="f" class="o" d="M11.135,21.008c1.1833-4.9362,5.1143-8.7429,10.086-9.767"/><path id="g" class="o" d="M7.152,19.911c1.4781-6.1252,6.2014-10.9434,12.296-12.543"/></g><g id="h"><path id="i" class="o" d="M36.828,27.286c-1.1835,4.9365-5.115,8.7432-10.087,9.767"/><path id="j" class="o" d="M40.81,28.383c-1.4778,6.1256-6.2011,10.9442-12.296,12.544"/></g><ellipse id="k" class="o" cx="8.931" cy="42.848" rx="3.338" ry="2.115"/><path id="l" class="o" d="M12.261,42.765v-14.112"/><path id="m" class="o" d="M16.26,31.934c-1.9489.2285-3.7141-1.1661-3.9426-3.115-.0035-.0299-.0066-.0599-.0094-.09"/><path id="n" class="o" d="M41.245,11.17h-8.725l-2.512,2.512"/></g></svg>
Copied!