left-square-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.

Name
left-square-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

2 other variants in Ant Design Icons

The same icon in other sets

Related icons in Ant Design Icons

Use the left square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32m-40 728H184V184h656z"/><path fill="currentColor" fill-opacity=".15" d="M184 840h656V184H184zm181.3-334.5l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9c0 10.3-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.7 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.4l-246-178a7.95 7.95 0 0 1 0-12.9"/><path fill="currentColor" d="m365.3 518.4l246 178c5.3 3.9 12.7.1 12.7-6.4v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a7.95 7.95 0 0 0 0 12.9"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignLeftSquareTwotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32m-40 728H184V184h656z"/><path fill="currentColor" fillOpacity=".15" d="M184 840h656V184H184zm181.3-334.5l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9c0 10.3-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.7 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.4l-246-178a7.95 7.95 0 0 1 0-12.9"/><path fill="currentColor" d="m365.3 518.4l246 178c5.3 3.9 12.7.1 12.7-6.4v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a7.95 7.95 0 0 0 0 12.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32m-40 728H184V184h656z"/><path fill="currentColor" fill-opacity=".15" d="M184 840h656V184H184zm181.3-334.5l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9c0 10.3-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.7 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.4l-246-178a7.95 7.95 0 0 1 0-12.9"/><path fill="currentColor" d="m365.3 518.4l246 178c5.3 3.9 12.7.1 12.7-6.4v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a7.95 7.95 0 0 0 0 12.9"/></svg>
</template>

CSS

.icon-left-square-twotone {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32m-40%20728H184V184h656z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M184%20840h656V184H184zm181.3-334.5l246-178c5.3-3.8%2012.7%200%2012.7%206.5v46.9c0%2010.3-4.9%2019.9-13.2%2025.9L465.4%20512l145.4%20105.2c8.3%206%2013.2%2015.7%2013.2%2025.9V690c0%206.5-7.4%2010.3-12.7%206.4l-246-178a7.95%207.95%200%200%201%200-12.9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m365.3%20518.4l246%20178c5.3%203.9%2012.7.1%2012.7-6.4v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4%20512l145.4-105.2c8.3-6%2013.2-15.6%2013.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246%20178a7.95%207.95%200%200%200%200%2012.9%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32m-40%20728H184V184h656z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M184%20840h656V184H184zm181.3-334.5l246-178c5.3-3.8%2012.7%200%2012.7%206.5v46.9c0%2010.3-4.9%2019.9-13.2%2025.9L465.4%20512l145.4%20105.2c8.3%206%2013.2%2015.7%2013.2%2025.9V690c0%206.5-7.4%2010.3-12.7%206.4l-246-178a7.95%207.95%200%200%201%200-12.9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m365.3%20518.4l246%20178c5.3%203.9%2012.7.1%2012.7-6.4v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4%20512l145.4-105.2c8.3-6%2013.2-15.6%2013.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246%20178a7.95%207.95%200%200%200%200%2012.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/left-square-twotone.svg?color=%231a73e8&size=48