telephone icon
telephone from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- telephone
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the telephone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="m4.74 14.369l1.954-1.387a5.3 5.3 0 0 1 1.746-.823c.732-.195 1.06-.595 1.06-1.448c0-2.165 5-2.395 5 0c0 .853.328 1.253 1.06 1.447c.642.172 1.2.435 1.746.824l1.954 1.386c.883.628 1.295.931 1.524 1.414c.216.454.216.986.216 2.05c0 1.914 0 2.871-.536 3.484c-.649.743-2.336.68-3.372.68H6.908c-1.036 0-2.689.103-3.372-.68C3 20.703 3 19.746 3 17.832c0-1.064 0-1.596.216-2.05c.23-.482.64-.786 1.524-1.414Z"/><path d="M14 17a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/><path stroke-linejoin="round" d="M6.96 3.698c-1.318.376-2.266.843-3.134 1.407c-1.373.892-1.962 2.499-1.8 4.05c.068.656.595.97 1.205.8c.464-.13.928-.255 1.389-.391c1.347-.4 1.664-.886 1.851-2.265zm0 0c3.259-.93 6.821-.93 10.08 0m0 0c1.318.376 2.266.843 3.134 1.407c1.373.892 1.962 2.499 1.8 4.05c-.068.656-.595.97-1.205.8c-.463-.13-.928-.255-1.389-.391c-1.347-.4-1.664-.886-1.851-2.265z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTelephone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="m4.74 14.369l1.954-1.387a5.3 5.3 0 0 1 1.746-.823c.732-.195 1.06-.595 1.06-1.448c0-2.165 5-2.395 5 0c0 .853.328 1.253 1.06 1.447c.642.172 1.2.435 1.746.824l1.954 1.386c.883.628 1.295.931 1.524 1.414c.216.454.216.986.216 2.05c0 1.914 0 2.871-.536 3.484c-.649.743-2.336.68-3.372.68H6.908c-1.036 0-2.689.103-3.372-.68C3 20.703 3 19.746 3 17.832c0-1.064 0-1.596.216-2.05c.23-.482.64-.786 1.524-1.414Z"/><path d="M14 17a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/><path strokeLinejoin="round" d="M6.96 3.698c-1.318.376-2.266.843-3.134 1.407c-1.373.892-1.962 2.499-1.8 4.05c.068.656.595.97 1.205.8c.464-.13.928-.255 1.389-.391c1.347-.4 1.664-.886 1.851-2.265zm0 0c3.259-.93 6.821-.93 10.08 0m0 0c1.318.376 2.266.843 3.134 1.407c1.373.892 1.962 2.499 1.8 4.05c-.068.656-.595.97-1.205.8c-.463-.13-.928-.255-1.389-.391c-1.347-.4-1.664-.886-1.851-2.265z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="m4.74 14.369l1.954-1.387a5.3 5.3 0 0 1 1.746-.823c.732-.195 1.06-.595 1.06-1.448c0-2.165 5-2.395 5 0c0 .853.328 1.253 1.06 1.447c.642.172 1.2.435 1.746.824l1.954 1.386c.883.628 1.295.931 1.524 1.414c.216.454.216.986.216 2.05c0 1.914 0 2.871-.536 3.484c-.649.743-2.336.68-3.372.68H6.908c-1.036 0-2.689.103-3.372-.68C3 20.703 3 19.746 3 17.832c0-1.064 0-1.596.216-2.05c.23-.482.64-.786 1.524-1.414Z"/><path d="M14 17a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/><path stroke-linejoin="round" d="M6.96 3.698c-1.318.376-2.266.843-3.134 1.407c-1.373.892-1.962 2.499-1.8 4.05c.068.656.595.97 1.205.8c.464-.13.928-.255 1.389-.391c1.347-.4 1.664-.886 1.851-2.265zm0 0c3.259-.93 6.821-.93 10.08 0m0 0c1.318.376 2.266.843 3.134 1.407c1.373.892 1.962 2.499 1.8 4.05c-.068.656-.595.97-1.205.8c-.463-.13-.928-.255-1.389-.391c-1.347-.4-1.664-.886-1.851-2.265z"/></g></svg> </template>
CSS
.icon-telephone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m4.74%2014.369l1.954-1.387a5.3%205.3%200%200%201%201.746-.823c.732-.195%201.06-.595%201.06-1.448c0-2.165%205-2.395%205%200c0%20.853.328%201.253%201.06%201.447c.642.172%201.2.435%201.746.824l1.954%201.386c.883.628%201.295.931%201.524%201.414c.216.454.216.986.216%202.05c0%201.914%200%202.871-.536%203.484c-.649.743-2.336.68-3.372.68H6.908c-1.036%200-2.689.103-3.372-.68C3%2020.703%203%2019.746%203%2017.832c0-1.064%200-1.596.216-2.05c.23-.482.64-.786%201.524-1.414Z%22%2F%3E%3Cpath%20d%3D%22M14%2017a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.96%203.698c-1.318.376-2.266.843-3.134%201.407c-1.373.892-1.962%202.499-1.8%204.05c.068.656.595.97%201.205.8c.464-.13.928-.255%201.389-.391c1.347-.4%201.664-.886%201.851-2.265zm0%200c3.259-.93%206.821-.93%2010.08%200m0%200c1.318.376%202.266.843%203.134%201.407c1.373.892%201.962%202.499%201.8%204.05c-.068.656-.595.97-1.205.8c-.463-.13-.928-.255-1.389-.391c-1.347-.4-1.664-.886-1.851-2.265z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m4.74%2014.369l1.954-1.387a5.3%205.3%200%200%201%201.746-.823c.732-.195%201.06-.595%201.06-1.448c0-2.165%205-2.395%205%200c0%20.853.328%201.253%201.06%201.447c.642.172%201.2.435%201.746.824l1.954%201.386c.883.628%201.295.931%201.524%201.414c.216.454.216.986.216%202.05c0%201.914%200%202.871-.536%203.484c-.649.743-2.336.68-3.372.68H6.908c-1.036%200-2.689.103-3.372-.68C3%2020.703%203%2019.746%203%2017.832c0-1.064%200-1.596.216-2.05c.23-.482.64-.786%201.524-1.414Z%22%2F%3E%3Cpath%20d%3D%22M14%2017a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.96%203.698c-1.318.376-2.266.843-3.134%201.407c-1.373.892-1.962%202.499-1.8%204.05c.068.656.595.97%201.205.8c.464-.13.928-.255%201.389-.391c1.347-.4%201.664-.886%201.851-2.265zm0%200c3.259-.93%206.821-.93%2010.08%200m0%200c1.318.376%202.266.843%203.134%201.407c1.373.892%201.962%202.499%201.8%204.05c-.068.656-.595.97-1.205.8c-.463-.13-.928-.255-1.389-.391c-1.347-.4-1.664-.886-1.851-2.265z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/telephone.svg?color=%231a73e8&size=48