phone square icon
phone-square from Line Awesome by Icons8 · Line · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- phone-square
- Set
- Line Awesome
- Style
- Line
- Category
- Maps
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- phone-square-solid
The same icon in other sets
More maps icons from Line Awesome
Use the phone square 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 2h18v18H7zm4.871 2.002c-.49 0-.981.186-1.355.559l-.955.955a1.9 1.9 0 0 0-.454 1.986l.043.13c.165.504.552 1.68 1.813 3.548c.612.908 1.32 1.757 2.098 2.515l.234.235a16.3 16.3 0 0 0 2.521 2.105c1.87 1.261 3.048 1.647 3.551 1.813l.131.045a1.9 1.9 0 0 0 1.986-.455l.955-.954c.362-.363.561-.842.561-1.353c0-.512-.199-.995-.56-1.356l-1.15-1.148c-.724-.723-1.986-.723-2.71 0l-1.707 1.707a14.3 14.3 0 0 1-2.154-1.81l-.25-.25a14 14 0 0 1-1.801-2.147l1.707-1.707c.362-.361.56-.845.56-1.356c0-.51-.198-.99-.56-1.353l-1.152-1.15a1.9 1.9 0 0 0-1.352-.559"/></svg>
React
import type { SVGProps } from "react";
export function LaPhoneSquare(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 2h18v18H7zm4.871 2.002c-.49 0-.981.186-1.355.559l-.955.955a1.9 1.9 0 0 0-.454 1.986l.043.13c.165.504.552 1.68 1.813 3.548c.612.908 1.32 1.757 2.098 2.515l.234.235a16.3 16.3 0 0 0 2.521 2.105c1.87 1.261 3.048 1.647 3.551 1.813l.131.045a1.9 1.9 0 0 0 1.986-.455l.955-.954c.362-.363.561-.842.561-1.353c0-.512-.199-.995-.56-1.356l-1.15-1.148c-.724-.723-1.986-.723-2.71 0l-1.707 1.707a14.3 14.3 0 0 1-2.154-1.81l-.25-.25a14 14 0 0 1-1.801-2.147l1.707-1.707c.362-.361.56-.845.56-1.356c0-.51-.198-.99-.56-1.353l-1.152-1.15a1.9 1.9 0 0 0-1.352-.559"/></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 2h18v18H7zm4.871 2.002c-.49 0-.981.186-1.355.559l-.955.955a1.9 1.9 0 0 0-.454 1.986l.043.13c.165.504.552 1.68 1.813 3.548c.612.908 1.32 1.757 2.098 2.515l.234.235a16.3 16.3 0 0 0 2.521 2.105c1.87 1.261 3.048 1.647 3.551 1.813l.131.045a1.9 1.9 0 0 0 1.986-.455l.955-.954c.362-.363.561-.842.561-1.353c0-.512-.199-.995-.56-1.356l-1.15-1.148c-.724-.723-1.986-.723-2.71 0l-1.707 1.707a14.3 14.3 0 0 1-2.154-1.81l-.25-.25a14 14 0 0 1-1.801-2.147l1.707-1.707c.362-.361.56-.845.56-1.356c0-.51-.198-.99-.56-1.353l-1.152-1.15a1.9 1.9 0 0 0-1.352-.559"/></svg> </template>
CSS
.icon-phone-square {
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%202h18v18H7zm4.871%202.002c-.49%200-.981.186-1.355.559l-.955.955a1.9%201.9%200%200%200-.454%201.986l.043.13c.165.504.552%201.68%201.813%203.548c.612.908%201.32%201.757%202.098%202.515l.234.235a16.3%2016.3%200%200%200%202.521%202.105c1.87%201.261%203.048%201.647%203.551%201.813l.131.045a1.9%201.9%200%200%200%201.986-.455l.955-.954c.362-.363.561-.842.561-1.353c0-.512-.199-.995-.56-1.356l-1.15-1.148c-.724-.723-1.986-.723-2.71%200l-1.707%201.707a14.3%2014.3%200%200%201-2.154-1.81l-.25-.25a14%2014%200%200%201-1.801-2.147l1.707-1.707c.362-.361.56-.845.56-1.356c0-.51-.198-.99-.56-1.353l-1.152-1.15a1.9%201.9%200%200%200-1.352-.559%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%202h18v18H7zm4.871%202.002c-.49%200-.981.186-1.355.559l-.955.955a1.9%201.9%200%200%200-.454%201.986l.043.13c.165.504.552%201.68%201.813%203.548c.612.908%201.32%201.757%202.098%202.515l.234.235a16.3%2016.3%200%200%200%202.521%202.105c1.87%201.261%203.048%201.647%203.551%201.813l.131.045a1.9%201.9%200%200%200%201.986-.455l.955-.954c.362-.363.561-.842.561-1.353c0-.512-.199-.995-.56-1.356l-1.15-1.148c-.724-.723-1.986-.723-2.71%200l-1.707%201.707a14.3%2014.3%200%200%201-2.154-1.81l-.25-.25a14%2014%200%200%201-1.801-2.147l1.707-1.707c.362-.361.56-.845.56-1.356c0-.51-.198-.99-.56-1.353l-1.152-1.15a1.9%201.9%200%200%200-1.352-.559%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/phone-square.svg?color=%231a73e8&size=48