Fossify Phone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fossify 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/326193.svg" alt="Fossify Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326193.svg" alt="Fossify Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326193.svg" alt="Fossify Phone icon" :width="24" :height="24" />
CSS background
.icon-fossify-phone {
background-image: url('https://proicons.com/icon/326193.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M12.85236012,21.47318579l2.85854809-2.85855c1.03091514-1.03091419,2.31560025-2.33558199,2.1869-3.78782269l-.48630414-5.48740769c-.15977194-1.80284674-2.02949215-3.83940445-3.8394054-3.83940445l-4.70576512-.00000095c-1.84306914,0-3.58136883,1.55440718-3.34463194,4.3100192.15565743,1.81183771-.83993514,11.76372855,10.03230799,22.63597168s20.82413778,9.87664817,22.63597359,10.03230608c2.75560964.23673689,4.31001825-1.50156518,4.31001825-3.34463098v-4.70576607c0-1.80991325-2.03655676-3.67963346-3.8394054-3.8394054l-5.48740864-.48630604c-1.4522407-.12869834-2.7569066,1.15598486-3.78782269,2.18690095l-2.85854809,2.85855c-2.54048999-1.35889593-5.207422-3.23809919-7.82188822-5.85256732-2.61446813-2.61446622-4.49366948-5.28139823-5.85256827-7.82188631Z"/></svg>
Copied!