pen icon
pen-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- pen-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
penBootstrap IconspenBoxIcons v2penBoxIcons v2 SolidpenCarbonpenEmoji One (Colored)penFont Awesome 6 SolidpenFont Awesome Solidpen-outlineFlowbite IconspenFluent EmojipenFluent Emoji FlatpenFluent Emoji High Contrastpencss.ggpenJam IconspenLine AwesomepenLucidepenMage IconspenMaterial Design Iconspen-fillMingCute IconpenMyna UI IconspenNoto EmojipenOpenMojipenPhosphorpen-boldSolarpenTDesign Icons
Related icons in Fluent UI System Icons
Use the pen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.289 3.15a3.932 3.932 0 1 1 5.56 5.56l-1.54 1.54a3.25 3.25 0 0 1-.046 4.548L21.28 16.78a.75.75 0 1 1-1.06-1.06l1.982-1.983a1.75 1.75 0 0 0 .047-2.426L10.063 23.497c-.44.44-.987.76-1.587.928l-5.524 1.547a.75.75 0 0 1-.924-.924l1.547-5.525c.168-.6.487-1.146.928-1.586z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPen28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.289 3.15a3.932 3.932 0 1 1 5.56 5.56l-1.54 1.54a3.25 3.25 0 0 1-.046 4.548L21.28 16.78a.75.75 0 1 1-1.06-1.06l1.982-1.983a1.75 1.75 0 0 0 .047-2.426L10.063 23.497c-.44.44-.987.76-1.587.928l-5.524 1.547a.75.75 0 0 1-.924-.924l1.547-5.525c.168-.6.487-1.146.928-1.586z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.289 3.15a3.932 3.932 0 1 1 5.56 5.56l-1.54 1.54a3.25 3.25 0 0 1-.046 4.548L21.28 16.78a.75.75 0 1 1-1.06-1.06l1.982-1.983a1.75 1.75 0 0 0 .047-2.426L10.063 23.497c-.44.44-.987.76-1.587.928l-5.524 1.547a.75.75 0 0 1-.924-.924l1.547-5.525c.168-.6.487-1.146.928-1.586z"/></svg> </template>
CSS
.icon-pen-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.289%203.15a3.932%203.932%200%201%201%205.56%205.56l-1.54%201.54a3.25%203.25%200%200%201-.046%204.548L21.28%2016.78a.75.75%200%201%201-1.06-1.06l1.982-1.983a1.75%201.75%200%200%200%20.047-2.426L10.063%2023.497c-.44.44-.987.76-1.587.928l-5.524%201.547a.75.75%200%200%201-.924-.924l1.547-5.525c.168-.6.487-1.146.928-1.586z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.289%203.15a3.932%203.932%200%201%201%205.56%205.56l-1.54%201.54a3.25%203.25%200%200%201-.046%204.548L21.28%2016.78a.75.75%200%201%201-1.06-1.06l1.982-1.983a1.75%201.75%200%200%200%20.047-2.426L10.063%2023.497c-.44.44-.987.76-1.587.928l-5.524%201.547a.75.75%200%200%201-.924-.924l1.547-5.525c.168-.6.487-1.146.928-1.586z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pen-28-filled.svg?color=%231a73e8&size=48