square logo
square from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- square
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
squareAkar IconssquareBootstrap IconssquareBoxIcons v2squareBoxIcons v2 Solidsquare-fillEva IconssquareFramework7 IconssquareFont Awesome 6 RegularsquareFont Awesome 6 SolidsquareFont Awesome RegularsquareFont Awesome SolidsquareFeather Iconssquare-12-filledFluent UI System Iconssquarecss.ggsquareHuge IconssquareHumbleiconssquareIconParksquareIconPark OutlinesquareIconPark SolidsquareIconPark TwoTonesquareIconoirsquareIonIconssquareJam IconssquareLine AwesomesquareMaterial Line Icons
Use the square logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.01 0A4.01 4.01 0 0 0 0 4.01v15.98c0 2.21 1.8 4 4.01 4.01h15.98C22.2 24 24 22.2 24 19.99V4a4.01 4.01 0 0 0-4.01-4H4zm1.62 4.36h12.74c.7 0 1.26.57 1.26 1.27v12.74c0 .7-.56 1.27-1.26 1.27H5.63c-.7 0-1.26-.57-1.26-1.27V5.63a1.27 1.27 0 0 1 1.26-1.27m3.83 4.35a.73.73 0 0 0-.73.73v5.09c0 .4.32.72.72.72h5.1a.73.73 0 0 0 .73-.72V9.44a.73.73 0 0 0-.73-.73h-5.1Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSquare(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.01 0A4.01 4.01 0 0 0 0 4.01v15.98c0 2.21 1.8 4 4.01 4.01h15.98C22.2 24 24 22.2 24 19.99V4a4.01 4.01 0 0 0-4.01-4H4zm1.62 4.36h12.74c.7 0 1.26.57 1.26 1.27v12.74c0 .7-.56 1.27-1.26 1.27H5.63c-.7 0-1.26-.57-1.26-1.27V5.63a1.27 1.27 0 0 1 1.26-1.27m3.83 4.35a.73.73 0 0 0-.73.73v5.09c0 .4.32.72.72.72h5.1a.73.73 0 0 0 .73-.72V9.44a.73.73 0 0 0-.73-.73h-5.1Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.01 0A4.01 4.01 0 0 0 0 4.01v15.98c0 2.21 1.8 4 4.01 4.01h15.98C22.2 24 24 22.2 24 19.99V4a4.01 4.01 0 0 0-4.01-4H4zm1.62 4.36h12.74c.7 0 1.26.57 1.26 1.27v12.74c0 .7-.56 1.27-1.26 1.27H5.63c-.7 0-1.26-.57-1.26-1.27V5.63a1.27 1.27 0 0 1 1.26-1.27m3.83 4.35a.73.73 0 0 0-.73.73v5.09c0 .4.32.72.72.72h5.1a.73.73 0 0 0 .73-.72V9.44a.73.73 0 0 0-.73-.73h-5.1Z"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.01%200A4.01%204.01%200%200%200%200%204.01v15.98c0%202.21%201.8%204%204.01%204.01h15.98C22.2%2024%2024%2022.2%2024%2019.99V4a4.01%204.01%200%200%200-4.01-4H4zm1.62%204.36h12.74c.7%200%201.26.57%201.26%201.27v12.74c0%20.7-.56%201.27-1.26%201.27H5.63c-.7%200-1.26-.57-1.26-1.27V5.63a1.27%201.27%200%200%201%201.26-1.27m3.83%204.35a.73.73%200%200%200-.73.73v5.09c0%20.4.32.72.72.72h5.1a.73.73%200%200%200%20.73-.72V9.44a.73.73%200%200%200-.73-.73h-5.1Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.01%200A4.01%204.01%200%200%200%200%204.01v15.98c0%202.21%201.8%204%204.01%204.01h15.98C22.2%2024%2024%2022.2%2024%2019.99V4a4.01%204.01%200%200%200-4.01-4H4zm1.62%204.36h12.74c.7%200%201.26.57%201.26%201.27v12.74c0%20.7-.56%201.27-1.26%201.27H5.63c-.7%200-1.26-.57-1.26-1.27V5.63a1.27%201.27%200%200%201%201.26-1.27m3.83%204.35a.73.73%200%200%200-.73.73v5.09c0%20.4.32.72.72.72h5.1a.73.73%200%200%200%20.73-.72V9.44a.73.73%200%200%200-.73-.73h-5.1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/square.svg?color=%231a73e8&size=48