Certilia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Certilia 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/323566.svg" alt="Certilia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323566.svg" alt="Certilia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323566.svg" alt="Certilia icon" :width="24" :height="24" />
CSS background
.icon-certilia {
background-image: url('https://proicons.com/icon/323566.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m9.3834,24c0-11.7867,12.5565-19.5,21.7048-19.5,2.3948,0,4.974.5695,7.5285,1.4576l-5.3759,9.0061c-6.0989-.1794-19.5522-1.4797-23.8573,9.0363Z"/><path class="c" d="m9.3834,24c0,11.7867,12.5565,19.5,21.7048,19.5,2.3948,0,4.974-.5695,7.5285-1.4576,0,0-15.4211-3.9388-19.9055-18.0424h-9.3277Z"/><polyline class="c" points="24 14.985 18.7111 24 9.3834 24"/></svg>
Copied!