add column left icon
add-column-left-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- add-column-left-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretchalign-space-around
Use the add column left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.143 14.356Q5 14.213 5 14v-1.5H3.5q-.213 0-.356-.144T3 11.999t.144-.356t.356-.143H5V10q0-.213.144-.356t.357-.144t.356.144T6 10v1.5h1.5q.213 0 .356.144t.144.357t-.144.356t-.356.143H6V14q0 .213-.144.356t-.357.144t-.356-.144m8.3 5.644V4h5.942q.666 0 1.14.475T21 5.615v12.77q0 .666-.475 1.14t-1.14.475zm-6.827 0q-.667 0-1.141-.475T5 18.386v-1.043q0-.2.146-.332q.146-.131.354-.126q2.027 0 3.456-1.42q1.429-1.422 1.429-3.464t-1.43-3.463Q7.528 7.116 5.5 7.116q-.2 0-.35-.128T5 6.658V5.616q0-.667.475-1.141T6.615 4h5.827v16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAddColumnLeftRounded(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="M5.143 14.356Q5 14.213 5 14v-1.5H3.5q-.213 0-.356-.144T3 11.999t.144-.356t.356-.143H5V10q0-.213.144-.356t.357-.144t.356.144T6 10v1.5h1.5q.213 0 .356.144t.144.357t-.144.356t-.356.143H6V14q0 .213-.144.356t-.357.144t-.356-.144m8.3 5.644V4h5.942q.666 0 1.14.475T21 5.615v12.77q0 .666-.475 1.14t-1.14.475zm-6.827 0q-.667 0-1.141-.475T5 18.386v-1.043q0-.2.146-.332q.146-.131.354-.126q2.027 0 3.456-1.42q1.429-1.422 1.429-3.464t-1.43-3.463Q7.528 7.116 5.5 7.116q-.2 0-.35-.128T5 6.658V5.616q0-.667.475-1.141T6.615 4h5.827v16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.143 14.356Q5 14.213 5 14v-1.5H3.5q-.213 0-.356-.144T3 11.999t.144-.356t.356-.143H5V10q0-.213.144-.356t.357-.144t.356.144T6 10v1.5h1.5q.213 0 .356.144t.144.357t-.144.356t-.356.143H6V14q0 .213-.144.356t-.357.144t-.356-.144m8.3 5.644V4h5.942q.666 0 1.14.475T21 5.615v12.77q0 .666-.475 1.14t-1.14.475zm-6.827 0q-.667 0-1.141-.475T5 18.386v-1.043q0-.2.146-.332q.146-.131.354-.126q2.027 0 3.456-1.42q1.429-1.422 1.429-3.464t-1.43-3.463Q7.528 7.116 5.5 7.116q-.2 0-.35-.128T5 6.658V5.616q0-.667.475-1.141T6.615 4h5.827v16z"/></svg> </template>
CSS
.icon-add-column-left-rounded {
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%22M5.143%2014.356Q5%2014.213%205%2014v-1.5H3.5q-.213%200-.356-.144T3%2011.999t.144-.356t.356-.143H5V10q0-.213.144-.356t.357-.144t.356.144T6%2010v1.5h1.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143H6V14q0%20.213-.144.356t-.357.144t-.356-.144m8.3%205.644V4h5.942q.666%200%201.14.475T21%205.615v12.77q0%20.666-.475%201.14t-1.14.475zm-6.827%200q-.667%200-1.141-.475T5%2018.386v-1.043q0-.2.146-.332q.146-.131.354-.126q2.027%200%203.456-1.42q1.429-1.422%201.429-3.464t-1.43-3.463Q7.528%207.116%205.5%207.116q-.2%200-.35-.128T5%206.658V5.616q0-.667.475-1.141T6.615%204h5.827v16z%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%22M5.143%2014.356Q5%2014.213%205%2014v-1.5H3.5q-.213%200-.356-.144T3%2011.999t.144-.356t.356-.143H5V10q0-.213.144-.356t.357-.144t.356.144T6%2010v1.5h1.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143H6V14q0%20.213-.144.356t-.357.144t-.356-.144m8.3%205.644V4h5.942q.666%200%201.14.475T21%205.615v12.77q0%20.666-.475%201.14t-1.14.475zm-6.827%200q-.667%200-1.141-.475T5%2018.386v-1.043q0-.2.146-.332q.146-.131.354-.126q2.027%200%203.456-1.42q1.429-1.422%201.429-3.464t-1.43-3.463Q7.528%207.116%205.5%207.116q-.2%200-.35-.128T5%206.658V5.616q0-.667.475-1.141T6.615%204h5.827v16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/add-column-left-rounded.svg?color=%231a73e8&size=48