phone down icon
phone-down from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- phone-down
- Set
- Framework7 Icons
- Style
- Outline
- 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="M0 34.44c0 2.73 1.62 4.998 4.536 4.998c.555 0 1.411-.047 2.614-.255l8.192-1.227c3.356-.485 4.281-1.874 4.304-4.766v-2.592c.023-.717.347-1.018.857-1.157c3.401-.764 11.57-.764 14.971 0c.533.139.857.44.857 1.157c0 .88 0 1.712.023 2.592c0 2.892.925 4.28 4.304 4.767l8.169 1.226c1.226.208 2.082.255 2.638.255c2.892 0 4.535-2.268 4.535-4.999v-1.897c0-10.76-12.056-16.106-28-16.106c-15.967 0-28 5.345-28 16.106Zm3.749-.556v-1.157C3.749 23.424 15.712 19.93 28 19.93s24.251 3.494 24.251 12.797v1.157c0 1.134-.532 2.129-1.712 2.129c-.347 0-.694-.047-1.319-.162l-7.775-1.458c-.764-.162-1.366-.556-1.366-1.69v-2.892c0-2.29-.81-3.216-2.013-3.564c-3.725-1.064-16.406-1.064-20.132 0c-1.203.348-2.036 1.273-2.036 3.564v2.893c0 1.133-.579 1.527-1.343 1.689L6.78 35.85c-.648.115-.995.162-1.319.162c-1.18 0-1.712-.995-1.712-2.13"/></svg>
React
import type { SVGProps } from "react";
export function F7PhoneDown(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="M0 34.44c0 2.73 1.62 4.998 4.536 4.998c.555 0 1.411-.047 2.614-.255l8.192-1.227c3.356-.485 4.281-1.874 4.304-4.766v-2.592c.023-.717.347-1.018.857-1.157c3.401-.764 11.57-.764 14.971 0c.533.139.857.44.857 1.157c0 .88 0 1.712.023 2.592c0 2.892.925 4.28 4.304 4.767l8.169 1.226c1.226.208 2.082.255 2.638.255c2.892 0 4.535-2.268 4.535-4.999v-1.897c0-10.76-12.056-16.106-28-16.106c-15.967 0-28 5.345-28 16.106Zm3.749-.556v-1.157C3.749 23.424 15.712 19.93 28 19.93s24.251 3.494 24.251 12.797v1.157c0 1.134-.532 2.129-1.712 2.129c-.347 0-.694-.047-1.319-.162l-7.775-1.458c-.764-.162-1.366-.556-1.366-1.69v-2.892c0-2.29-.81-3.216-2.013-3.564c-3.725-1.064-16.406-1.064-20.132 0c-1.203.348-2.036 1.273-2.036 3.564v2.893c0 1.133-.579 1.527-1.343 1.689L6.78 35.85c-.648.115-.995.162-1.319.162c-1.18 0-1.712-.995-1.712-2.13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M0 34.44c0 2.73 1.62 4.998 4.536 4.998c.555 0 1.411-.047 2.614-.255l8.192-1.227c3.356-.485 4.281-1.874 4.304-4.766v-2.592c.023-.717.347-1.018.857-1.157c3.401-.764 11.57-.764 14.971 0c.533.139.857.44.857 1.157c0 .88 0 1.712.023 2.592c0 2.892.925 4.28 4.304 4.767l8.169 1.226c1.226.208 2.082.255 2.638.255c2.892 0 4.535-2.268 4.535-4.999v-1.897c0-10.76-12.056-16.106-28-16.106c-15.967 0-28 5.345-28 16.106Zm3.749-.556v-1.157C3.749 23.424 15.712 19.93 28 19.93s24.251 3.494 24.251 12.797v1.157c0 1.134-.532 2.129-1.712 2.129c-.347 0-.694-.047-1.319-.162l-7.775-1.458c-.764-.162-1.366-.556-1.366-1.69v-2.892c0-2.29-.81-3.216-2.013-3.564c-3.725-1.064-16.406-1.064-20.132 0c-1.203.348-2.036 1.273-2.036 3.564v2.893c0 1.133-.579 1.527-1.343 1.689L6.78 35.85c-.648.115-.995.162-1.319.162c-1.18 0-1.712-.995-1.712-2.13"/></svg> </template>
CSS
.icon-phone-down {
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%22M0%2034.44c0%202.73%201.62%204.998%204.536%204.998c.555%200%201.411-.047%202.614-.255l8.192-1.227c3.356-.485%204.281-1.874%204.304-4.766v-2.592c.023-.717.347-1.018.857-1.157c3.401-.764%2011.57-.764%2014.971%200c.533.139.857.44.857%201.157c0%20.88%200%201.712.023%202.592c0%202.892.925%204.28%204.304%204.767l8.169%201.226c1.226.208%202.082.255%202.638.255c2.892%200%204.535-2.268%204.535-4.999v-1.897c0-10.76-12.056-16.106-28-16.106c-15.967%200-28%205.345-28%2016.106Zm3.749-.556v-1.157C3.749%2023.424%2015.712%2019.93%2028%2019.93s24.251%203.494%2024.251%2012.797v1.157c0%201.134-.532%202.129-1.712%202.129c-.347%200-.694-.047-1.319-.162l-7.775-1.458c-.764-.162-1.366-.556-1.366-1.69v-2.892c0-2.29-.81-3.216-2.013-3.564c-3.725-1.064-16.406-1.064-20.132%200c-1.203.348-2.036%201.273-2.036%203.564v2.893c0%201.133-.579%201.527-1.343%201.689L6.78%2035.85c-.648.115-.995.162-1.319.162c-1.18%200-1.712-.995-1.712-2.13%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%22M0%2034.44c0%202.73%201.62%204.998%204.536%204.998c.555%200%201.411-.047%202.614-.255l8.192-1.227c3.356-.485%204.281-1.874%204.304-4.766v-2.592c.023-.717.347-1.018.857-1.157c3.401-.764%2011.57-.764%2014.971%200c.533.139.857.44.857%201.157c0%20.88%200%201.712.023%202.592c0%202.892.925%204.28%204.304%204.767l8.169%201.226c1.226.208%202.082.255%202.638.255c2.892%200%204.535-2.268%204.535-4.999v-1.897c0-10.76-12.056-16.106-28-16.106c-15.967%200-28%205.345-28%2016.106Zm3.749-.556v-1.157C3.749%2023.424%2015.712%2019.93%2028%2019.93s24.251%203.494%2024.251%2012.797v1.157c0%201.134-.532%202.129-1.712%202.129c-.347%200-.694-.047-1.319-.162l-7.775-1.458c-.764-.162-1.366-.556-1.366-1.69v-2.892c0-2.29-.81-3.216-2.013-3.564c-3.725-1.064-16.406-1.064-20.132%200c-1.203.348-2.036%201.273-2.036%203.564v2.893c0%201.133-.579%201.527-1.343%201.689L6.78%2035.85c-.648.115-.995.162-1.319.162c-1.18%200-1.712-.995-1.712-2.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/phone-down.svg?color=%231a73e8&size=48