Divineko Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Divineko 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/339156.svg" alt="Divineko icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339156.svg" alt="Divineko icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339156.svg" alt="Divineko icon" :width="24" :height="24" />
CSS background
.icon-divineko {
background-image: url('https://proicons.com/icon/339156.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="M35.0014,42.3002l-22.5608.2046c-2.2627.0205-3.9464-3.2718-2.3987-8.4921,2.1887-7.3825,1.8464-15.0979-.5555-23.7368,1.6663-1.7857,7.8122,10.4541,4.6965,22.2789-.6511,2.4711-1.0054,8.339,1.7927,7.1876-.3218-8.2157,1.3815-14.7132,6.4387-18.3653-.0588-5.0427-2.1792-9.9783.101-15.1425,1.017-1.533,2.1474-.5437,4.6712,2.1997,1.6162,1.7568,5.146.6215,5.8125,0,2.0094-1.8738,3.2436-4.7893,4.8177-1.3301.61,4.4974,1.3051,9.305,0,12.0475-1.6874,3.5458.1769,9.8553.202,12.9683.0296,3.6721-.6594,10.1588-3.0174,10.1802Z"/><path id="d" class="f" d="M28.3986,13.3198c.1399,2.7197,3.3483,2.2161,3.434.1279"/><path id="e" class="f" d="M33.4991,13.3838c.4261,2.5987,3.0085,1.5587,3.0047,0"/></svg>
Copied!