column insert icon

column-insert from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
column-insert
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the column insert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M17.5 7c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C21 8.393 21 9.096 21 10.5v8c0 1.404 0 2.107-.337 2.611a2 2 0 0 1-.552.552C19.607 22 18.904 22 17.5 22s-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C14 20.607 14 19.904 14 18.5v-8c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C15.393 7 16.096 7 17.5 7Zm-11 0c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C10 8.393 10 9.096 10 10.5v8c0 1.404 0 2.107-.337 2.611a2 2 0 0 1-.552.552C8.607 22 7.904 22 6.5 22s-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C3 20.607 3 19.904 3 18.5v-8c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C4.393 7 5.096 7 6.5 7Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m15 2l-1.586 1.533c-.666.645-1 .967-1.414.967s-.748-.322-1.414-.967L9 2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsColumnInsert(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M17.5 7c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C21 8.393 21 9.096 21 10.5v8c0 1.404 0 2.107-.337 2.611a2 2 0 0 1-.552.552C19.607 22 18.904 22 17.5 22s-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C14 20.607 14 19.904 14 18.5v-8c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C15.393 7 16.096 7 17.5 7Zm-11 0c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C10 8.393 10 9.096 10 10.5v8c0 1.404 0 2.107-.337 2.611a2 2 0 0 1-.552.552C8.607 22 7.904 22 6.5 22s-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C3 20.607 3 19.904 3 18.5v-8c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C4.393 7 5.096 7 6.5 7Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m15 2l-1.586 1.533c-.666.645-1 .967-1.414.967s-.748-.322-1.414-.967L9 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M17.5 7c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C21 8.393 21 9.096 21 10.5v8c0 1.404 0 2.107-.337 2.611a2 2 0 0 1-.552.552C19.607 22 18.904 22 17.5 22s-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C14 20.607 14 19.904 14 18.5v-8c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C15.393 7 16.096 7 17.5 7Zm-11 0c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C10 8.393 10 9.096 10 10.5v8c0 1.404 0 2.107-.337 2.611a2 2 0 0 1-.552.552C8.607 22 7.904 22 6.5 22s-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C3 20.607 3 19.904 3 18.5v-8c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C4.393 7 5.096 7 6.5 7Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m15 2l-1.586 1.533c-.666.645-1 .967-1.414.967s-.748-.322-1.414-.967L9 2"/></g></svg>
</template>

CSS

.icon-column-insert {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.5%207c1.404%200%202.107%200%202.611.337a2%202%200%200%201%20.552.552C21%208.393%2021%209.096%2021%2010.5v8c0%201.404%200%202.107-.337%202.611a2%202%200%200%201-.552.552C19.607%2022%2018.904%2022%2017.5%2022s-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C14%2020.607%2014%2019.904%2014%2018.5v-8c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C15.393%207%2016.096%207%2017.5%207Zm-11%200c1.404%200%202.107%200%202.611.337a2%202%200%200%201%20.552.552C10%208.393%2010%209.096%2010%2010.5v8c0%201.404%200%202.107-.337%202.611a2%202%200%200%201-.552.552C8.607%2022%207.904%2022%206.5%2022s-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C3%2020.607%203%2019.904%203%2018.5v-8c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C4.393%207%205.096%207%206.5%207Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15%202l-1.586%201.533c-.666.645-1%20.967-1.414.967s-.748-.322-1.414-.967L9%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.5%207c1.404%200%202.107%200%202.611.337a2%202%200%200%201%20.552.552C21%208.393%2021%209.096%2021%2010.5v8c0%201.404%200%202.107-.337%202.611a2%202%200%200%201-.552.552C19.607%2022%2018.904%2022%2017.5%2022s-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C14%2020.607%2014%2019.904%2014%2018.5v-8c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C15.393%207%2016.096%207%2017.5%207Zm-11%200c1.404%200%202.107%200%202.611.337a2%202%200%200%201%20.552.552C10%208.393%2010%209.096%2010%2010.5v8c0%201.404%200%202.107-.337%202.611a2%202%200%200%201-.552.552C8.607%2022%207.904%2022%206.5%2022s-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C3%2020.607%203%2019.904%203%2018.5v-8c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C4.393%207%205.096%207%206.5%207Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15%202l-1.586%201.533c-.666.645-1%20.967-1.414.967s-.748-.322-1.414-.967L9%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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