Pleco Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pleco 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/331380.svg" alt="Pleco icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331380.svg" alt="Pleco icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331380.svg" alt="Pleco icon" :width="24" :height="24" />
CSS background
.icon-pleco {
background-image: url('https://proicons.com/icon/331380.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="m" d="M12.0728,20.3405c6.6119-4.3416,11.0124-8.5489,12.7076-12.5921"/><path id="d" class="m" d="M20.3327,13.8712l10.7437-1.6173-9.0108,9.2419-7.1625.5199,3.3502,11.4946,13.0542-1.7329,2.7148-11.8989-9.2996,1.213-.6931,11.5523"/><path id="e" class="m" d="M19.8706,27.0986l9.0108-1.3863"/><path id="f" class="m" d="M11.2641,35.1275l-3.5292,6.8229"/><path id="g" class="m" d="M16.5205,36.5716l3.5812,3.9856"/><path id="h" class="m" d="M25.0114,36.2828l3.5812,4.3321"/><path id="i" class="m" d="M33.9645,35.4163l6.3016,6.4674"/><path id="j" class="m" d="M24.7226,21.0914l-2.657.4043"/></g><g id="k"><path id="l" class="m" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></g></svg>
Copied!