Classical Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Classical 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/323776.svg" alt="Classical icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323776.svg" alt="Classical icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323776.svg" alt="Classical icon" :width="24" :height="24" />
CSS background
.icon-classical {
background-image: url('https://proicons.com/icon/323776.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m25.2171,27.5905c1.7714,5.5508,3.4861,10.8226,3.4861,12.2461,0,2.0208-.9068,4.6633-4.5079,4.6633s-4.997-2.3898-4.997-4.0781c0-1.1917.09-2.7845,2.2144-2.7845,1.2059,0,2.2364.6358,2.2364,2.3134,0,2.2364-3.5409,1.6003-1.6376,4.1302"/><path class="b" d="m22.8442,19.841c.2473.8526.5566,1.8832.8312,2.7808"/><path class="b" d="m27.5215,34.918s2.8806-.4159,2.8806-4.2637-4.7029-4.9989-8.2548-.6906c-2.335-5.558,2.4995-8.9455,5.4922-8.9455s6.5118,1.7759,6.5118,6.6104-5.0976,7.6299-9.2086,7.6299-6.8406-3.4203-6.8406-8.0794c0-7.3011,10.546-7.323,10.546-18.5267,0-1.4142.0219-5.1524-.8551-5.1524-3.0666,0-6.6652,3.4422-6.6652,8.4741,0,.7397.1637,1.7985.443,3.0762"/><path class="b" d="m24.9428,35.2586c-3.815,0-11.0941-1.0195-11.0941-9.5265,0-10.3487,14.7995-11.9059,14.7995-17.0797,0-.9209-.888-1.5128-1.7102-1.5128s-5.8102.5372-5.8102,4.8345"/></svg>
Copied!