phone down icon
phone-down-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- phone-down-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the phone down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.024 17.606c-10.149 0-19.688 2.132-24.446 6.89C1.445 26.652.344 29.254.485 32.395c.093 1.898.68 3.585 1.78 4.687c.845.844 1.97 1.313 3.305 1.102l8.696-1.477c1.312-.21 2.226-.61 2.812-1.219c.774-.75 1.008-1.875 1.008-3.351l.024-2.367c0-.375.163-.657.375-.891c.234-.281.585-.399.843-.469c1.594-.375 4.852-.726 8.696-.726c3.867 0 7.101.28 8.695.75c.234.07.562.21.82.445c.234.234.375.492.375.867l.024 2.39c.023 1.477.257 2.602 1.007 3.352c.61.61 1.524 1.008 2.836 1.219l8.578 1.453c1.383.235 2.555-.258 3.47-1.148c1.1-1.078 1.71-2.742 1.757-4.64c.07-3.165-1.125-5.767-3.234-7.876c-4.781-4.758-14.18-6.89-24.328-6.89"/></svg>
React
import type { SVGProps } from "react";
export function F7PhoneDownFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.024 17.606c-10.149 0-19.688 2.132-24.446 6.89C1.445 26.652.344 29.254.485 32.395c.093 1.898.68 3.585 1.78 4.687c.845.844 1.97 1.313 3.305 1.102l8.696-1.477c1.312-.21 2.226-.61 2.812-1.219c.774-.75 1.008-1.875 1.008-3.351l.024-2.367c0-.375.163-.657.375-.891c.234-.281.585-.399.843-.469c1.594-.375 4.852-.726 8.696-.726c3.867 0 7.101.28 8.695.75c.234.07.562.21.82.445c.234.234.375.492.375.867l.024 2.39c.023 1.477.257 2.602 1.007 3.352c.61.61 1.524 1.008 2.836 1.219l8.578 1.453c1.383.235 2.555-.258 3.47-1.148c1.1-1.078 1.71-2.742 1.757-4.64c.07-3.165-1.125-5.767-3.234-7.876c-4.781-4.758-14.18-6.89-24.328-6.89"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.024 17.606c-10.149 0-19.688 2.132-24.446 6.89C1.445 26.652.344 29.254.485 32.395c.093 1.898.68 3.585 1.78 4.687c.845.844 1.97 1.313 3.305 1.102l8.696-1.477c1.312-.21 2.226-.61 2.812-1.219c.774-.75 1.008-1.875 1.008-3.351l.024-2.367c0-.375.163-.657.375-.891c.234-.281.585-.399.843-.469c1.594-.375 4.852-.726 8.696-.726c3.867 0 7.101.28 8.695.75c.234.07.562.21.82.445c.234.234.375.492.375.867l.024 2.39c.023 1.477.257 2.602 1.007 3.352c.61.61 1.524 1.008 2.836 1.219l8.578 1.453c1.383.235 2.555-.258 3.47-1.148c1.1-1.078 1.71-2.742 1.757-4.64c.07-3.165-1.125-5.767-3.234-7.876c-4.781-4.758-14.18-6.89-24.328-6.89"/></svg> </template>
CSS
.icon-phone-down-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.024%2017.606c-10.149%200-19.688%202.132-24.446%206.89C1.445%2026.652.344%2029.254.485%2032.395c.093%201.898.68%203.585%201.78%204.687c.845.844%201.97%201.313%203.305%201.102l8.696-1.477c1.312-.21%202.226-.61%202.812-1.219c.774-.75%201.008-1.875%201.008-3.351l.024-2.367c0-.375.163-.657.375-.891c.234-.281.585-.399.843-.469c1.594-.375%204.852-.726%208.696-.726c3.867%200%207.101.28%208.695.75c.234.07.562.21.82.445c.234.234.375.492.375.867l.024%202.39c.023%201.477.257%202.602%201.007%203.352c.61.61%201.524%201.008%202.836%201.219l8.578%201.453c1.383.235%202.555-.258%203.47-1.148c1.1-1.078%201.71-2.742%201.757-4.64c.07-3.165-1.125-5.767-3.234-7.876c-4.781-4.758-14.18-6.89-24.328-6.89%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.024%2017.606c-10.149%200-19.688%202.132-24.446%206.89C1.445%2026.652.344%2029.254.485%2032.395c.093%201.898.68%203.585%201.78%204.687c.845.844%201.97%201.313%203.305%201.102l8.696-1.477c1.312-.21%202.226-.61%202.812-1.219c.774-.75%201.008-1.875%201.008-3.351l.024-2.367c0-.375.163-.657.375-.891c.234-.281.585-.399.843-.469c1.594-.375%204.852-.726%208.696-.726c3.867%200%207.101.28%208.695.75c.234.07.562.21.82.445c.234.234.375.492.375.867l.024%202.39c.023%201.477.257%202.602%201.007%203.352c.61.61%201.524%201.008%202.836%201.219l8.578%201.453c1.383.235%202.555-.258%203.47-1.148c1.1-1.078%201.71-2.742%201.757-4.64c.07-3.165-1.125-5.767-3.234-7.876c-4.781-4.758-14.18-6.89-24.328-6.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/phone-down-fill.svg?color=%231a73e8&size=48