Pebbledialer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pebbledialer 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/345656.svg" alt="Pebbledialer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345656.svg" alt="Pebbledialer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345656.svg" alt="Pebbledialer icon" :width="24" :height="24" />
CSS background
.icon-pebbledialer {
background-image: url('https://proicons.com/icon/345656.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.87,28.1c-1.3781-.1694-2.7466-.4097-4.1-.72-.6879-.2448-1.4545-.0953-2,.39-.34.34-1.33,1.33-2.37,2.33-3.7002-1.812-6.6936-4.8019-8.51-8.5,1-1,2-2,2.34-2.37.4784-.5495.6202-1.3157.37-2-.3-1.35-.55-2.72-.72-4.1-.1034-.7081-.7486-1.2075-1.46-1.13h-5.52c-.4724.0554-.8404.436-.88.91-.39,5,2.42,10.35,3,11.36h0c.0227.052.0495.1022.08.15h0c2.0341,3.5008,4.9468,6.4101,8.45,8.44h0l.3.16h0c1.27.69,6.42,3.31,11.25,2.93.474-.0396.8546-.4076.91-.88v-5.46c.1059-.7269-.3975-1.4019-1.1244-1.5078-.0052-.0008-.0104-.0015-.0156-.0022Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!