add column right icon

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

Name
add-column-right-outline-rounded
Set
Material Symbols
Style
Outline 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="M10 5H4v14h6zM4 21q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3h14q.825 0 1.413.588T20 5v1q0 .425-.288.713T19 7t-.712-.288T18 6V5h-6v14h6v-1q0-.425.288-.712T19 17t.713.288T20 18v1q0 .825-.587 1.413T18 21zm14.288-6.288Q18 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-.288M10 12h2zm0 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAddColumnRightOutlineRounded(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="M10 5H4v14h6zM4 21q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3h14q.825 0 1.413.588T20 5v1q0 .425-.288.713T19 7t-.712-.288T18 6V5h-6v14h6v-1q0-.425.288-.712T19 17t.713.288T20 18v1q0 .825-.587 1.413T18 21zm14.288-6.288Q18 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-.288M10 12h2zm0 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 5H4v14h6zM4 21q-.825 0-1.412-.587T2 19V5q0-.825.588-1.412T4 3h14q.825 0 1.413.588T20 5v1q0 .425-.288.713T19 7t-.712-.288T18 6V5h-6v14h6v-1q0-.425.288-.712T19 17t.713.288T20 18v1q0 .825-.587 1.413T18 21zm14.288-6.288Q18 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-.288M10 12h2zm0 0"/></svg>
</template>

CSS

.icon-add-column-right-outline-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%22M10%205H4v14h6zM4%2021q-.825%200-1.412-.587T2%2019V5q0-.825.588-1.412T4%203h14q.825%200%201.413.588T20%205v1q0%20.425-.288.713T19%207t-.712-.288T18%206V5h-6v14h6v-1q0-.425.288-.712T19%2017t.713.288T20%2018v1q0%20.825-.587%201.413T18%2021zm14.288-6.288Q18%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-.288M10%2012h2zm0%200%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%22M10%205H4v14h6zM4%2021q-.825%200-1.412-.587T2%2019V5q0-.825.588-1.412T4%203h14q.825%200%201.413.588T20%205v1q0%20.425-.288.713T19%207t-.712-.288T18%206V5h-6v14h6v-1q0-.425.288-.712T19%2017t.713.288T20%2018v1q0%20.825-.587%201.413T18%2021zm14.288-6.288Q18%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-.288M10%2012h2zm0%200%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-outline-rounded.svg?color=%231a73e8&size=48