mention icon
mention-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- mention-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
2 other variants in Octicons
The same icon in other sets
Use the mention icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 .5a7.5 7.5 0 0 1 7.499 7.462l.002.038v1.164a2.612 2.612 0 0 1-4.783 1.454A3.76 3.76 0 0 1 8 11.776A3.776 3.776 0 1 1 11.776 8v1.164a1.112 1.112 0 0 0 2.225 0L14 8a6 6 0 1 0-3.311 5.365a.75.75 0 0 1 .673 1.341A7.5 7.5 0 1 1 8 .5m0 5.225a2.275 2.275 0 1 0 0 4.552a2.275 2.275 0 0 0 0-4.552"/></svg>
React
import type { SVGProps } from "react";
export function OcticonMention16(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="M8 .5a7.5 7.5 0 0 1 7.499 7.462l.002.038v1.164a2.612 2.612 0 0 1-4.783 1.454A3.76 3.76 0 0 1 8 11.776A3.776 3.776 0 1 1 11.776 8v1.164a1.112 1.112 0 0 0 2.225 0L14 8a6 6 0 1 0-3.311 5.365a.75.75 0 0 1 .673 1.341A7.5 7.5 0 1 1 8 .5m0 5.225a2.275 2.275 0 1 0 0 4.552a2.275 2.275 0 0 0 0-4.552"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 .5a7.5 7.5 0 0 1 7.499 7.462l.002.038v1.164a2.612 2.612 0 0 1-4.783 1.454A3.76 3.76 0 0 1 8 11.776A3.776 3.776 0 1 1 11.776 8v1.164a1.112 1.112 0 0 0 2.225 0L14 8a6 6 0 1 0-3.311 5.365a.75.75 0 0 1 .673 1.341A7.5 7.5 0 1 1 8 .5m0 5.225a2.275 2.275 0 1 0 0 4.552a2.275 2.275 0 0 0 0-4.552"/></svg> </template>
CSS
.icon-mention-16 {
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%22M8%20.5a7.5%207.5%200%200%201%207.499%207.462l.002.038v1.164a2.612%202.612%200%200%201-4.783%201.454A3.76%203.76%200%200%201%208%2011.776A3.776%203.776%200%201%201%2011.776%208v1.164a1.112%201.112%200%200%200%202.225%200L14%208a6%206%200%201%200-3.311%205.365a.75.75%200%200%201%20.673%201.341A7.5%207.5%200%201%201%208%20.5m0%205.225a2.275%202.275%200%201%200%200%204.552a2.275%202.275%200%200%200%200-4.552%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%22M8%20.5a7.5%207.5%200%200%201%207.499%207.462l.002.038v1.164a2.612%202.612%200%200%201-4.783%201.454A3.76%203.76%200%200%201%208%2011.776A3.776%203.776%200%201%201%2011.776%208v1.164a1.112%201.112%200%200%200%202.225%200L14%208a6%206%200%201%200-3.311%205.365a.75.75%200%200%201%20.673%201.341A7.5%207.5%200%201%201%208%20.5m0%205.225a2.275%202.275%200%201%200%200%204.552a2.275%202.275%200%200%200%200-4.552%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/mention-16.svg?color=%231a73e8&size=48