Phone Circle Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Phone Circle 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/306232.svg" alt="Phone Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306232.svg" alt="Phone Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306232.svg" alt="Phone Circle icon" :width="24" :height="24" />
CSS background
.icon-phone-circle {
background-image: url('https://proicons.com/icon/306232.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M426 400c-82 47 43 281 132 230l83 143c-38 22-70 36-113 11-122-70-256-301-252-439 1-48 30-67 67-88 16 27 67 116 83 143zm34-4c-9 5-20 2-25-6l-79-136c-5-9-2-20 7-25l41-24c9-5 21-2 26 7l78 135c5 9 2 21-7 26l-41 23zm214 370c-9 6-21 3-26-6l-78-136c-5-9-2-20 7-25l41-24c9-5 20-2 25 7l79 135c5 9 2 21-7 26l-41 23zM500 62v1c121 0 230 48 309 128 79 79 128 188 128 309h1-1c0 121-48 230-128 309-79 79-188 128-309 128v1-1c-121 0-230-48-309-128-79-79-128-188-128-309s49-230 128-309S379 63 500 63v-1zm0 53c-106 0-203 43-272 113-70 69-113 166-113 272s43 203 113 272c69 70 166 113 272 113s203-43 272-113c70-69 113-166 113-272s-43-203-113-272c-69-70-166-113-272-113z"/></svg>
Phone Circle in other icon packs
Copied!