pen dismiss icon
pen-dismiss-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- pen-dismiss-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the pen dismiss icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.44 1.56a1.914 1.914 0 0 0-2.707 0L2.338 8.955a1.65 1.65 0 0 0-.398.644l-.914 2.743a.5.5 0 0 0 .632.632l2.743-.914a1.65 1.65 0 0 0 .644-.398l.065-.064a5.5 5.5 0 0 1-.106-1.309l-.666.666a.65.65 0 0 1-.253.156l-1.794.598l.598-1.794a.65.65 0 0 1 .156-.253l7.395-7.394a.914.914 0 1 1 1.293 1.293L10.29 5.004a5.6 5.6 0 0 1 1.31.106l.841-.842a1.914 1.914 0 0 0 0-2.708M15 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L10.5 9.793L9.354 8.646a.5.5 0 1 0-.708.708L9.793 10.5l-1.147 1.146a.5.5 0 0 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.708L11.207 10.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPenDismiss16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.44 1.56a1.914 1.914 0 0 0-2.707 0L2.338 8.955a1.65 1.65 0 0 0-.398.644l-.914 2.743a.5.5 0 0 0 .632.632l2.743-.914a1.65 1.65 0 0 0 .644-.398l.065-.064a5.5 5.5 0 0 1-.106-1.309l-.666.666a.65.65 0 0 1-.253.156l-1.794.598l.598-1.794a.65.65 0 0 1 .156-.253l7.395-7.394a.914.914 0 1 1 1.293 1.293L10.29 5.004a5.6 5.6 0 0 1 1.31.106l.841-.842a1.914 1.914 0 0 0 0-2.708M15 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L10.5 9.793L9.354 8.646a.5.5 0 1 0-.708.708L9.793 10.5l-1.147 1.146a.5.5 0 0 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.708L11.207 10.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.44 1.56a1.914 1.914 0 0 0-2.707 0L2.338 8.955a1.65 1.65 0 0 0-.398.644l-.914 2.743a.5.5 0 0 0 .632.632l2.743-.914a1.65 1.65 0 0 0 .644-.398l.065-.064a5.5 5.5 0 0 1-.106-1.309l-.666.666a.65.65 0 0 1-.253.156l-1.794.598l.598-1.794a.65.65 0 0 1 .156-.253l7.395-7.394a.914.914 0 1 1 1.293 1.293L10.29 5.004a5.6 5.6 0 0 1 1.31.106l.841-.842a1.914 1.914 0 0 0 0-2.708M15 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L10.5 9.793L9.354 8.646a.5.5 0 1 0-.708.708L9.793 10.5l-1.147 1.146a.5.5 0 0 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.708L11.207 10.5z"/></svg> </template>
CSS
.icon-pen-dismiss-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.44%201.56a1.914%201.914%200%200%200-2.707%200L2.338%208.955a1.65%201.65%200%200%200-.398.644l-.914%202.743a.5.5%200%200%200%20.632.632l2.743-.914a1.65%201.65%200%200%200%20.644-.398l.065-.064a5.5%205.5%200%200%201-.106-1.309l-.666.666a.65.65%200%200%201-.253.156l-1.794.598l.598-1.794a.65.65%200%200%201%20.156-.253l7.395-7.394a.914.914%200%201%201%201.293%201.293L10.29%205.004a5.6%205.6%200%200%201%201.31.106l.841-.842a1.914%201.914%200%200%200%200-2.708M15%2010.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.646-1.146a.5.5%200%200%200-.708-.708L10.5%209.793L9.354%208.646a.5.5%200%201%200-.708.708L9.793%2010.5l-1.147%201.146a.5.5%200%200%200%20.708.708l1.146-1.147l1.146%201.147a.5.5%200%200%200%20.708-.708L11.207%2010.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.44%201.56a1.914%201.914%200%200%200-2.707%200L2.338%208.955a1.65%201.65%200%200%200-.398.644l-.914%202.743a.5.5%200%200%200%20.632.632l2.743-.914a1.65%201.65%200%200%200%20.644-.398l.065-.064a5.5%205.5%200%200%201-.106-1.309l-.666.666a.65.65%200%200%201-.253.156l-1.794.598l.598-1.794a.65.65%200%200%201%20.156-.253l7.395-7.394a.914.914%200%201%201%201.293%201.293L10.29%205.004a5.6%205.6%200%200%201%201.31.106l.841-.842a1.914%201.914%200%200%200%200-2.708M15%2010.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.646-1.146a.5.5%200%200%200-.708-.708L10.5%209.793L9.354%208.646a.5.5%200%201%200-.708.708L9.793%2010.5l-1.147%201.146a.5.5%200%200%200%20.708.708l1.146-1.147l1.146%201.147a.5.5%200%200%200%20.708-.708L11.207%2010.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pen-dismiss-16-regular.svg?color=%231a73e8&size=48