dialpad alt icon

dialpad-alt from Unicons by Iconscout · Line · Content · Apache-2.0 Free for personal and commercial use.

Name
dialpad-alt
Set
Unicons
Style
Line
Category
Content
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More content icons from Unicons

Use the dialpad alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 9.25A2.75 2.75 0 1 0 7.75 12A2.75 2.75 0 0 0 5 9.25m0 4A1.25 1.25 0 1 1 6.25 12A1.25 1.25 0 0 1 5 13.25m7-4A2.75 2.75 0 1 0 14.75 12A2.75 2.75 0 0 0 12 9.25m0 4A1.25 1.25 0 1 1 13.25 12A1.25 1.25 0 0 1 12 13.25m7-5.5A2.75 2.75 0 1 0 16.25 5A2.75 2.75 0 0 0 19 7.75m0-4A1.25 1.25 0 1 1 17.75 5A1.25 1.25 0 0 1 19 3.75m0 5.5A2.75 2.75 0 1 0 21.75 12A2.75 2.75 0 0 0 19 9.25m0 4A1.25 1.25 0 1 1 20.25 12A1.25 1.25 0 0 1 19 13.25m-14-11A2.75 2.75 0 1 0 7.75 5A2.75 2.75 0 0 0 5 2.25m0 4A1.25 1.25 0 1 1 6.25 5A1.25 1.25 0 0 1 5 6.25m7 10A2.75 2.75 0 1 0 14.75 19A2.75 2.75 0 0 0 12 16.25m0 4A1.25 1.25 0 1 1 13.25 19A1.25 1.25 0 0 1 12 20.25m0-18A2.75 2.75 0 1 0 14.75 5A2.75 2.75 0 0 0 12 2.25m0 4A1.25 1.25 0 1 1 13.25 5A1.25 1.25 0 0 1 12 6.25"/></svg>

React

import type { SVGProps } from "react";

export function UilDialpadAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 9.25A2.75 2.75 0 1 0 7.75 12A2.75 2.75 0 0 0 5 9.25m0 4A1.25 1.25 0 1 1 6.25 12A1.25 1.25 0 0 1 5 13.25m7-4A2.75 2.75 0 1 0 14.75 12A2.75 2.75 0 0 0 12 9.25m0 4A1.25 1.25 0 1 1 13.25 12A1.25 1.25 0 0 1 12 13.25m7-5.5A2.75 2.75 0 1 0 16.25 5A2.75 2.75 0 0 0 19 7.75m0-4A1.25 1.25 0 1 1 17.75 5A1.25 1.25 0 0 1 19 3.75m0 5.5A2.75 2.75 0 1 0 21.75 12A2.75 2.75 0 0 0 19 9.25m0 4A1.25 1.25 0 1 1 20.25 12A1.25 1.25 0 0 1 19 13.25m-14-11A2.75 2.75 0 1 0 7.75 5A2.75 2.75 0 0 0 5 2.25m0 4A1.25 1.25 0 1 1 6.25 5A1.25 1.25 0 0 1 5 6.25m7 10A2.75 2.75 0 1 0 14.75 19A2.75 2.75 0 0 0 12 16.25m0 4A1.25 1.25 0 1 1 13.25 19A1.25 1.25 0 0 1 12 20.25m0-18A2.75 2.75 0 1 0 14.75 5A2.75 2.75 0 0 0 12 2.25m0 4A1.25 1.25 0 1 1 13.25 5A1.25 1.25 0 0 1 12 6.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 9.25A2.75 2.75 0 1 0 7.75 12A2.75 2.75 0 0 0 5 9.25m0 4A1.25 1.25 0 1 1 6.25 12A1.25 1.25 0 0 1 5 13.25m7-4A2.75 2.75 0 1 0 14.75 12A2.75 2.75 0 0 0 12 9.25m0 4A1.25 1.25 0 1 1 13.25 12A1.25 1.25 0 0 1 12 13.25m7-5.5A2.75 2.75 0 1 0 16.25 5A2.75 2.75 0 0 0 19 7.75m0-4A1.25 1.25 0 1 1 17.75 5A1.25 1.25 0 0 1 19 3.75m0 5.5A2.75 2.75 0 1 0 21.75 12A2.75 2.75 0 0 0 19 9.25m0 4A1.25 1.25 0 1 1 20.25 12A1.25 1.25 0 0 1 19 13.25m-14-11A2.75 2.75 0 1 0 7.75 5A2.75 2.75 0 0 0 5 2.25m0 4A1.25 1.25 0 1 1 6.25 5A1.25 1.25 0 0 1 5 6.25m7 10A2.75 2.75 0 1 0 14.75 19A2.75 2.75 0 0 0 12 16.25m0 4A1.25 1.25 0 1 1 13.25 19A1.25 1.25 0 0 1 12 20.25m0-18A2.75 2.75 0 1 0 14.75 5A2.75 2.75 0 0 0 12 2.25m0 4A1.25 1.25 0 1 1 13.25 5A1.25 1.25 0 0 1 12 6.25"/></svg>
</template>

