South Park Phone Destroyer Alt 3 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The South Park Phone Destroyer Alt 3 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/333126.svg" alt="South Park Phone Destroyer Alt 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333126.svg" alt="South Park Phone Destroyer Alt 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333126.svg" alt="South Park Phone Destroyer Alt 3 icon" :width="24" :height="24" />
CSS background
.icon-south-park-phone-destroyer-alt-3 {
background-image: url('https://proicons.com/icon/333126.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><circle class="e" cx="24" cy="24" r="21.4978"/><ellipse class="e" cx="23.9822" cy="24.4195" rx="13.9004" ry="11.9752" transform="translate(-2.7972 3.1047) rotate(-7)"/><path class="e" d="M21.9357,12.6144c-10.4483,8.9847-9.1627,16.7085,3.9491,23.4785,10.3688-10.0471,9.0827-17.7744-3.9502-23.4878"/><path class="e" d="M16.7058,18.427c3.7031-.805,6.2305.5143,6.9998,4.3638.6284,3.152-1.0427,5.9568-5.5322,7.9455"/><path class="e" d="M31.5919,28.7524c-4.1664-.0249-7.5552-2.2196-7.9739-6.6203-.3537-3.7167,1.5158-5.6392,4.8652-5.7459"/><path class="e" d="M27.4328,35.9342c-.2732.8387-.4497,1.8784-.4794,2.76-.045,1.0162-.1632,2.0277-.3538,3.0269"/><path class="e" d="M28.1912,35.7238c.46.3861.6709.7854.7843,1.3293.259,1.2487.4364,2.5038.5322,3.7654.2785.6743.5954,1.1932.9509,1.5566"/><circle class="d" cx="20.5839" cy="24.7347" r=".75"/><circle class="d" cx="26.9584" cy="23.1575" r=".75"/></svg>
Copied!