add column right icon

add-column-right-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
add-column-right-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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.288 14.713Q18 14.425 18 14v-1h-1q-.425 0-.712-.288T16 12t.288-.712T17 11h1v-1q0-.425.288-.712T19 9t.713.288T20 10v1h1q.425 0 .713.288T22 12t-.288.713T21 13h-1v1q0 .425-.288.713T19 15t-.712-.288M4 21q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3h6v18zm8 0V3h6q.825 0 1.413.588T20 5v1.1q0 .4-.3.663T19 7q-2.075 0-3.537 1.45T14 12t1.463 3.55T19 17q.4 0 .7.25t.3.65V19q0 .825-.587 1.413T18 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAddColumnRightRounded(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.288 14.713Q18 14.425 18 14v-1h-1q-.425 0-.712-.288T16 12t.288-.712T17 11h1v-1q0-.425.288-.712T19 9t.713.288T20 10v1h1q.425 0 .713.288T22 12t-.288.713T21 13h-1v1q0 .425-.288.713T19 15t-.712-.288M4 21q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3h6v18zm8 0V3h6q.825 0 1.413.588T20 5v1.1q0 .4-.3.663T19 7q-2.075 0-3.537 1.45T14 12t1.463 3.55T19 17q.4 0 .7.25t.3.65V19q0 .825-.587 1.413T18 21z"/></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.288 14.713Q18 14.425 18 14v-1h-1q-.425 0-.712-.288T16 12t.288-.712T17 11h1v-1q0-.425.288-.712T19 9t.713.288T20 10v1h1q.425 0 .713.288T22 12t-.288.713T21 13h-1v1q0 .425-.288.713T19 15t-.712-.288M4 21q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3h6v18zm8 0V3h6q.825 0 1.413.588T20 5v1.1q0 .4-.3.663T19 7q-2.075 0-3.537 1.45T14 12t1.463 3.55T19 17q.4 0 .7.25t.3.65V19q0 .825-.587 1.413T18 21z"/></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.288%2014.713Q18%2014.425%2018%2014v-1h-1q-.425%200-.712-.288T16%2012t.288-.712T17%2011h1v-1q0-.425.288-.712T19%209t.713.288T20%2010v1h1q.425%200%20.713.288T22%2012t-.288.713T21%2013h-1v1q0%20.425-.288.713T19%2015t-.712-.288M4%2021q-.825%200-1.412-.587T2%2019V5q0-.825.588-1.412T4%203h6v18zm8%200V3h6q.825%200%201.413.588T20%205v1.1q0%20.4-.3.663T19%207q-2.075%200-3.537%201.45T14%2012t1.463%203.55T19%2017q.4%200%20.7.25t.3.65V19q0%20.825-.587%201.413T18%2021z%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.288%2014.713Q18%2014.425%2018%2014v-1h-1q-.425%200-.712-.288T16%2012t.288-.712T17%2011h1v-1q0-.425.288-.712T19%209t.713.288T20%2010v1h1q.425%200%20.713.288T22%2012t-.288.713T21%2013h-1v1q0%20.425-.288.713T19%2015t-.712-.288M4%2021q-.825%200-1.412-.587T2%2019V5q0-.825.588-1.412T4%203h6v18zm8%200V3h6q.825%200%201.413.588T20%205v1.1q0%20.4-.3.663T19%207q-2.075%200-3.537%201.45T14%2012t1.463%203.55T19%2017q.4%200%20.7.25t.3.65V19q0%20.825-.587%201.413T18%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/add-column-right-rounded.svg?color=%231a73e8&size=48