row insert icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the row 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="M7 6.5c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C8.393 3 9.096 3 10.5 3h8c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C22 4.393 22 5.096 22 6.5s0 2.107-.337 2.611a2 2 0 0 1-.552.552C20.607 10 19.904 10 18.5 10h-8c-1.404 0-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C7 8.607 7 7.904 7 6.5Zm0 11c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C8.393 14 9.096 14 10.5 14h8c1.404 0 2.107 0 2.611.337c.218.146.406.334.552.552c.337.504.337 1.207.337 2.611s0 2.107-.337 2.611a2 2 0 0 1-.552.552C20.607 21 19.904 21 18.5 21h-8c-1.404 0-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C7 19.607 7 18.904 7 17.5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m2 9l1.533 1.586c.645.666.967 1 .967 1.414s-.322.748-.967 1.414L2 15"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRowInsert(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="M7 6.5c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C8.393 3 9.096 3 10.5 3h8c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C22 4.393 22 5.096 22 6.5s0 2.107-.337 2.611a2 2 0 0 1-.552.552C20.607 10 19.904 10 18.5 10h-8c-1.404 0-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C7 8.607 7 7.904 7 6.5Zm0 11c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C8.393 14 9.096 14 10.5 14h8c1.404 0 2.107 0 2.611.337c.218.146.406.334.552.552c.337.504.337 1.207.337 2.611s0 2.107-.337 2.611a2 2 0 0 1-.552.552C20.607 21 19.904 21 18.5 21h-8c-1.404 0-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C7 19.607 7 18.904 7 17.5Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m2 9l1.533 1.586c.645.666.967 1 .967 1.414s-.322.748-.967 1.414L2 15"/></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="M7 6.5c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C8.393 3 9.096 3 10.5 3h8c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C22 4.393 22 5.096 22 6.5s0 2.107-.337 2.611a2 2 0 0 1-.552.552C20.607 10 19.904 10 18.5 10h-8c-1.404 0-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C7 8.607 7 7.904 7 6.5Zm0 11c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C8.393 14 9.096 14 10.5 14h8c1.404 0 2.107 0 2.611.337c.218.146.406.334.552.552c.337.504.337 1.207.337 2.611s0 2.107-.337 2.611a2 2 0 0 1-.552.552C20.607 21 19.904 21 18.5 21h-8c-1.404 0-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C7 19.607 7 18.904 7 17.5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m2 9l1.533 1.586c.645.666.967 1 .967 1.414s-.322.748-.967 1.414L2 15"/></g></svg>
</template>

CSS

.icon-row-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%22M7%206.5c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C8.393%203%209.096%203%2010.5%203h8c1.404%200%202.107%200%202.611.337a2%202%200%200%201%20.552.552C22%204.393%2022%205.096%2022%206.5s0%202.107-.337%202.611a2%202%200%200%201-.552.552C20.607%2010%2019.904%2010%2018.5%2010h-8c-1.404%200-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C7%208.607%207%207.904%207%206.5Zm0%2011c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C8.393%2014%209.096%2014%2010.5%2014h8c1.404%200%202.107%200%202.611.337c.218.146.406.334.552.552c.337.504.337%201.207.337%202.611s0%202.107-.337%202.611a2%202%200%200%201-.552.552C20.607%2021%2019.904%2021%2018.5%2021h-8c-1.404%200-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C7%2019.607%207%2018.904%207%2017.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m2%209l1.533%201.586c.645.666.967%201%20.967%201.414s-.322.748-.967%201.414L2%2015%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%22M7%206.5c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C8.393%203%209.096%203%2010.5%203h8c1.404%200%202.107%200%202.611.337a2%202%200%200%201%20.552.552C22%204.393%2022%205.096%2022%206.5s0%202.107-.337%202.611a2%202%200%200%201-.552.552C20.607%2010%2019.904%2010%2018.5%2010h-8c-1.404%200-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C7%208.607%207%207.904%207%206.5Zm0%2011c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C8.393%2014%209.096%2014%2010.5%2014h8c1.404%200%202.107%200%202.611.337c.218.146.406.334.552.552c.337.504.337%201.207.337%202.611s0%202.107-.337%202.611a2%202%200%200%201-.552.552C20.607%2021%2019.904%2021%2018.5%2021h-8c-1.404%200-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C7%2019.607%207%2018.904%207%2017.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m2%209l1.533%201.586c.645.666.967%201%20.967%201.414s-.322.748-.967%201.414L2%2015%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/row-insert.svg?color=%231a73e8&size=48