whatsapp square icon
whatsapp-square from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- whatsapp-square
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the whatsapp 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 2h18v18H7zm9 2c-3.9 0-7 3.1-7 7c0 1.3.4 2.5 1 3.5L9 23l3.5-.9c1 .6 2.2.9 3.5.9c3.9 0 7-3.1 7-7s-3.1-7-7-7m0 1.5c3 0 5.5 2.5 5.5 5.5S19 21.5 16 21.5c-1 0-1.9-.3-2.7-.7l-.5-.3l-.6.2l-1 .3l.3-1l.2-.6l-.3-.5c-.5-.8-.8-1.8-.8-2.8c-.1-3.1 2.4-5.6 5.4-5.6m-2.2 2.6c-.1 0-.3 0-.4.2c-.2.1-.6.5-.6 1.3c0 .7.5 1.5.6 1.6s1.1 1.7 2.7 2.4c1 .4 1.4.5 1.9.4c.3-.1 1-.4 1.1-.8s.1-.7.2-.5c0-.1-.1-.1-.3-.2s-1-.5-1.1-.5c-.2 0-.3-.1-.4.1c-.1.1-.4.5-.5.6s-.1.1-.3 0c-1-.5-1.6-.9-2.2-1.9c-.1-.3.2-.3.5-.9c.1-.1 0-.2 0-.3c-.1-.1-.4-.9-.5-1.2c-.2-.3-.3-.3-.4-.3z"/></svg>
React
import type { SVGProps } from "react";
export function LaWhatsappSquare(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 2h18v18H7zm9 2c-3.9 0-7 3.1-7 7c0 1.3.4 2.5 1 3.5L9 23l3.5-.9c1 .6 2.2.9 3.5.9c3.9 0 7-3.1 7-7s-3.1-7-7-7m0 1.5c3 0 5.5 2.5 5.5 5.5S19 21.5 16 21.5c-1 0-1.9-.3-2.7-.7l-.5-.3l-.6.2l-1 .3l.3-1l.2-.6l-.3-.5c-.5-.8-.8-1.8-.8-2.8c-.1-3.1 2.4-5.6 5.4-5.6m-2.2 2.6c-.1 0-.3 0-.4.2c-.2.1-.6.5-.6 1.3c0 .7.5 1.5.6 1.6s1.1 1.7 2.7 2.4c1 .4 1.4.5 1.9.4c.3-.1 1-.4 1.1-.8s.1-.7.2-.5c0-.1-.1-.1-.3-.2s-1-.5-1.1-.5c-.2 0-.3-.1-.4.1c-.1.1-.4.5-.5.6s-.1.1-.3 0c-1-.5-1.6-.9-2.2-1.9c-.1-.3.2-.3.5-.9c.1-.1 0-.2 0-.3c-.1-.1-.4-.9-.5-1.2c-.2-.3-.3-.3-.4-.3z"/></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 2h18v18H7zm9 2c-3.9 0-7 3.1-7 7c0 1.3.4 2.5 1 3.5L9 23l3.5-.9c1 .6 2.2.9 3.5.9c3.9 0 7-3.1 7-7s-3.1-7-7-7m0 1.5c3 0 5.5 2.5 5.5 5.5S19 21.5 16 21.5c-1 0-1.9-.3-2.7-.7l-.5-.3l-.6.2l-1 .3l.3-1l.2-.6l-.3-.5c-.5-.8-.8-1.8-.8-2.8c-.1-3.1 2.4-5.6 5.4-5.6m-2.2 2.6c-.1 0-.3 0-.4.2c-.2.1-.6.5-.6 1.3c0 .7.5 1.5.6 1.6s1.1 1.7 2.7 2.4c1 .4 1.4.5 1.9.4c.3-.1 1-.4 1.1-.8s.1-.7.2-.5c0-.1-.1-.1-.3-.2s-1-.5-1.1-.5c-.2 0-.3-.1-.4.1c-.1.1-.4.5-.5.6s-.1.1-.3 0c-1-.5-1.6-.9-2.2-1.9c-.1-.3.2-.3.5-.9c.1-.1 0-.2 0-.3c-.1-.1-.4-.9-.5-1.2c-.2-.3-.3-.3-.4-.3z"/></svg> </template>
CSS
.icon-whatsapp-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%202h18v18H7zm9%202c-3.9%200-7%203.1-7%207c0%201.3.4%202.5%201%203.5L9%2023l3.5-.9c1%20.6%202.2.9%203.5.9c3.9%200%207-3.1%207-7s-3.1-7-7-7m0%201.5c3%200%205.5%202.5%205.5%205.5S19%2021.5%2016%2021.5c-1%200-1.9-.3-2.7-.7l-.5-.3l-.6.2l-1%20.3l.3-1l.2-.6l-.3-.5c-.5-.8-.8-1.8-.8-2.8c-.1-3.1%202.4-5.6%205.4-5.6m-2.2%202.6c-.1%200-.3%200-.4.2c-.2.1-.6.5-.6%201.3c0%20.7.5%201.5.6%201.6s1.1%201.7%202.7%202.4c1%20.4%201.4.5%201.9.4c.3-.1%201-.4%201.1-.8s.1-.7.2-.5c0-.1-.1-.1-.3-.2s-1-.5-1.1-.5c-.2%200-.3-.1-.4.1c-.1.1-.4.5-.5.6s-.1.1-.3%200c-1-.5-1.6-.9-2.2-1.9c-.1-.3.2-.3.5-.9c.1-.1%200-.2%200-.3c-.1-.1-.4-.9-.5-1.2c-.2-.3-.3-.3-.4-.3z%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%202h18v18H7zm9%202c-3.9%200-7%203.1-7%207c0%201.3.4%202.5%201%203.5L9%2023l3.5-.9c1%20.6%202.2.9%203.5.9c3.9%200%207-3.1%207-7s-3.1-7-7-7m0%201.5c3%200%205.5%202.5%205.5%205.5S19%2021.5%2016%2021.5c-1%200-1.9-.3-2.7-.7l-.5-.3l-.6.2l-1%20.3l.3-1l.2-.6l-.3-.5c-.5-.8-.8-1.8-.8-2.8c-.1-3.1%202.4-5.6%205.4-5.6m-2.2%202.6c-.1%200-.3%200-.4.2c-.2.1-.6.5-.6%201.3c0%20.7.5%201.5.6%201.6s1.1%201.7%202.7%202.4c1%20.4%201.4.5%201.9.4c.3-.1%201-.4%201.1-.8s.1-.7.2-.5c0-.1-.1-.1-.3-.2s-1-.5-1.1-.5c-.2%200-.3-.1-.4.1c-.1.1-.4.5-.5.6s-.1.1-.3%200c-1-.5-1.6-.9-2.2-1.9c-.1-.3.2-.3.5-.9c.1-.1%200-.2%200-.3c-.1-.1-.4-.9-.5-1.2c-.2-.3-.3-.3-.4-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/whatsapp-square.svg?color=%231a73e8&size=48