Cythara Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cythara 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/338778.svg" alt="Cythara icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338778.svg" alt="Cythara icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338778.svg" alt="Cythara icon" :width="24" :height="24" />
CSS background
.icon-cythara {
background-image: url('https://proicons.com/icon/338778.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M26.6,4.51a.83.83,0,0,1,.32,0c.5.16,11.13,10.09,10.89,10.18-.05,0-1.91-.69-4.13-1.58s-4.49-1.79-5-2l-1-.35,0,10.39c0,10.31,0,10.4-.35,11a4.53,4.53,0,0,1-3.86,2.38,5.42,5.42,0,0,1-1.56-.15,4.35,4.35,0,0,1-3-2.84c-.88-3,2.41-5.81,5.68-4.77a10.63,10.63,0,0,0,1.06.31c.06,0,.13-5,.15-11.13l0-11.13.4-.2a1.66,1.66,0,0,1,.38-.11Z"/><path class="cls-1" d="M14.09,28A11.55,11.55,0,0,0,25.64,39.59"/><path class="cls-1" d="M10.18,28A15.46,15.46,0,0,0,25.64,43.5"/></svg>
Copied!