South Park Phone Destroyer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The South Park Phone Destroyer icon is commonly used in contact pages, call-to-action sections and support widgets. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/333123.svg" alt="South Park Phone Destroyer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333123.svg" alt="South Park Phone Destroyer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333123.svg" alt="South Park Phone Destroyer icon" :width="24" :height="24" />
CSS background
.icon-south-park-phone-destroyer {
background-image: url('https://proicons.com/icon/333123.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>.d{fill:#000;}.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="e" cx="24" cy="25.3707" rx="21.0528" ry="17.0133" transform="translate(-2.913 3.114) rotate(-7)"/><ellipse class="e" cx="30.7042" cy="24.9364" rx="4.433" ry="5.6237" transform="translate(-8.7281 28.0455) rotate(-43.59)"/><path class="e" d="M23.6956,33.9278l5.8406-.4258-1.1948,3.6025-2.9688-.0353-3.0071-1.9778,1.33-1.1635ZM3,26.3135c12.7819-8.8188,26.3194-11.2754,40.6748-7.7449M15.086,10.2974l.4006-1.8695c1.0414-.331,1.8712-.8793,2.4894-1.6448.9485-.5241,2.0357-.7151,3.2614-.5732.2476.0283.3872-.1779.4188-.6186,1.0663-.1601,2.108.1093,3.1252.8083,1.4763-.3037,2.3936.7171,2.6469,1.9936"/><ellipse class="e" cx="19.6244" cy="26.4476" rx="5.6237" ry="4.433" transform="translate(-11.6276 36.8352) rotate(-71.81)"/><circle class="d" cx="28.8528" cy="25.1408" r=".7568"/><circle class="d" cx="20.7699" cy="25.9991" r=".75"/></svg>
Copied!