Goodwy Dialer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goodwy Dialer icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/341169.svg" alt="Goodwy Dialer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341169.svg" alt="Goodwy Dialer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341169.svg" alt="Goodwy Dialer icon" :width="24" :height="24" />
CSS background
.icon-goodwy-dialer {
background-image: url('https://proicons.com/icon/341169.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><circle id="e" class="f" cx="24.0761" cy="23.799" r="21.5"/></g></g><path class="f" d="m20.7967,16.2173c-.2867-.9558-.4885-1.9482-.5968-2.9686-.1063-1.0029-.9811-1.7487-1.9896-1.7487h-4.6782c-1.203,0-2.1297,1.039-2.0238,2.2373,1.0667,12.0717,10.6827,21.6877,22.7544,22.7544,1.1983.1059,2.2373-.8174,2.2373-2.0204v-4.1706c0-1.5227-.7458-2.3943-1.7487-2.5007-1.0204-.1082-2.0129-.31-2.9686-.5968-1.1691-.3507-2.4347-.0206-3.2977.8425l-2.0019,2.0019c-3.6062-1.9517-6.579-4.9245-8.5307-8.5307l2.0019-2.002c.863-.863,1.1931-2.1287.8425-3.2977Z"/></svg>
Copied!