Dialer Keypad Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dialer Keypad 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/310661.svg" alt="Dialer Keypad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310661.svg" alt="Dialer Keypad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310661.svg" alt="Dialer Keypad icon" :width="24" :height="24" />
CSS background
.icon-dialer-keypad {
background-image: url('https://proicons.com/icon/310661.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4.92647C12.601 4.92647 13.0882 4.43925 13.0882 3.83824C13.0882 3.23722 12.601 2.75 12 2.75C11.399 2.75 10.9118 3.23722 10.9118 3.83824C10.9118 4.43925 11.399 4.92647 12 4.92647Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.4412 4.92647C18.0422 4.92647 18.5294 4.43925 18.5294 3.83824C18.5294 3.23722 18.0422 2.75 17.4412 2.75C16.8401 2.75 16.3529 3.23722 16.3529 3.83824C16.3529 4.43925 16.8401 4.92647 17.4412 4.92647Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.55882 4.92647C7.15983 4.92647 7.64705 4.43925 7.64705 3.83824C7.64705 3.23722 7.15983 2.75 6.55882 2.75C5.9578 2.75 5.47058 3.23722 5.47058 3.83824C5.47058 4.43925 5.9578 4.92647 6.55882 4.92647Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 10.3676C12.601 10.3676 13.0882 9.88043 13.0882 9.27941C13.0882 8.6784 12.601 8.19118 12 8.19118C11.399 8.19118 10.9118 8.6784 10.9118 9.27941C10.9118 9.88043 11.399 10.3676 12 10.3676Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.4412 10.3676C18.0422 10.3676 18.5294 9.88043 18.5294 9.27941C18.5294 8.6784 18.0422 8.19118 17.4412 8.19118C16.8401 8.19118 16.3529 8.6784 16.3529 9.27941C16.3529 9.88043 16.8401 10.3676 17.4412 10.3676Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.55882 10.3676C7.15983 10.3676 7.64705 9.88043 7.64705 9.27941C7.64705 8.6784 7.15983 8.19118 6.55882 8.19118C5.9578 8.19118 5.47058 8.6784 5.47058 9.27941C5.47058 9.88043 5.9578 10.3676 6.55882 10.3676Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 15.8088C12.601 15.8088 13.0882 15.3216 13.0882 14.7206C13.0882 14.1196 12.601 13.6324 12 13.6324C11.399 13.6324 10.9118 14.1196 10.9118 14.7206C10.9118 15.3216 11.399 15.8088 12 15.8088Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 21.25C12.601 21.25 13.0882 20.7628 13.0882 20.1618C13.0882 19.5608 12.601 19.0735 12 19.0735C11.399 19.0735 10.9118 19.5608 10.9118 20.1618C10.9118 20.7628 11.399 21.25 12 21.25Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.4412 15.8088C18.0422 15.8088 18.5294 15.3216 18.5294 14.7206C18.5294 14.1196 18.0422 13.6324 17.4412 13.6324C16.8401 13.6324 16.3529 14.1196 16.3529 14.7206C16.3529 15.3216 16.8401 15.8088 17.4412 15.8088Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.55882 15.8088C7.15983 15.8088 7.64705 15.3216 7.64705 14.7206C7.64705 14.1196 7.15983 13.6324 6.55882 13.6324C5.9578 13.6324 5.47058 14.1196 5.47058 14.7206C5.47058 15.3216 5.9578 15.8088 6.55882 15.8088Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!