columns icon

columns-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
columns-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

The same icon in other sets

Use the columns icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.75 0h2.5C6.216 0 7 .784 7 1.75v12.5A1.75 1.75 0 0 1 5.25 16h-2.5A1.75 1.75 0 0 1 1 14.25V1.75C1 .784 1.784 0 2.75 0m8 0h2.5C14.216 0 15 .784 15 1.75v12.5A1.75 1.75 0 0 1 13.25 16h-2.5A1.75 1.75 0 0 1 9 14.25V1.75C9 .784 9.784 0 10.75 0M2.5 1.75v12.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25m8 0v12.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25"/></svg>

React

import type { SVGProps } from "react";

export function OcticonColumns16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.75 0h2.5C6.216 0 7 .784 7 1.75v12.5A1.75 1.75 0 0 1 5.25 16h-2.5A1.75 1.75 0 0 1 1 14.25V1.75C1 .784 1.784 0 2.75 0m8 0h2.5C14.216 0 15 .784 15 1.75v12.5A1.75 1.75 0 0 1 13.25 16h-2.5A1.75 1.75 0 0 1 9 14.25V1.75C9 .784 9.784 0 10.75 0M2.5 1.75v12.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25m8 0v12.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.75 0h2.5C6.216 0 7 .784 7 1.75v12.5A1.75 1.75 0 0 1 5.25 16h-2.5A1.75 1.75 0 0 1 1 14.25V1.75C1 .784 1.784 0 2.75 0m8 0h2.5C14.216 0 15 .784 15 1.75v12.5A1.75 1.75 0 0 1 13.25 16h-2.5A1.75 1.75 0 0 1 9 14.25V1.75C9 .784 9.784 0 10.75 0M2.5 1.75v12.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25m8 0v12.5c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25"/></svg>
</template>

CSS

.icon-columns-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.75%200h2.5C6.216%200%207%20.784%207%201.75v12.5A1.75%201.75%200%200%201%205.25%2016h-2.5A1.75%201.75%200%200%201%201%2014.25V1.75C1%20.784%201.784%200%202.75%200m8%200h2.5C14.216%200%2015%20.784%2015%201.75v12.5A1.75%201.75%200%200%201%2013.25%2016h-2.5A1.75%201.75%200%200%201%209%2014.25V1.75C9%20.784%209.784%200%2010.75%200M2.5%201.75v12.5c0%20.138.112.25.25.25h2.5a.25.25%200%200%200%20.25-.25V1.75a.25.25%200%200%200-.25-.25h-2.5a.25.25%200%200%200-.25.25m8%200v12.5c0%20.138.112.25.25.25h2.5a.25.25%200%200%200%20.25-.25V1.75a.25.25%200%200%200-.25-.25h-2.5a.25.25%200%200%200-.25.25%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.75%200h2.5C6.216%200%207%20.784%207%201.75v12.5A1.75%201.75%200%200%201%205.25%2016h-2.5A1.75%201.75%200%200%201%201%2014.25V1.75C1%20.784%201.784%200%202.75%200m8%200h2.5C14.216%200%2015%20.784%2015%201.75v12.5A1.75%201.75%200%200%201%2013.25%2016h-2.5A1.75%201.75%200%200%201%209%2014.25V1.75C9%20.784%209.784%200%2010.75%200M2.5%201.75v12.5c0%20.138.112.25.25.25h2.5a.25.25%200%200%200%20.25-.25V1.75a.25.25%200%200%200-.25-.25h-2.5a.25.25%200%200%200-.25.25m8%200v12.5c0%20.138.112.25.25.25h2.5a.25.25%200%200%200%20.25-.25V1.75a.25.25%200%200%200-.25-.25h-2.5a.25.25%200%200%200-.25.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/columns-16.svg?color=%231a73e8&size=48