Cepher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cepher 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/323562.svg" alt="Cepher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323562.svg" alt="Cepher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323562.svg" alt="Cepher icon" :width="24" :height="24" />
CSS background
.icon-cepher {
background-image: url('https://proicons.com/icon/323562.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M21.2011,34.892V16.4482H6.4848a1.762,1.762,0,0,1-.4841-3.34"/><path class="a" d="M9.3409,16.4482A10.4224,10.4224,0,0,0,5.807,24.0807c0,3.55,4.93,10.8113,4.93,10.8113H4.5"/><path class="a" d="M28.85,13.108a2.1837,2.1837,0,0,0-.956,3.34c.6293.7745,13.5543,14.9011,14.4548,15.7924,1.7985,1.78.8957,2.6514-.4767,2.6514"/><path class="a" d="M26.5261,34.8873c1.84,0,4.1148.1936,4.1148-1.888s-2.7666-2.8393-2.7666-5.03c0-1.4522.3214-3.96,4.2062-6.8862"/><line class="a" x1="35.4045" y1="24.6937" x2="41.194" y2="17.9973"/><path class="a" d="M40.2743,13.108a1.7257,1.7257,0,0,0-.85,2.7871c.5809.6778,2.5845,2.4886,3.6476,3.5886.9561.9893.0134,2.5315.0134,2.5315"/></svg>
Copied!