square pencil icon

square-pencil from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
square-pencil
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the square pencil icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m48.777 9.977l1.688-1.735c.82-.82.82-1.969.023-2.742l-.54-.562c-.725-.727-1.874-.633-2.647.117L45.59 6.742ZM21.801 34.352l4.57-1.993l20.696-20.671l-3.212-3.165l-20.671 20.672l-2.11 4.407c-.187.398.281.937.727.75m-9.727 17.437H39.59c4.218 0 6.656-2.437 6.656-7.266V18.437l-3.773 3.774v22.125c0 2.437-1.313 3.68-2.93 3.68H12.144c-2.343 0-3.656-1.243-3.656-3.68V17.734c0-2.437 1.313-3.703 3.656-3.703h20.274l3.773-3.773H12.074c-4.875 0-7.36 2.437-7.36 7.265v27c0 4.852 2.485 7.266 7.36 7.266"/></svg>

React

import type { SVGProps } from "react";

export function F7SquarePencil(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m48.777 9.977l1.688-1.735c.82-.82.82-1.969.023-2.742l-.54-.562c-.725-.727-1.874-.633-2.647.117L45.59 6.742ZM21.801 34.352l4.57-1.993l20.696-20.671l-3.212-3.165l-20.671 20.672l-2.11 4.407c-.187.398.281.937.727.75m-9.727 17.437H39.59c4.218 0 6.656-2.437 6.656-7.266V18.437l-3.773 3.774v22.125c0 2.437-1.313 3.68-2.93 3.68H12.144c-2.343 0-3.656-1.243-3.656-3.68V17.734c0-2.437 1.313-3.703 3.656-3.703h20.274l3.773-3.773H12.074c-4.875 0-7.36 2.437-7.36 7.265v27c0 4.852 2.485 7.266 7.36 7.266"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m48.777 9.977l1.688-1.735c.82-.82.82-1.969.023-2.742l-.54-.562c-.725-.727-1.874-.633-2.647.117L45.59 6.742ZM21.801 34.352l4.57-1.993l20.696-20.671l-3.212-3.165l-20.671 20.672l-2.11 4.407c-.187.398.281.937.727.75m-9.727 17.437H39.59c4.218 0 6.656-2.437 6.656-7.266V18.437l-3.773 3.774v22.125c0 2.437-1.313 3.68-2.93 3.68H12.144c-2.343 0-3.656-1.243-3.656-3.68V17.734c0-2.437 1.313-3.703 3.656-3.703h20.274l3.773-3.773H12.074c-4.875 0-7.36 2.437-7.36 7.265v27c0 4.852 2.485 7.266 7.36 7.266"/></svg>
</template>

CSS

.icon-square-pencil {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m48.777%209.977l1.688-1.735c.82-.82.82-1.969.023-2.742l-.54-.562c-.725-.727-1.874-.633-2.647.117L45.59%206.742ZM21.801%2034.352l4.57-1.993l20.696-20.671l-3.212-3.165l-20.671%2020.672l-2.11%204.407c-.187.398.281.937.727.75m-9.727%2017.437H39.59c4.218%200%206.656-2.437%206.656-7.266V18.437l-3.773%203.774v22.125c0%202.437-1.313%203.68-2.93%203.68H12.144c-2.343%200-3.656-1.243-3.656-3.68V17.734c0-2.437%201.313-3.703%203.656-3.703h20.274l3.773-3.773H12.074c-4.875%200-7.36%202.437-7.36%207.265v27c0%204.852%202.485%207.266%207.36%207.266%22%2F%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m48.777%209.977l1.688-1.735c.82-.82.82-1.969.023-2.742l-.54-.562c-.725-.727-1.874-.633-2.647.117L45.59%206.742ZM21.801%2034.352l4.57-1.993l20.696-20.671l-3.212-3.165l-20.671%2020.672l-2.11%204.407c-.187.398.281.937.727.75m-9.727%2017.437H39.59c4.218%200%206.656-2.437%206.656-7.266V18.437l-3.773%203.774v22.125c0%202.437-1.313%203.68-2.93%203.68H12.144c-2.343%200-3.656-1.243-3.656-3.68V17.734c0-2.437%201.313-3.703%203.656-3.703h20.274l3.773-3.773H12.074c-4.875%200-7.36%202.437-7.36%207.265v27c0%204.852%202.485%207.266%207.36%207.266%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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