add to list icon

add-to-list from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
add-to-list
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the add to list 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.5 9v5c0 3.771 0 5.657 1.172 6.828S7.729 22 11.5 22h1c3.771 0 5.657 0 6.828-1.172S20.5 17.771 20.5 14v-4c0-3.771 0-5.657-1.172-6.828S16.271 2 12.5 2H12m1.5 15h4m-4-10h4m-4 5h4"/><path d="M6.5 16.5s.968.267 1.5 1.5c0 0 1-3 3-4m-1-9H3.5M10 5c0-.84-2.327-2.41-2.917-3M10 5c0 .84-2.327 2.41-2.917 3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAddToList(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.5 9v5c0 3.771 0 5.657 1.172 6.828S7.729 22 11.5 22h1c3.771 0 5.657 0 6.828-1.172S20.5 17.771 20.5 14v-4c0-3.771 0-5.657-1.172-6.828S16.271 2 12.5 2H12m1.5 15h4m-4-10h4m-4 5h4"/><path d="M6.5 16.5s.968.267 1.5 1.5c0 0 1-3 3-4m-1-9H3.5M10 5c0-.84-2.327-2.41-2.917-3M10 5c0 .84-2.327 2.41-2.917 3"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.5 9v5c0 3.771 0 5.657 1.172 6.828S7.729 22 11.5 22h1c3.771 0 5.657 0 6.828-1.172S20.5 17.771 20.5 14v-4c0-3.771 0-5.657-1.172-6.828S16.271 2 12.5 2H12m1.5 15h4m-4-10h4m-4 5h4"/><path d="M6.5 16.5s.968.267 1.5 1.5c0 0 1-3 3-4m-1-9H3.5M10 5c0-.84-2.327-2.41-2.917-3M10 5c0 .84-2.327 2.41-2.917 3"/></g></svg>
</template>

CSS

.icon-add-to-list {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.5%209v5c0%203.771%200%205.657%201.172%206.828S7.729%2022%2011.5%2022h1c3.771%200%205.657%200%206.828-1.172S20.5%2017.771%2020.5%2014v-4c0-3.771%200-5.657-1.172-6.828S16.271%202%2012.5%202H12m1.5%2015h4m-4-10h4m-4%205h4%22%2F%3E%3Cpath%20d%3D%22M6.5%2016.5s.968.267%201.5%201.5c0%200%201-3%203-4m-1-9H3.5M10%205c0-.84-2.327-2.41-2.917-3M10%205c0%20.84-2.327%202.41-2.917%203%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.5%209v5c0%203.771%200%205.657%201.172%206.828S7.729%2022%2011.5%2022h1c3.771%200%205.657%200%206.828-1.172S20.5%2017.771%2020.5%2014v-4c0-3.771%200-5.657-1.172-6.828S16.271%202%2012.5%202H12m1.5%2015h4m-4-10h4m-4%205h4%22%2F%3E%3Cpath%20d%3D%22M6.5%2016.5s.968.267%201.5%201.5c0%200%201-3%203-4m-1-9H3.5M10%205c0-.84-2.327-2.41-2.917-3M10%205c0%20.84-2.327%202.41-2.917%203%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/add-to-list.svg?color=%231a73e8&size=48