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

Name
cards-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the cards 01 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="M3 11c0-2.828 0-4.243.879-5.121C4.757 5 6.172 5 9 5h2c2.828 0 4.243 0 5.121.879C17 6.757 17 8.172 17 11v5c0 2.828 0 4.243-.879 5.121C15.243 22 13.828 22 11 22H9c-2.828 0-4.243 0-5.121-.879C3 20.243 3 18.828 3 16z"/><path d="m8.044 11.762l.383-.457C9.157 10.435 9.521 10 10 10c.48 0 .844.435 1.573 1.305l.383.457C12.652 12.593 13 13.009 13 13.5s-.348.907-1.044 1.738l-.383.457C10.843 16.565 10.479 17 10 17c-.48 0-.844-.435-1.573-1.305l-.383-.457C7.348 14.407 7 13.991 7 13.5s.348-.907 1.044-1.738Z"/><path d="M16.924 19c1.096-.613 1.469-1.96 2.214-4.653l1.054-3.81c.746-2.693 1.119-4.04.486-5.101s-2.024-1.422-4.806-2.144l-1.967-.51c-2.782-.722-4.173-1.083-5.269-.47c-.78.436-1.193 1.244-1.636 2.646"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCards01(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="M3 11c0-2.828 0-4.243.879-5.121C4.757 5 6.172 5 9 5h2c2.828 0 4.243 0 5.121.879C17 6.757 17 8.172 17 11v5c0 2.828 0 4.243-.879 5.121C15.243 22 13.828 22 11 22H9c-2.828 0-4.243 0-5.121-.879C3 20.243 3 18.828 3 16z"/><path d="m8.044 11.762l.383-.457C9.157 10.435 9.521 10 10 10c.48 0 .844.435 1.573 1.305l.383.457C12.652 12.593 13 13.009 13 13.5s-.348.907-1.044 1.738l-.383.457C10.843 16.565 10.479 17 10 17c-.48 0-.844-.435-1.573-1.305l-.383-.457C7.348 14.407 7 13.991 7 13.5s.348-.907 1.044-1.738Z"/><path d="M16.924 19c1.096-.613 1.469-1.96 2.214-4.653l1.054-3.81c.746-2.693 1.119-4.04.486-5.101s-2.024-1.422-4.806-2.144l-1.967-.51c-2.782-.722-4.173-1.083-5.269-.47c-.78.436-1.193 1.244-1.636 2.646"/></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="M3 11c0-2.828 0-4.243.879-5.121C4.757 5 6.172 5 9 5h2c2.828 0 4.243 0 5.121.879C17 6.757 17 8.172 17 11v5c0 2.828 0 4.243-.879 5.121C15.243 22 13.828 22 11 22H9c-2.828 0-4.243 0-5.121-.879C3 20.243 3 18.828 3 16z"/><path d="m8.044 11.762l.383-.457C9.157 10.435 9.521 10 10 10c.48 0 .844.435 1.573 1.305l.383.457C12.652 12.593 13 13.009 13 13.5s-.348.907-1.044 1.738l-.383.457C10.843 16.565 10.479 17 10 17c-.48 0-.844-.435-1.573-1.305l-.383-.457C7.348 14.407 7 13.991 7 13.5s.348-.907 1.044-1.738Z"/><path d="M16.924 19c1.096-.613 1.469-1.96 2.214-4.653l1.054-3.81c.746-2.693 1.119-4.04.486-5.101s-2.024-1.422-4.806-2.144l-1.967-.51c-2.782-.722-4.173-1.083-5.269-.47c-.78.436-1.193 1.244-1.636 2.646"/></g></svg>
</template>

CSS

.icon-cards-01 {
  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%22M3%2011c0-2.828%200-4.243.879-5.121C4.757%205%206.172%205%209%205h2c2.828%200%204.243%200%205.121.879C17%206.757%2017%208.172%2017%2011v5c0%202.828%200%204.243-.879%205.121C15.243%2022%2013.828%2022%2011%2022H9c-2.828%200-4.243%200-5.121-.879C3%2020.243%203%2018.828%203%2016z%22%2F%3E%3Cpath%20d%3D%22m8.044%2011.762l.383-.457C9.157%2010.435%209.521%2010%2010%2010c.48%200%20.844.435%201.573%201.305l.383.457C12.652%2012.593%2013%2013.009%2013%2013.5s-.348.907-1.044%201.738l-.383.457C10.843%2016.565%2010.479%2017%2010%2017c-.48%200-.844-.435-1.573-1.305l-.383-.457C7.348%2014.407%207%2013.991%207%2013.5s.348-.907%201.044-1.738Z%22%2F%3E%3Cpath%20d%3D%22M16.924%2019c1.096-.613%201.469-1.96%202.214-4.653l1.054-3.81c.746-2.693%201.119-4.04.486-5.101s-2.024-1.422-4.806-2.144l-1.967-.51c-2.782-.722-4.173-1.083-5.269-.47c-.78.436-1.193%201.244-1.636%202.646%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%22M3%2011c0-2.828%200-4.243.879-5.121C4.757%205%206.172%205%209%205h2c2.828%200%204.243%200%205.121.879C17%206.757%2017%208.172%2017%2011v5c0%202.828%200%204.243-.879%205.121C15.243%2022%2013.828%2022%2011%2022H9c-2.828%200-4.243%200-5.121-.879C3%2020.243%203%2018.828%203%2016z%22%2F%3E%3Cpath%20d%3D%22m8.044%2011.762l.383-.457C9.157%2010.435%209.521%2010%2010%2010c.48%200%20.844.435%201.573%201.305l.383.457C12.652%2012.593%2013%2013.009%2013%2013.5s-.348.907-1.044%201.738l-.383.457C10.843%2016.565%2010.479%2017%2010%2017c-.48%200-.844-.435-1.573-1.305l-.383-.457C7.348%2014.407%207%2013.991%207%2013.5s.348-.907%201.044-1.738Z%22%2F%3E%3Cpath%20d%3D%22M16.924%2019c1.096-.613%201.469-1.96%202.214-4.653l1.054-3.81c.746-2.693%201.119-4.04.486-5.101s-2.024-1.422-4.806-2.144l-1.967-.51c-2.782-.722-4.173-1.083-5.269-.47c-.78.436-1.193%201.244-1.636%202.646%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/cards-01.svg?color=%231a73e8&size=48