square 01 icon

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

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

Related icons in Huge Icons

Use the square 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-linecap="round" stroke-width="1.5"><path d="M2.715 7.025c1.99-.105 3.24.052 4.02 1.886c.82 2.2 2.85 8.33 3.358 9.744c.547 1.519 1.25 2.567 4.138 2.305"/><path d="M15 7.007c-2.863-.025-5.205 4.715-6.507 6.985c-1.431 2.62-3.89 7.16-6.493 6.985"/><path stroke-linejoin="round" d="M22 9h-4l3.2-2.4A2 2 0 1 0 18 5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquare01(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" strokeWidth="1.5"><path d="M2.715 7.025c1.99-.105 3.24.052 4.02 1.886c.82 2.2 2.85 8.33 3.358 9.744c.547 1.519 1.25 2.567 4.138 2.305"/><path d="M15 7.007c-2.863-.025-5.205 4.715-6.507 6.985c-1.431 2.62-3.89 7.16-6.493 6.985"/><path strokeLinejoin="round" d="M22 9h-4l3.2-2.4A2 2 0 1 0 18 5"/></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-width="1.5"><path d="M2.715 7.025c1.99-.105 3.24.052 4.02 1.886c.82 2.2 2.85 8.33 3.358 9.744c.547 1.519 1.25 2.567 4.138 2.305"/><path d="M15 7.007c-2.863-.025-5.205 4.715-6.507 6.985c-1.431 2.62-3.89 7.16-6.493 6.985"/><path stroke-linejoin="round" d="M22 9h-4l3.2-2.4A2 2 0 1 0 18 5"/></g></svg>
</template>

CSS

.icon-square-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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.715%207.025c1.99-.105%203.24.052%204.02%201.886c.82%202.2%202.85%208.33%203.358%209.744c.547%201.519%201.25%202.567%204.138%202.305%22%2F%3E%3Cpath%20d%3D%22M15%207.007c-2.863-.025-5.205%204.715-6.507%206.985c-1.431%202.62-3.89%207.16-6.493%206.985%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%209h-4l3.2-2.4A2%202%200%201%200%2018%205%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.715%207.025c1.99-.105%203.24.052%204.02%201.886c.82%202.2%202.85%208.33%203.358%209.744c.547%201.519%201.25%202.567%204.138%202.305%22%2F%3E%3Cpath%20d%3D%22M15%207.007c-2.863-.025-5.205%204.715-6.507%206.985c-1.431%202.62-3.89%207.16-6.493%206.985%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%209h-4l3.2-2.4A2%202%200%201%200%2018%205%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/square-01.svg?color=%231a73e8&size=48