add column right icon
add-column-right-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- add-column-right-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-leftadd-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 right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.143 14.356Q18 14.213 18 14v-1.5h-1.5q-.213 0-.356-.144T16 11.999t.144-.356t.356-.143H18V10q0-.213.144-.356t.357-.144t.356.144T19 10v1.5h1.5q.213 0 .356.144t.144.357t-.144.356t-.356.143H19V14q0 .213-.144.356t-.357.144t-.356-.144M4.616 20q-.667 0-1.141-.475T3 18.386V5.615q0-.666.475-1.14T4.615 4h5.943v16zm6.942 0V4h5.827q.666 0 1.14.475T19 5.615v1.043q0 .2-.146.332q-.146.131-.354.126q-2.027 0-3.456 1.42Q13.615 9.959 13.615 12t1.43 3.464q1.428 1.42 3.455 1.42q.2 0 .35.128t.15.33v1.043q0 .666-.475 1.14t-1.14.475z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAddColumnRightRounded(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="M18.143 14.356Q18 14.213 18 14v-1.5h-1.5q-.213 0-.356-.144T16 11.999t.144-.356t.356-.143H18V10q0-.213.144-.356t.357-.144t.356.144T19 10v1.5h1.5q.213 0 .356.144t.144.357t-.144.356t-.356.143H19V14q0 .213-.144.356t-.357.144t-.356-.144M4.616 20q-.667 0-1.141-.475T3 18.386V5.615q0-.666.475-1.14T4.615 4h5.943v16zm6.942 0V4h5.827q.666 0 1.14.475T19 5.615v1.043q0 .2-.146.332q-.146.131-.354.126q-2.027 0-3.456 1.42Q13.615 9.959 13.615 12t1.43 3.464q1.428 1.42 3.455 1.42q.2 0 .35.128t.15.33v1.043q0 .666-.475 1.14t-1.14.475z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.143 14.356Q18 14.213 18 14v-1.5h-1.5q-.213 0-.356-.144T16 11.999t.144-.356t.356-.143H18V10q0-.213.144-.356t.357-.144t.356.144T19 10v1.5h1.5q.213 0 .356.144t.144.357t-.144.356t-.356.143H19V14q0 .213-.144.356t-.357.144t-.356-.144M4.616 20q-.667 0-1.141-.475T3 18.386V5.615q0-.666.475-1.14T4.615 4h5.943v16zm6.942 0V4h5.827q.666 0 1.14.475T19 5.615v1.043q0 .2-.146.332q-.146.131-.354.126q-2.027 0-3.456 1.42Q13.615 9.959 13.615 12t1.43 3.464q1.428 1.42 3.455 1.42q.2 0 .35.128t.15.33v1.043q0 .666-.475 1.14t-1.14.475z"/></svg> </template>
CSS
.icon-add-column-right-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%22M18.143%2014.356Q18%2014.213%2018%2014v-1.5h-1.5q-.213%200-.356-.144T16%2011.999t.144-.356t.356-.143H18V10q0-.213.144-.356t.357-.144t.356.144T19%2010v1.5h1.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143H19V14q0%20.213-.144.356t-.357.144t-.356-.144M4.616%2020q-.667%200-1.141-.475T3%2018.386V5.615q0-.666.475-1.14T4.615%204h5.943v16zm6.942%200V4h5.827q.666%200%201.14.475T19%205.615v1.043q0%20.2-.146.332q-.146.131-.354.126q-2.027%200-3.456%201.42Q13.615%209.959%2013.615%2012t1.43%203.464q1.428%201.42%203.455%201.42q.2%200%20.35.128t.15.33v1.043q0%20.666-.475%201.14t-1.14.475z%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%22M18.143%2014.356Q18%2014.213%2018%2014v-1.5h-1.5q-.213%200-.356-.144T16%2011.999t.144-.356t.356-.143H18V10q0-.213.144-.356t.357-.144t.356.144T19%2010v1.5h1.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143H19V14q0%20.213-.144.356t-.357.144t-.356-.144M4.616%2020q-.667%200-1.141-.475T3%2018.386V5.615q0-.666.475-1.14T4.615%204h5.943v16zm6.942%200V4h5.827q.666%200%201.14.475T19%205.615v1.043q0%20.2-.146.332q-.146.131-.354.126q-2.027%200-3.456%201.42Q13.615%209.959%2013.615%2012t1.43%203.464q1.428%201.42%203.455%201.42q.2%200%20.35.128t.15.33v1.043q0%20.666-.475%201.14t-1.14.475z%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-right-rounded.svg?color=%231a73e8&size=48