CSS

.icon-dialpad-alt {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%209.25A2.75%202.75%200%201%200%207.75%2012A2.75%202.75%200%200%200%205%209.25m0%204A1.25%201.25%200%201%201%206.25%2012A1.25%201.25%200%200%201%205%2013.25m7-4A2.75%202.75%200%201%200%2014.75%2012A2.75%202.75%200%200%200%2012%209.25m0%204A1.25%201.25%200%201%201%2013.25%2012A1.25%201.25%200%200%201%2012%2013.25m7-5.5A2.75%202.75%200%201%200%2016.25%205A2.75%202.75%200%200%200%2019%207.75m0-4A1.25%201.25%200%201%201%2017.75%205A1.25%201.25%200%200%201%2019%203.75m0%205.5A2.75%202.75%200%201%200%2021.75%2012A2.75%202.75%200%200%200%2019%209.25m0%204A1.25%201.25%200%201%201%2020.25%2012A1.25%201.25%200%200%201%2019%2013.25m-14-11A2.75%202.75%200%201%200%207.75%205A2.75%202.75%200%200%200%205%202.25m0%204A1.25%201.25%200%201%201%206.25%205A1.25%201.25%200%200%201%205%206.25m7%2010A2.75%202.75%200%201%200%2014.75%2019A2.75%202.75%200%200%200%2012%2016.25m0%204A1.25%201.25%200%201%201%2013.25%2019A1.25%201.25%200%200%201%2012%2020.25m0-18A2.75%202.75%200%201%200%2014.75%205A2.75%202.75%200%200%200%2012%202.25m0%204A1.25%201.25%200%201%201%2013.25%205A1.25%201.25%200%200%201%2012%206.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%209.25A2.75%202.75%200%201%200%207.75%2012A2.75%202.75%200%200%200%205%209.25m0%204A1.25%201.25%200%201%201%206.25%2012A1.25%201.25%200%200%201%205%2013.25m7-4A2.75%202.75%200%201%200%2014.75%2012A2.75%202.75%200%200%200%2012%209.25m0%204A1.25%201.25%200%201%201%2013.25%2012A1.25%201.25%200%200%201%2012%2013.25m7-5.5A2.75%202.75%200%201%200%2016.25%205A2.75%202.75%200%200%200%2019%207.75m0-4A1.25%201.25%200%201%201%2017.75%205A1.25%201.25%200%200%201%2019%203.75m0%205.5A2.75%202.75%200%201%200%2021.75%2012A2.75%202.75%200%200%200%2019%209.25m0%204A1.25%201.25%200%201%201%2020.25%2012A1.25%201.25%200%200%201%2019%2013.25m-14-11A2.75%202.75%200%201%200%207.75%205A2.75%202.75%200%200%200%205%202.25m0%204A1.25%201.25%200%201%201%206.25%205A1.25%201.25%200%200%201%205%206.25m7%2010A2.75%202.75%200%201%200%2014.75%2019A2.75%202.75%200%200%200%2012%2016.25m0%204A1.25%201.25%200%201%201%2013.25%2019A1.25%201.25%200%200%201%2012%2020.25m0-18A2.75%202.75%200%201%200%2014.75%205A2.75%202.75%200%200%200%2012%202.25m0%204A1.25%201.25%200%201%201%2013.25%205A1.25%201.25%200%200%201%2012%206.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/dialpad-alt.svg?color=%231a73e8&size=48