pilcrow left icon

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

Name
pilcrow-left
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the pilcrow left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.992 3v11m3-11v11m1.001-11h-7.108c-.767 0-1.503.316-2.046.879A3.06 3.06 0 0 0 8.992 6c0 .796.305 1.559.847 2.121A2.84 2.84 0 0 0 11.885 9h3.107"/><path fill="currentColor" d="M4.992 16.75a.75.75 0 0 0 0 1.5zm15 1.5a.75.75 0 0 0 0-1.5zm-16-.75h-.75zm3.02 4.076a.75.75 0 1 0 .96-1.152l-.48.576zm.96-7a.75.75 0 1 0-.96-1.152l.48.576zM4.992 17.5v.75h15v-1.5h-15zm-1 0h-.75c0 .518.312.98.57 1.3c.29.356.669.717 1.054 1.052c.39.339.808.67 1.186.966c.386.301.716.555.96.758l.48-.576l.48-.576c-.268-.223-.63-.502-.997-.788a28 28 0 0 1-1.124-.916a7.5 7.5 0 0 1-.873-.865c-.238-.293-.236-.398-.236-.355zm3.5-3.5l-.48-.576c-.244.203-.574.457-.96.758c-.378.295-.797.627-1.186.966c-.385.335-.765.696-1.053 1.052c-.26.32-.57.782-.57 1.3h1.5c0 .043-.003-.062.235-.355c.207-.256.51-.55.873-.865c.357-.312.75-.623 1.124-.916c.366-.286.73-.565.997-.788z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPilcrowLeft(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"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M14.992 3v11m3-11v11m1.001-11h-7.108c-.767 0-1.503.316-2.046.879A3.06 3.06 0 0 0 8.992 6c0 .796.305 1.559.847 2.121A2.84 2.84 0 0 0 11.885 9h3.107"/><path fill="currentColor" d="M4.992 16.75a.75.75 0 0 0 0 1.5zm15 1.5a.75.75 0 0 0 0-1.5zm-16-.75h-.75zm3.02 4.076a.75.75 0 1 0 .96-1.152l-.48.576zm.96-7a.75.75 0 1 0-.96-1.152l.48.576zM4.992 17.5v.75h15v-1.5h-15zm-1 0h-.75c0 .518.312.98.57 1.3c.29.356.669.717 1.054 1.052c.39.339.808.67 1.186.966c.386.301.716.555.96.758l.48-.576l.48-.576c-.268-.223-.63-.502-.997-.788a28 28 0 0 1-1.124-.916a7.5 7.5 0 0 1-.873-.865c-.238-.293-.236-.398-.236-.355zm3.5-3.5l-.48-.576c-.244.203-.574.457-.96.758c-.378.295-.797.627-1.186.966c-.385.335-.765.696-1.053 1.052c-.26.32-.57.782-.57 1.3h1.5c0 .043-.003-.062.235-.355c.207-.256.51-.55.873-.865c.357-.312.75-.623 1.124-.916c.366-.286.73-.565.997-.788z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.992 3v11m3-11v11m1.001-11h-7.108c-.767 0-1.503.316-2.046.879A3.06 3.06 0 0 0 8.992 6c0 .796.305 1.559.847 2.121A2.84 2.84 0 0 0 11.885 9h3.107"/><path fill="currentColor" d="M4.992 16.75a.75.75 0 0 0 0 1.5zm15 1.5a.75.75 0 0 0 0-1.5zm-16-.75h-.75zm3.02 4.076a.75.75 0 1 0 .96-1.152l-.48.576zm.96-7a.75.75 0 1 0-.96-1.152l.48.576zM4.992 17.5v.75h15v-1.5h-15zm-1 0h-.75c0 .518.312.98.57 1.3c.29.356.669.717 1.054 1.052c.39.339.808.67 1.186.966c.386.301.716.555.96.758l.48-.576l.48-.576c-.268-.223-.63-.502-.997-.788a28 28 0 0 1-1.124-.916a7.5 7.5 0 0 1-.873-.865c-.238-.293-.236-.398-.236-.355zm3.5-3.5l-.48-.576c-.244.203-.574.457-.96.758c-.378.295-.797.627-1.186.966c-.385.335-.765.696-1.053 1.052c-.26.32-.57.782-.57 1.3h1.5c0 .043-.003-.062.235-.355c.207-.256.51-.55.873-.865c.357-.312.75-.623 1.124-.916c.366-.286.73-.565.997-.788z"/></g></svg>
</template>

CSS

.icon-pilcrow-left {
  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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.992%203v11m3-11v11m1.001-11h-7.108c-.767%200-1.503.316-2.046.879A3.06%203.06%200%200%200%208.992%206c0%20.796.305%201.559.847%202.121A2.84%202.84%200%200%200%2011.885%209h3.107%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.992%2016.75a.75.75%200%200%200%200%201.5zm15%201.5a.75.75%200%200%200%200-1.5zm-16-.75h-.75zm3.02%204.076a.75.75%200%201%200%20.96-1.152l-.48.576zm.96-7a.75.75%200%201%200-.96-1.152l.48.576zM4.992%2017.5v.75h15v-1.5h-15zm-1%200h-.75c0%20.518.312.98.57%201.3c.29.356.669.717%201.054%201.052c.39.339.808.67%201.186.966c.386.301.716.555.96.758l.48-.576l.48-.576c-.268-.223-.63-.502-.997-.788a28%2028%200%200%201-1.124-.916a7.5%207.5%200%200%201-.873-.865c-.238-.293-.236-.398-.236-.355zm3.5-3.5l-.48-.576c-.244.203-.574.457-.96.758c-.378.295-.797.627-1.186.966c-.385.335-.765.696-1.053%201.052c-.26.32-.57.782-.57%201.3h1.5c0%20.043-.003-.062.235-.355c.207-.256.51-.55.873-.865c.357-.312.75-.623%201.124-.916c.366-.286.73-.565.997-.788z%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.992%203v11m3-11v11m1.001-11h-7.108c-.767%200-1.503.316-2.046.879A3.06%203.06%200%200%200%208.992%206c0%20.796.305%201.559.847%202.121A2.84%202.84%200%200%200%2011.885%209h3.107%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.992%2016.75a.75.75%200%200%200%200%201.5zm15%201.5a.75.75%200%200%200%200-1.5zm-16-.75h-.75zm3.02%204.076a.75.75%200%201%200%20.96-1.152l-.48.576zm.96-7a.75.75%200%201%200-.96-1.152l.48.576zM4.992%2017.5v.75h15v-1.5h-15zm-1%200h-.75c0%20.518.312.98.57%201.3c.29.356.669.717%201.054%201.052c.39.339.808.67%201.186.966c.386.301.716.555.96.758l.48-.576l.48-.576c-.268-.223-.63-.502-.997-.788a28%2028%200%200%201-1.124-.916a7.5%207.5%200%200%201-.873-.865c-.238-.293-.236-.398-.236-.355zm3.5-3.5l-.48-.576c-.244.203-.574.457-.96.758c-.378.295-.797.627-1.186.966c-.385.335-.765.696-1.053%201.052c-.26.32-.57.782-.57%201.3h1.5c0%20.043-.003-.062.235-.355c.207-.256.51-.55.873-.865c.357-.312.75-.623%201.124-.916c.366-.286.73-.565.997-.788z%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/pilcrow-left.svg?color=%231a73e8&size=48