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

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

The same icon in other sets

Related icons in Framework7 Icons

Use the pencil slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m43.281 16.926l2.367-2.32c1.196-1.196 1.266-2.461.188-3.563l-.773-.773c-1.079-1.079-2.368-.961-3.54.187l-2.39 2.344Zm.094 26.226a1.81 1.81 0 0 0 2.555 0a1.81 1.81 0 0 0 0-2.554L16.234 10.902c-.703-.703-1.898-.726-2.578 0c-.703.68-.703 1.875 0 2.555Zm-8.648-17.718l6.515-6.493l-4.125-4.125l-6.492 6.516ZM15.648 44.488l12.586-12.586l-4.101-4.125l-12.586 12.61l-2.25 5.203c-.211.562.375 1.219.937.984Z"/></svg>

React

import type { SVGProps } from "react";

export function F7PencilSlash(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="m43.281 16.926l2.367-2.32c1.196-1.196 1.266-2.461.188-3.563l-.773-.773c-1.079-1.079-2.368-.961-3.54.187l-2.39 2.344Zm.094 26.226a1.81 1.81 0 0 0 2.555 0a1.81 1.81 0 0 0 0-2.554L16.234 10.902c-.703-.703-1.898-.726-2.578 0c-.703.68-.703 1.875 0 2.555Zm-8.648-17.718l6.515-6.493l-4.125-4.125l-6.492 6.516ZM15.648 44.488l12.586-12.586l-4.101-4.125l-12.586 12.61l-2.25 5.203c-.211.562.375 1.219.937.984Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m43.281 16.926l2.367-2.32c1.196-1.196 1.266-2.461.188-3.563l-.773-.773c-1.079-1.079-2.368-.961-3.54.187l-2.39 2.344Zm.094 26.226a1.81 1.81 0 0 0 2.555 0a1.81 1.81 0 0 0 0-2.554L16.234 10.902c-.703-.703-1.898-.726-2.578 0c-.703.68-.703 1.875 0 2.555Zm-8.648-17.718l6.515-6.493l-4.125-4.125l-6.492 6.516ZM15.648 44.488l12.586-12.586l-4.101-4.125l-12.586 12.61l-2.25 5.203c-.211.562.375 1.219.937.984Z"/></svg>
</template>

CSS

.icon-pencil-slash {
  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%22m43.281%2016.926l2.367-2.32c1.196-1.196%201.266-2.461.188-3.563l-.773-.773c-1.079-1.079-2.368-.961-3.54.187l-2.39%202.344Zm.094%2026.226a1.81%201.81%200%200%200%202.555%200a1.81%201.81%200%200%200%200-2.554L16.234%2010.902c-.703-.703-1.898-.726-2.578%200c-.703.68-.703%201.875%200%202.555Zm-8.648-17.718l6.515-6.493l-4.125-4.125l-6.492%206.516ZM15.648%2044.488l12.586-12.586l-4.101-4.125l-12.586%2012.61l-2.25%205.203c-.211.562.375%201.219.937.984Z%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%22m43.281%2016.926l2.367-2.32c1.196-1.196%201.266-2.461.188-3.563l-.773-.773c-1.079-1.079-2.368-.961-3.54.187l-2.39%202.344Zm.094%2026.226a1.81%201.81%200%200%200%202.555%200a1.81%201.81%200%200%200%200-2.554L16.234%2010.902c-.703-.703-1.898-.726-2.578%200c-.703.68-.703%201.875%200%202.555Zm-8.648-17.718l6.515-6.493l-4.125-4.125l-6.492%206.516ZM15.648%2044.488l12.586-12.586l-4.101-4.125l-12.586%2012.61l-2.25%205.203c-.211.562.375%201.219.937.984Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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