pen circle icon

pen-circle-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.

Name
pen-circle-filled
Set
Reicon
Style
Filled
Category
Messages
Viewbox
24×24
License
MIT

2 other variants in Reicon

More messages icons from Reicon

Use the pen circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.194 2.806a2.753 2.753 0 0 1 0 3.893l-.496.496a5 5 0 0 1-.533-.151a5.2 5.2 0 0 1-1.968-1.241a5.2 5.2 0 0 1-1.241-1.968a5 5 0 0 1-.15-.533l.495-.496a2.753 2.753 0 0 1 3.893 0M14.58 13.313c-.404.404-.606.606-.829.78a4.6 4.6 0 0 1-.848.524c-.255.121-.526.211-1.068.392l-2.858.953a.742.742 0 0 1-.939-.94l.953-2.857c.18-.542.27-.813.392-1.068q.217-.453.524-.848c.174-.223.376-.425.78-.83l4.916-4.915a6.7 6.7 0 0 0 1.533 2.36a6.7 6.7 0 0 0 2.36 1.533z"/><path d="M12 22c5.523 0 10-4.477 10-10a10 10 0 0 0-.591-3.395l-5.823 5.823c-.351.352-.615.616-.912.847a6 6 0 0 1-1.125.696c-.34.162-.694.28-1.166.437l-2.932.977a2.242 2.242 0 0 1-2.836-2.836l.977-2.932c.157-.472.275-.826.437-1.166q.287-.6.696-1.125c.231-.297.495-.56.847-.912l5.823-5.823A10 10 0 0 0 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPenCircleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.194 2.806a2.753 2.753 0 0 1 0 3.893l-.496.496a5 5 0 0 1-.533-.151a5.2 5.2 0 0 1-1.968-1.241a5.2 5.2 0 0 1-1.241-1.968a5 5 0 0 1-.15-.533l.495-.496a2.753 2.753 0 0 1 3.893 0M14.58 13.313c-.404.404-.606.606-.829.78a4.6 4.6 0 0 1-.848.524c-.255.121-.526.211-1.068.392l-2.858.953a.742.742 0 0 1-.939-.94l.953-2.857c.18-.542.27-.813.392-1.068q.217-.453.524-.848c.174-.223.376-.425.78-.83l4.916-4.915a6.7 6.7 0 0 0 1.533 2.36a6.7 6.7 0 0 0 2.36 1.533z"/><path d="M12 22c5.523 0 10-4.477 10-10a10 10 0 0 0-.591-3.395l-5.823 5.823c-.351.352-.615.616-.912.847a6 6 0 0 1-1.125.696c-.34.162-.694.28-1.166.437l-2.932.977a2.242 2.242 0 0 1-2.836-2.836l.977-2.932c.157-.472.275-.826.437-1.166q.287-.6.696-1.125c.231-.297.495-.56.847-.912l5.823-5.823A10 10 0 0 0 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.194 2.806a2.753 2.753 0 0 1 0 3.893l-.496.496a5 5 0 0 1-.533-.151a5.2 5.2 0 0 1-1.968-1.241a5.2 5.2 0 0 1-1.241-1.968a5 5 0 0 1-.15-.533l.495-.496a2.753 2.753 0 0 1 3.893 0M14.58 13.313c-.404.404-.606.606-.829.78a4.6 4.6 0 0 1-.848.524c-.255.121-.526.211-1.068.392l-2.858.953a.742.742 0 0 1-.939-.94l.953-2.857c.18-.542.27-.813.392-1.068q.217-.453.524-.848c.174-.223.376-.425.78-.83l4.916-4.915a6.7 6.7 0 0 0 1.533 2.36a6.7 6.7 0 0 0 2.36 1.533z"/><path d="M12 22c5.523 0 10-4.477 10-10a10 10 0 0 0-.591-3.395l-5.823 5.823c-.351.352-.615.616-.912.847a6 6 0 0 1-1.125.696c-.34.162-.694.28-1.166.437l-2.932.977a2.242 2.242 0 0 1-2.836-2.836l.977-2.932c.157-.472.275-.826.437-1.166q.287-.6.696-1.125c.231-.297.495-.56.847-.912l5.823-5.823A10 10 0 0 0 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10"/></g></svg>
</template>

CSS

.icon-pen-circle-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M21.194%202.806a2.753%202.753%200%200%201%200%203.893l-.496.496a5%205%200%200%201-.533-.151a5.2%205.2%200%200%201-1.968-1.241a5.2%205.2%200%200%201-1.241-1.968a5%205%200%200%201-.15-.533l.495-.496a2.753%202.753%200%200%201%203.893%200M14.58%2013.313c-.404.404-.606.606-.829.78a4.6%204.6%200%200%201-.848.524c-.255.121-.526.211-1.068.392l-2.858.953a.742.742%200%200%201-.939-.94l.953-2.857c.18-.542.27-.813.392-1.068q.217-.453.524-.848c.174-.223.376-.425.78-.83l4.916-4.915a6.7%206.7%200%200%200%201.533%202.36a6.7%206.7%200%200%200%202.36%201.533z%22%2F%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10a10%2010%200%200%200-.591-3.395l-5.823%205.823c-.351.352-.615.616-.912.847a6%206%200%200%201-1.125.696c-.34.162-.694.28-1.166.437l-2.932.977a2.242%202.242%200%200%201-2.836-2.836l.977-2.932c.157-.472.275-.826.437-1.166q.287-.6.696-1.125c.231-.297.495-.56.847-.912l5.823-5.823A10%2010%200%200%200%2012%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%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%22currentColor%22%3E%3Cpath%20d%3D%22M21.194%202.806a2.753%202.753%200%200%201%200%203.893l-.496.496a5%205%200%200%201-.533-.151a5.2%205.2%200%200%201-1.968-1.241a5.2%205.2%200%200%201-1.241-1.968a5%205%200%200%201-.15-.533l.495-.496a2.753%202.753%200%200%201%203.893%200M14.58%2013.313c-.404.404-.606.606-.829.78a4.6%204.6%200%200%201-.848.524c-.255.121-.526.211-1.068.392l-2.858.953a.742.742%200%200%201-.939-.94l.953-2.857c.18-.542.27-.813.392-1.068q.217-.453.524-.848c.174-.223.376-.425.78-.83l4.916-4.915a6.7%206.7%200%200%200%201.533%202.36a6.7%206.7%200%200%200%202.36%201.533z%22%2F%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10a10%2010%200%200%200-.591-3.395l-5.823%205.823c-.351.352-.615.616-.912.847a6%206%200%200%201-1.125.696c-.34.162-.694.28-1.166.437l-2.932.977a2.242%202.242%200%200%201-2.836-2.836l.977-2.932c.157-.472.275-.826.437-1.166q.287-.6.696-1.125c.231-.297.495-.56.847-.912l5.823-5.823A10%2010%200%200%200%2012%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pen-circle-filled.svg?color=%231a73e8&size=48

Pen Circle filled icon — Reicon · IconsDB