Symphony Of Eternity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Symphony Of Eternity 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/348129.svg" alt="Symphony Of Eternity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348129.svg" alt="Symphony Of Eternity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348129.svg" alt="Symphony Of Eternity icon" :width="24" :height="24" />
CSS background
.icon-symphony-of-eternity {
background-image: url('https://proicons.com/icon/348129.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m4.974,38.915c.428,2.86,2.924,4.686,6.55,1.177m17.517.626c-4.146-5.118-12.567-13.944-21.331-8.052-2.258,1.518-3.049,4.16-2.736,6.25-.314-4.6,4.143-6.832,7.291-3.774l1.227-2.37c-4.388-2.934-8.625,1.33-8.518,6.143m19.451-7.346c1.327-.952,2.272-2.045,2.128-3.562-.218-2.304-4.298-2.157-3.33.836m8.866-11.643c-1.988-.962-3.444-2.125-3.14-3.747.745-3.987,4.163-2.765,2.716.035m5.676,3.16c1.596-2.078-1.093-4.332-1.999-.58l-5.55,22.982c-.528,2.19-2.202,3.574-4.15,4.146-3.146.54-4.425-1.495-3.71-4.244-2.488-2.089-1.695-3.503-.359-4.555,2.537-1.39,8.696,2.166,14.37,8.272,7.82-9.007,9.343-18.305,4.003-22.1-1.647-1.17-5.22-2.093-7.857-3.369-12.462-5.672-1.975-10.517,3.81-10.255,2.659.12,1.087,1.176.916,1.88-.702,2.9,1.415,3.317,2.737,3.263.152-.825.105-1.598-.045-2.346,3.563-1.357,3.705-4.698,1.053-4.974-4.524-.473-13.007-1.076-17.39,5.483-6.44,9.64,4.313,12.194,8.647,13.749,8.255,2.96,10.345,8.06,6.087,12.91-3.966-2.673-7.726-5.531-13.478-5.342-2.649,1.902-6.822,3.245-6.896,6.287-.114,4.642,4.477,6.407,8.112,5.34"/></svg>
Copied!