fountain pen tip icon
fountain-pen-tip from Material Design Icons by Pictogrammers · Filled · Drawing / Art · Apache-2.0 Free for personal and commercial use.
- Name
- fountain-pen-tip
- Set
- Material Design Icons
- Style
- Filled
- Category
- Drawing / Art
- Viewbox
- 24×24
- License
- Apache 2.0
More drawing / art icons from Material Design Icons
Use the fountain pen tip icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.54 3.5l4.96 4.97l-1.43 1.41l-4.95-4.95zM3.5 19.78l6.5-6.47c-.1-.31-.03-.7.23-.96c.39-.39 1.03-.39 1.42 0c.39.4.39 1.03 0 1.42c-.26.26-.65.33-.96.23l-6.47 6.5l10.61-3.55l3.53-6.36l-4.94-4.95l-6.37 3.53z"/></svg>
React
import type { SVGProps } from "react";
export function MdiFountainPenTip(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.54 3.5l4.96 4.97l-1.43 1.41l-4.95-4.95zM3.5 19.78l6.5-6.47c-.1-.31-.03-.7.23-.96c.39-.39 1.03-.39 1.42 0c.39.4.39 1.03 0 1.42c-.26.26-.65.33-.96.23l-6.47 6.5l10.61-3.55l3.53-6.36l-4.94-4.95l-6.37 3.53z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.54 3.5l4.96 4.97l-1.43 1.41l-4.95-4.95zM3.5 19.78l6.5-6.47c-.1-.31-.03-.7.23-.96c.39-.39 1.03-.39 1.42 0c.39.4.39 1.03 0 1.42c-.26.26-.65.33-.96.23l-6.47 6.5l10.61-3.55l3.53-6.36l-4.94-4.95l-6.37 3.53z"/></svg> </template>
CSS
.icon-fountain-pen-tip {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.54%203.5l4.96%204.97l-1.43%201.41l-4.95-4.95zM3.5%2019.78l6.5-6.47c-.1-.31-.03-.7.23-.96c.39-.39%201.03-.39%201.42%200c.39.4.39%201.03%200%201.42c-.26.26-.65.33-.96.23l-6.47%206.5l10.61-3.55l3.53-6.36l-4.94-4.95l-6.37%203.53z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.54%203.5l4.96%204.97l-1.43%201.41l-4.95-4.95zM3.5%2019.78l6.5-6.47c-.1-.31-.03-.7.23-.96c.39-.39%201.03-.39%201.42%200c.39.4.39%201.03%200%201.42c-.26.26-.65.33-.96.23l-6.47%206.5l10.61-3.55l3.53-6.36l-4.94-4.95l-6.37%203.53z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/fountain-pen-tip.svg?color=%231a73e8&size=48