Clerotri Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clerotri 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/338353.svg" alt="Clerotri icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338353.svg" alt="Clerotri icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338353.svg" alt="Clerotri icon" :width="24" :height="24" />
CSS background
.icon-clerotri {
background-image: url('https://proicons.com/icon/338353.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="Layer_1" 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="M9.453,20.73c2.057.1425,7.252-2.03,9.624-2.048"/><path class="cls-1" d="M9.523,20.74c1.748,1.094,4.602,5.904,6.51,7.313"/><path class="cls-1" d="M24,10.16c.5,2,4.172,6.27,4.922,8.52"/><path class="cls-1" d="M24.02,10.23c-.5,2-4.193,6.201-4.943,8.451"/><path class="cls-1" d="M38.55,20.73c-1.748,1.094-4.674,5.905-6.582,7.314"/><path class="cls-1" d="M38.49,20.77c-2.057.1425-7.193-2.071-9.565-2.089"/><path class="cls-1" d="M32.99,37.84c-1.58-1.324-7.061-2.62-8.99-4"/><path class="cls-1" d="M32.93,37.79c-.7711-1.912-.2529-7.481-.9687-9.743"/><path class="cls-1" d="M15.01,37.83c.7711-1.912.3102-7.525,1.026-9.786"/><path class="cls-1" d="M15.03,37.77c1.58-1.324,7.037-2.552,8.966-3.932"/><circle class="cls-1" cx="24" cy="25" r="5"/><path class="cls-1" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!