Phone Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Phone Manager 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/331186.svg" alt="Phone Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331186.svg" alt="Phone Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331186.svg" alt="Phone Manager icon" :width="24" :height="24" />
CSS background
.icon-phone-manager {
background-image: url('https://proicons.com/icon/331186.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,43.5c9.0432-3.1174,15.4885-10.3631,16.5-19.5889a79.36,79.36,0,0,0-.0714-12.0267,2.5414,2.5414,0,0,0-2.4677-2.3663c-4.0911-.126-8.8455-.8077-12.52-4.4273a2.0516,2.0516,0,0,0-2.881,0C18.885,8.71,14.1306,9.3921,10.04,9.5181a2.5414,2.5414,0,0,0-2.4677,2.3663A79.36,79.36,0,0,0,7.5,23.9111C8.5115,33.1369,14.9568,40.3826,24,43.5Z"/><polyline class="a" points="23.335 31 27.5 24 20.5 24 24.665 17"/></svg>
Copied!