phone square alt icon
phone-square-alt from Line Awesome by Icons8 · Line · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- phone-square-alt
- Set
- Line Awesome
- Style
- Line
- Category
- Maps
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- phone-square-alt-solid
The same icon in other sets
More maps icons from Line Awesome
Use the phone square alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm13.127 2c-.512 0-.993.199-1.354.56l-1.15 1.15c-.723.724-.723 1.986 0 2.71l1.707 1.707a14.3 14.3 0 0 1-1.809 2.154l-.251.25a14 14 0 0 1-2.147 1.801l-1.707-1.707a1.9 1.9 0 0 0-1.354-.56c-.51 0-.992.198-1.355.56l-1.15 1.152a1.92 1.92 0 0 0 .002 2.707l.953.955a1.9 1.9 0 0 0 1.986.454l.13-.043c.504-.165 1.683-.552 3.55-1.813a16 16 0 0 0 2.515-2.098l.235-.234a16.3 16.3 0 0 0 2.105-2.521c1.261-1.87 1.647-3.048 1.813-3.551l.043-.131a1.9 1.9 0 0 0-.455-1.986l-.954-.955A1.9 1.9 0 0 0 20.127 9"/></svg>
React
import type { SVGProps } from "react";
export function LaPhoneSquareAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm13.127 2c-.512 0-.993.199-1.354.56l-1.15 1.15c-.723.724-.723 1.986 0 2.71l1.707 1.707a14.3 14.3 0 0 1-1.809 2.154l-.251.25a14 14 0 0 1-2.147 1.801l-1.707-1.707a1.9 1.9 0 0 0-1.354-.56c-.51 0-.992.198-1.355.56l-1.15 1.152a1.92 1.92 0 0 0 .002 2.707l.953.955a1.9 1.9 0 0 0 1.986.454l.13-.043c.504-.165 1.683-.552 3.55-1.813a16 16 0 0 0 2.515-2.098l.235-.234a16.3 16.3 0 0 0 2.105-2.521c1.261-1.87 1.647-3.048 1.813-3.551l.043-.131a1.9 1.9 0 0 0-.455-1.986l-.954-.955A1.9 1.9 0 0 0 20.127 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm13.127 2c-.512 0-.993.199-1.354.56l-1.15 1.15c-.723.724-.723 1.986 0 2.71l1.707 1.707a14.3 14.3 0 0 1-1.809 2.154l-.251.25a14 14 0 0 1-2.147 1.801l-1.707-1.707a1.9 1.9 0 0 0-1.354-.56c-.51 0-.992.198-1.355.56l-1.15 1.152a1.92 1.92 0 0 0 .002 2.707l.953.955a1.9 1.9 0 0 0 1.986.454l.13-.043c.504-.165 1.683-.552 3.55-1.813a16 16 0 0 0 2.515-2.098l.235-.234a16.3 16.3 0 0 0 2.105-2.521c1.261-1.87 1.647-3.048 1.813-3.551l.043-.131a1.9 1.9 0 0 0-.455-1.986l-.954-.955A1.9 1.9 0 0 0 20.127 9"/></svg> </template>
CSS
.icon-phone-square-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm13.127%202c-.512%200-.993.199-1.354.56l-1.15%201.15c-.723.724-.723%201.986%200%202.71l1.707%201.707a14.3%2014.3%200%200%201-1.809%202.154l-.251.25a14%2014%200%200%201-2.147%201.801l-1.707-1.707a1.9%201.9%200%200%200-1.354-.56c-.51%200-.992.198-1.355.56l-1.15%201.152a1.92%201.92%200%200%200%20.002%202.707l.953.955a1.9%201.9%200%200%200%201.986.454l.13-.043c.504-.165%201.683-.552%203.55-1.813a16%2016%200%200%200%202.515-2.098l.235-.234a16.3%2016.3%200%200%200%202.105-2.521c1.261-1.87%201.647-3.048%201.813-3.551l.043-.131a1.9%201.9%200%200%200-.455-1.986l-.954-.955A1.9%201.9%200%200%200%2020.127%209%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm13.127%202c-.512%200-.993.199-1.354.56l-1.15%201.15c-.723.724-.723%201.986%200%202.71l1.707%201.707a14.3%2014.3%200%200%201-1.809%202.154l-.251.25a14%2014%200%200%201-2.147%201.801l-1.707-1.707a1.9%201.9%200%200%200-1.354-.56c-.51%200-.992.198-1.355.56l-1.15%201.152a1.92%201.92%200%200%200%20.002%202.707l.953.955a1.9%201.9%200%200%200%201.986.454l.13-.043c.504-.165%201.683-.552%203.55-1.813a16%2016%200%200%200%202.515-2.098l.235-.234a16.3%2016.3%200%200%200%202.105-2.521c1.261-1.87%201.647-3.048%201.813-3.551l.043-.131a1.9%201.9%200%200%200-.455-1.986l-.954-.955A1.9%201.9%200%200%200%2020.127%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/phone-square-alt.svg?color=%231a73e8&size=48