pilcrow right icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the pilcrow right 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="M9.992 3v11m3-11v11m1.001-11H6.885c-.767 0-1.503.316-2.046.879A3.06 3.06 0 0 0 3.992 6c0 .796.305 1.559.847 2.121A2.84 2.84 0 0 0 6.885 9h3.107"/><path fill="currentColor" d="M18.992 18.25a.75.75 0 0 0 0-1.5zm-15-1.5a.75.75 0 0 0 0 1.5zm16 .75h.75zm-3.98 2.924a.75.75 0 1 0 .96 1.152l-.48-.576zm.96-7a.75.75 0 1 0-.96 1.152l.48-.576zm2.02 4.076v-.75h-15v1.5h15zm1 0h-.75c0-.043.002.063-.235.355c-.208.256-.512.55-.873.865c-.358.312-.75.623-1.125.916c-.366.286-.729.565-.997.788l.48.576l.48.576c.244-.203.575-.457.96-.758c.378-.295.797-.627 1.186-.966c.386-.335.765-.696 1.054-1.052c.259-.32.57-.782.57-1.3zm-3.5-3.5l-.48.576c.268.223.63.502.997.788c.375.293.767.604 1.125.916c.361.314.665.609.873.865c.237.293.235.398.235.355h1.5c0-.518-.311-.98-.57-1.3c-.289-.356-.668-.717-1.054-1.052c-.389-.339-.808-.67-1.185-.966c-.386-.302-.717-.555-.96-.758z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPilcrowRight(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="M9.992 3v11m3-11v11m1.001-11H6.885c-.767 0-1.503.316-2.046.879A3.06 3.06 0 0 0 3.992 6c0 .796.305 1.559.847 2.121A2.84 2.84 0 0 0 6.885 9h3.107"/><path fill="currentColor" d="M18.992 18.25a.75.75 0 0 0 0-1.5zm-15-1.5a.75.75 0 0 0 0 1.5zm16 .75h.75zm-3.98 2.924a.75.75 0 1 0 .96 1.152l-.48-.576zm.96-7a.75.75 0 1 0-.96 1.152l.48-.576zm2.02 4.076v-.75h-15v1.5h15zm1 0h-.75c0-.043.002.063-.235.355c-.208.256-.512.55-.873.865c-.358.312-.75.623-1.125.916c-.366.286-.729.565-.997.788l.48.576l.48.576c.244-.203.575-.457.96-.758c.378-.295.797-.627 1.186-.966c.386-.335.765-.696 1.054-1.052c.259-.32.57-.782.57-1.3zm-3.5-3.5l-.48.576c.268.223.63.502.997.788c.375.293.767.604 1.125.916c.361.314.665.609.873.865c.237.293.235.398.235.355h1.5c0-.518-.311-.98-.57-1.3c-.289-.356-.668-.717-1.054-1.052c-.389-.339-.808-.67-1.185-.966c-.386-.302-.717-.555-.96-.758z"/></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="M9.992 3v11m3-11v11m1.001-11H6.885c-.767 0-1.503.316-2.046.879A3.06 3.06 0 0 0 3.992 6c0 .796.305 1.559.847 2.121A2.84 2.84 0 0 0 6.885 9h3.107"/><path fill="currentColor" d="M18.992 18.25a.75.75 0 0 0 0-1.5zm-15-1.5a.75.75 0 0 0 0 1.5zm16 .75h.75zm-3.98 2.924a.75.75 0 1 0 .96 1.152l-.48-.576zm.96-7a.75.75 0 1 0-.96 1.152l.48-.576zm2.02 4.076v-.75h-15v1.5h15zm1 0h-.75c0-.043.002.063-.235.355c-.208.256-.512.55-.873.865c-.358.312-.75.623-1.125.916c-.366.286-.729.565-.997.788l.48.576l.48.576c.244-.203.575-.457.96-.758c.378-.295.797-.627 1.186-.966c.386-.335.765-.696 1.054-1.052c.259-.32.57-.782.57-1.3zm-3.5-3.5l-.48.576c.268.223.63.502.997.788c.375.293.767.604 1.125.916c.361.314.665.609.873.865c.237.293.235.398.235.355h1.5c0-.518-.311-.98-.57-1.3c-.289-.356-.668-.717-1.054-1.052c-.389-.339-.808-.67-1.185-.966c-.386-.302-.717-.555-.96-.758z"/></g></svg>
</template>

CSS

.icon-pilcrow-right {
  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%22M9.992%203v11m3-11v11m1.001-11H6.885c-.767%200-1.503.316-2.046.879A3.06%203.06%200%200%200%203.992%206c0%20.796.305%201.559.847%202.121A2.84%202.84%200%200%200%206.885%209h3.107%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.992%2018.25a.75.75%200%200%200%200-1.5zm-15-1.5a.75.75%200%200%200%200%201.5zm16%20.75h.75zm-3.98%202.924a.75.75%200%201%200%20.96%201.152l-.48-.576zm.96-7a.75.75%200%201%200-.96%201.152l.48-.576zm2.02%204.076v-.75h-15v1.5h15zm1%200h-.75c0-.043.002.063-.235.355c-.208.256-.512.55-.873.865c-.358.312-.75.623-1.125.916c-.366.286-.729.565-.997.788l.48.576l.48.576c.244-.203.575-.457.96-.758c.378-.295.797-.627%201.186-.966c.386-.335.765-.696%201.054-1.052c.259-.32.57-.782.57-1.3zm-3.5-3.5l-.48.576c.268.223.63.502.997.788c.375.293.767.604%201.125.916c.361.314.665.609.873.865c.237.293.235.398.235.355h1.5c0-.518-.311-.98-.57-1.3c-.289-.356-.668-.717-1.054-1.052c-.389-.339-.808-.67-1.185-.966c-.386-.302-.717-.555-.96-.758z%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%22M9.992%203v11m3-11v11m1.001-11H6.885c-.767%200-1.503.316-2.046.879A3.06%203.06%200%200%200%203.992%206c0%20.796.305%201.559.847%202.121A2.84%202.84%200%200%200%206.885%209h3.107%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.992%2018.25a.75.75%200%200%200%200-1.5zm-15-1.5a.75.75%200%200%200%200%201.5zm16%20.75h.75zm-3.98%202.924a.75.75%200%201%200%20.96%201.152l-.48-.576zm.96-7a.75.75%200%201%200-.96%201.152l.48-.576zm2.02%204.076v-.75h-15v1.5h15zm1%200h-.75c0-.043.002.063-.235.355c-.208.256-.512.55-.873.865c-.358.312-.75.623-1.125.916c-.366.286-.729.565-.997.788l.48.576l.48.576c.244-.203.575-.457.96-.758c.378-.295.797-.627%201.186-.966c.386-.335.765-.696%201.054-1.052c.259-.32.57-.782.57-1.3zm-3.5-3.5l-.48.576c.268.223.63.502.997.788c.375.293.767.604%201.125.916c.361.314.665.609.873.865c.237.293.235.398.235.355h1.5c0-.518-.311-.98-.57-1.3c-.289-.356-.668-.717-1.054-1.052c-.389-.339-.808-.67-1.185-.966c-.386-.302-.717-.555-.96-.758z%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-right.svg?color=%231a73e8&size=48