Zen Detox Phone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zen Detox 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/335568.svg" alt="Zen Detox Phone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335568.svg" alt="Zen Detox Phone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335568.svg" alt="Zen Detox Phone icon" :width="24" :height="24" />
CSS background
.icon-zen-detox-phone {
background-image: url('https://proicons.com/icon/335568.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/><path id="c" class="e" d="M35,24c0,6.0751-4.9249,11-11,11s-11-4.9249-11-11,4.9249-11,11-11,11,4.9249,11,11Z"/><path id="d" class="e" d="M27,24c0,1.6569-1.3431,3-3,3s-3-1.3431-3-3,1.3431-3,3-3,3,1.3431,3,3Z"/></svg>
Copied!