Peachmode Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Peachmode 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/331088.svg" alt="Peachmode icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331088.svg" alt="Peachmode icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331088.svg" alt="Peachmode icon" :width="24" :height="24" />
CSS background
.icon-peachmode {
background-image: url('https://proicons.com/icon/331088.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m30.5912,7.7168c-.9053-7.0763-21.2424-.4377-23.1458,4.6457-3.9136,7.8435-4.0657,19.2301.3793,26.3411-.1442,2.4225,1.2561,1.9073,3.3871,2.2148,8.7372,3.8748,23.115,3.9921,27.8172-5.9212,5.2981-2.6648,4.8308-12.7652,3.8672-17.8141-.3756-7.2485-9.5643-8.7338-13.095-3.6363.2413,1.2982-1.294,5.155-2.6701,4.985-.2331-.5859,1.3944-3.8225.5664-4.7627-.3586-2.3636,3.3897-3.3651,2.8936-6.0525Z"/><path id="d" class="f" d="m32.4138,9.4968c.9094-.9511,5.6226-2.4086,6.1781-4.1579"/><path id="e" class="f" d="m33.6676,8.6269c1.1998-.6083,3.9599-.9476,4.8571.1051"/></svg>
Copied!