Old Cell Phone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Old Cell Phone 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/330574.svg" alt="Old Cell Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330574.svg" alt="Old Cell Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330574.svg" alt="Old Cell Phone icon" :width="24" :height="24" />
CSS background
.icon-old-cell-phone {
background-image: url('https://proicons.com/icon/330574.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="m" x="16.6313" y="6.8274" width="14.9432" height="36.2446" transform="translate(-6.598 8.7974) rotate(-18.2394)"/><path id="c" class="m" d="M30.5681,21.5103l-13.6109,4.6372"/><path id="d" class="m" d="M32.6552,27.1709l-14.1109,4.707"/><path id="e" class="m" d="M27.3898,25.8608l4.2353-1.4608"/><path id="f" class="m" d="M17.7215,29.0386l4.1932-1.3514"/><path id="g" class="m" d="M19.7398,35.0613l13.6814-4.7781"/><path id="h" class="m" d="M34.4933,33.2003l-13.754,4.9792"/><path id="i" class="m" d="M35.6236,36.403l-13.9825,4.7849"/><path id="j" class="m" d="M21.0125,24.7547l6.1428,18.2506"/><path id="k" class="m" d="M26.1074,23.0183l6.0465,18.0548"/><path id="l" class="m" d="M11.1289,3.5l2.0116,5.9093"/></svg>
Copied!