Peridot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Peridot 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/345686.svg" alt="Peridot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345686.svg" alt="Peridot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345686.svg" alt="Peridot icon" :width="24" :height="24" />
CSS background
.icon-peridot {
background-image: url('https://proicons.com/icon/345686.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="k" cx="24" cy="24" r="21.5"/><path id="c" class="k" d="m15.4788,4.2607c2.6525,3.984,3.3194,8.6145,3.4584,13.4169,4.7668-.0929,6.82.7162,9.9216,2.961,3.2603-4.3823,7.9779-7.215,12.666-9.0938"/><path id="d" class="k" d="m9.2098,8.3956c.0207,3.4534.5964,6.7861,1.9714,9.945-1.8758-1.386-3.8808-2.6428-6.918-2.8673"/><path id="e" class="k" d="m3.4158,17.792c1.1864,4.7401,3.7094,4.8023,5.8871,6.0728-3.7003,5.651.9866,12.0222.0411,15.8658"/><path id="f" class="k" d="m44.1869,16.6013c-2.8495,3.8904-6.0564,7.3935-10.312,9.7605,3.6932-.3333,8.4703,1.8182,8.15,2.7179-1.5976,4.4211-6.6782,3.3198-9.7631,2.7621l-.5745,3.4471c-.4944,1.4559.0357,2.3185.6408,3.1378l3.2851,3.6669"/><ellipse id="g" class="k" cx="20.4876" cy="29.3475" rx="7.5484" ry="10.1264" transform="translate(-12.8 42.4988) rotate(-76.639)"/><ellipse id="h" class="k" cx="14.4294" cy="25.5111" rx="1.7634" ry="1.0961" transform="translate(-14.8132 23.5385) rotate(-56.6478)"/><ellipse id="i" class="k" cx="27.4335" cy="29.6723" rx="1.8421" ry=".9956" transform="translate(-9.1678 46.8008) rotate(-72.3235)"/><path id="j" class="k" d="m23.4062,11.9688c1.1924-.5433,2.6428-.4735,3.4375-2.4688s.7242-4.4452-2.8438-2.1875c-.6865-1.0516-1.5088-3.2782-2.8438-.9062-1.335,2.372.9305,3.9425,2.25,5.5625Z"/></svg>
Copied!