square pencil icon

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

Name
square-pencil-fill
Set
Framework7 Icons
Style
Fill
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="M11.116 10.143h28.931q.132 0 .261.006L22.572 27.885l-3.129 5.802c-.544 1.158.818 2.724 2.111 2.18l6.279-2.789L46.13 14.8a6.4 6.4 0 0 1 .216 1.643v28.932a6.3 6.3 0 0 1-6.3 6.3h-28.93a6.3 6.3 0 0 1-6.3-6.3V16.443a6.3 6.3 0 0 1 6.3-6.3m32.84-1.734l3.212 3.164l-20.696 20.672l-4.57 1.992c-.418.176-.856-.287-.754-.674l.027-.076l2.11-4.406zm3.446-3.469c.732-.71 1.802-.832 2.53-.225l.118.108l.54.563c.756.734.794 1.808.093 2.616l-.117.126l-1.688 1.734l-3.187-3.234z"/></svg>

React

import type { SVGProps } from "react";

export function F7SquarePencilFill(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="M11.116 10.143h28.931q.132 0 .261.006L22.572 27.885l-3.129 5.802c-.544 1.158.818 2.724 2.111 2.18l6.279-2.789L46.13 14.8a6.4 6.4 0 0 1 .216 1.643v28.932a6.3 6.3 0 0 1-6.3 6.3h-28.93a6.3 6.3 0 0 1-6.3-6.3V16.443a6.3 6.3 0 0 1 6.3-6.3m32.84-1.734l3.212 3.164l-20.696 20.672l-4.57 1.992c-.418.176-.856-.287-.754-.674l.027-.076l2.11-4.406zm3.446-3.469c.732-.71 1.802-.832 2.53-.225l.118.108l.54.563c.756.734.794 1.808.093 2.616l-.117.126l-1.688 1.734l-3.187-3.234z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M11.116 10.143h28.931q.132 0 .261.006L22.572 27.885l-3.129 5.802c-.544 1.158.818 2.724 2.111 2.18l6.279-2.789L46.13 14.8a6.4 6.4 0 0 1 .216 1.643v28.932a6.3 6.3 0 0 1-6.3 6.3h-28.93a6.3 6.3 0 0 1-6.3-6.3V16.443a6.3 6.3 0 0 1 6.3-6.3m32.84-1.734l3.212 3.164l-20.696 20.672l-4.57 1.992c-.418.176-.856-.287-.754-.674l.027-.076l2.11-4.406zm3.446-3.469c.732-.71 1.802-.832 2.53-.225l.118.108l.54.563c.756.734.794 1.808.093 2.616l-.117.126l-1.688 1.734l-3.187-3.234z"/></svg>
</template>

CSS

.icon-square-pencil-fill {
  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%22M11.116%2010.143h28.931q.132%200%20.261.006L22.572%2027.885l-3.129%205.802c-.544%201.158.818%202.724%202.111%202.18l6.279-2.789L46.13%2014.8a6.4%206.4%200%200%201%20.216%201.643v28.932a6.3%206.3%200%200%201-6.3%206.3h-28.93a6.3%206.3%200%200%201-6.3-6.3V16.443a6.3%206.3%200%200%201%206.3-6.3m32.84-1.734l3.212%203.164l-20.696%2020.672l-4.57%201.992c-.418.176-.856-.287-.754-.674l.027-.076l2.11-4.406zm3.446-3.469c.732-.71%201.802-.832%202.53-.225l.118.108l.54.563c.756.734.794%201.808.093%202.616l-.117.126l-1.688%201.734l-3.187-3.234z%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%22M11.116%2010.143h28.931q.132%200%20.261.006L22.572%2027.885l-3.129%205.802c-.544%201.158.818%202.724%202.111%202.18l6.279-2.789L46.13%2014.8a6.4%206.4%200%200%201%20.216%201.643v28.932a6.3%206.3%200%200%201-6.3%206.3h-28.93a6.3%206.3%200%200%201-6.3-6.3V16.443a6.3%206.3%200%200%201%206.3-6.3m32.84-1.734l3.212%203.164l-20.696%2020.672l-4.57%201.992c-.418.176-.856-.287-.754-.674l.027-.076l2.11-4.406zm3.446-3.469c.732-.71%201.802-.832%202.53-.225l.118.108l.54.563c.756.734.794%201.808.093%202.616l-.117.126l-1.688%201.734l-3.187-3.234z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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