hold phone icon
hold-phone from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hold-phone
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the hold phone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-width="1.5" d="M21 20c-.643-1.287-2-2.976-2-4.472c0-1.699.367-3.794-.422-5.373c-.334-.666-.578-1.341-.578-2.1V4.43a.43.43 0 0 0-.429-.43A2.57 2.57 0 0 0 15 6.571M8 18l3.635 2.272c.24.15.446.35.604.586L13 22"/><path stroke-linejoin="round" stroke-width="1.5" d="M5.027 15c.055 1.097.218 1.78.705 2.268C6.464 18 7.642 18 10 18s3.535 0 4.268-.732C15 16.535 15 15.357 15 13V7c0-2.357 0-3.536-.732-4.268C13.535 2 12.357 2 10 2s-3.536 0-4.268.732c-.487.487-.65 1.171-.705 2.268"/><path stroke-linecap="round" stroke-width="1.5" d="M4.25 7.5h1.5a1.25 1.25 0 1 0 0-2.5h-1.5a1.25 1.25 0 1 0 0 2.5Zm0 5h1a1.25 1.25 0 1 1 0 2.5h-1a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 1 1 0-2.5h2.5a1.25 1.25 0 1 0 0-2.5h-2.5m0 0a1.25 1.25 0 1 0 0 2.5m0 0h1.5a1.25 1.25 0 1 1 0 2.5h-1.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 15h.009"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHoldPhone(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"><path strokeLinecap="round" strokeWidth="1.5" d="M21 20c-.643-1.287-2-2.976-2-4.472c0-1.699.367-3.794-.422-5.373c-.334-.666-.578-1.341-.578-2.1V4.43a.43.43 0 0 0-.429-.43A2.57 2.57 0 0 0 15 6.571M8 18l3.635 2.272c.24.15.446.35.604.586L13 22"/><path strokeLinejoin="round" strokeWidth="1.5" d="M5.027 15c.055 1.097.218 1.78.705 2.268C6.464 18 7.642 18 10 18s3.535 0 4.268-.732C15 16.535 15 15.357 15 13V7c0-2.357 0-3.536-.732-4.268C13.535 2 12.357 2 10 2s-3.536 0-4.268.732c-.487.487-.65 1.171-.705 2.268"/><path strokeLinecap="round" strokeWidth="1.5" d="M4.25 7.5h1.5a1.25 1.25 0 1 0 0-2.5h-1.5a1.25 1.25 0 1 0 0 2.5Zm0 5h1a1.25 1.25 0 1 1 0 2.5h-1a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 1 1 0-2.5h2.5a1.25 1.25 0 1 0 0-2.5h-2.5m0 0a1.25 1.25 0 1 0 0 2.5m0 0h1.5a1.25 1.25 0 1 1 0 2.5h-1.5"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M10 15h.009"/></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"><path stroke-linecap="round" stroke-width="1.5" d="M21 20c-.643-1.287-2-2.976-2-4.472c0-1.699.367-3.794-.422-5.373c-.334-.666-.578-1.341-.578-2.1V4.43a.43.43 0 0 0-.429-.43A2.57 2.57 0 0 0 15 6.571M8 18l3.635 2.272c.24.15.446.35.604.586L13 22"/><path stroke-linejoin="round" stroke-width="1.5" d="M5.027 15c.055 1.097.218 1.78.705 2.268C6.464 18 7.642 18 10 18s3.535 0 4.268-.732C15 16.535 15 15.357 15 13V7c0-2.357 0-3.536-.732-4.268C13.535 2 12.357 2 10 2s-3.536 0-4.268.732c-.487.487-.65 1.171-.705 2.268"/><path stroke-linecap="round" stroke-width="1.5" d="M4.25 7.5h1.5a1.25 1.25 0 1 0 0-2.5h-1.5a1.25 1.25 0 1 0 0 2.5Zm0 5h1a1.25 1.25 0 1 1 0 2.5h-1a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 1 1 0-2.5h2.5a1.25 1.25 0 1 0 0-2.5h-2.5m0 0a1.25 1.25 0 1 0 0 2.5m0 0h1.5a1.25 1.25 0 1 1 0 2.5h-1.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 15h.009"/></g></svg> </template>
CSS
.icon-hold-phone {
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%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21%2020c-.643-1.287-2-2.976-2-4.472c0-1.699.367-3.794-.422-5.373c-.334-.666-.578-1.341-.578-2.1V4.43a.43.43%200%200%200-.429-.43A2.57%202.57%200%200%200%2015%206.571M8%2018l3.635%202.272c.24.15.446.35.604.586L13%2022%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.027%2015c.055%201.097.218%201.78.705%202.268C6.464%2018%207.642%2018%2010%2018s3.535%200%204.268-.732C15%2016.535%2015%2015.357%2015%2013V7c0-2.357%200-3.536-.732-4.268C13.535%202%2012.357%202%2010%202s-3.536%200-4.268.732c-.487.487-.65%201.171-.705%202.268%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4.25%207.5h1.5a1.25%201.25%200%201%200%200-2.5h-1.5a1.25%201.25%200%201%200%200%202.5Zm0%205h1a1.25%201.25%200%201%201%200%202.5h-1a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%201%201%200-2.5h2.5a1.25%201.25%200%201%200%200-2.5h-2.5m0%200a1.25%201.25%200%201%200%200%202.5m0%200h1.5a1.25%201.25%200%201%201%200%202.5h-1.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10%2015h.009%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%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21%2020c-.643-1.287-2-2.976-2-4.472c0-1.699.367-3.794-.422-5.373c-.334-.666-.578-1.341-.578-2.1V4.43a.43.43%200%200%200-.429-.43A2.57%202.57%200%200%200%2015%206.571M8%2018l3.635%202.272c.24.15.446.35.604.586L13%2022%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.027%2015c.055%201.097.218%201.78.705%202.268C6.464%2018%207.642%2018%2010%2018s3.535%200%204.268-.732C15%2016.535%2015%2015.357%2015%2013V7c0-2.357%200-3.536-.732-4.268C13.535%202%2012.357%202%2010%202s-3.536%200-4.268.732c-.487.487-.65%201.171-.705%202.268%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4.25%207.5h1.5a1.25%201.25%200%201%200%200-2.5h-1.5a1.25%201.25%200%201%200%200%202.5Zm0%205h1a1.25%201.25%200%201%201%200%202.5h-1a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%201%201%200-2.5h2.5a1.25%201.25%200%201%200%200-2.5h-2.5m0%200a1.25%201.25%200%201%200%200%202.5m0%200h1.5a1.25%201.25%200%201%201%200%202.5h-1.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10%2015h.009%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/hold-phone.svg?color=%231a73e8&size=48