mention icon
mention from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- mention
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
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 2a6 6 0 0 1 6 6c0 1.677-1.134 3-2.5 3c-.752 0-1.284-.355-1.61-.985c-.434.6-1.084.985-1.89.985c-1.53 0-2.5-1.39-2.5-3S6.47 5 8 5c.592 0 1.1.208 1.5.557V5.5a.5.5 0 0 1 .992-.09l.008.09V8c0 1.363.353 2 1 2c.777 0 1.5-.844 1.5-2a5 5 0 1 0-3.78 4.85l.294-.083l.205-.07a.5.5 0 0 1 .344.939q-.123.045-.247.084A6 6 0 1 1 8 2m0 4c-.884 0-1.5.881-1.5 2s.616 2 1.5 2s1.5-.881 1.5-2S8.884 6 8 6"/></svg>
React
import type { SVGProps } from "react";
export function CodiconMention(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 2a6 6 0 0 1 6 6c0 1.677-1.134 3-2.5 3c-.752 0-1.284-.355-1.61-.985c-.434.6-1.084.985-1.89.985c-1.53 0-2.5-1.39-2.5-3S6.47 5 8 5c.592 0 1.1.208 1.5.557V5.5a.5.5 0 0 1 .992-.09l.008.09V8c0 1.363.353 2 1 2c.777 0 1.5-.844 1.5-2a5 5 0 1 0-3.78 4.85l.294-.083l.205-.07a.5.5 0 0 1 .344.939q-.123.045-.247.084A6 6 0 1 1 8 2m0 4c-.884 0-1.5.881-1.5 2s.616 2 1.5 2s1.5-.881 1.5-2S8.884 6 8 6"/></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 2a6 6 0 0 1 6 6c0 1.677-1.134 3-2.5 3c-.752 0-1.284-.355-1.61-.985c-.434.6-1.084.985-1.89.985c-1.53 0-2.5-1.39-2.5-3S6.47 5 8 5c.592 0 1.1.208 1.5.557V5.5a.5.5 0 0 1 .992-.09l.008.09V8c0 1.363.353 2 1 2c.777 0 1.5-.844 1.5-2a5 5 0 1 0-3.78 4.85l.294-.083l.205-.07a.5.5 0 0 1 .344.939q-.123.045-.247.084A6 6 0 1 1 8 2m0 4c-.884 0-1.5.881-1.5 2s.616 2 1.5 2s1.5-.881 1.5-2S8.884 6 8 6"/></svg> </template>
CSS
.icon-mention {
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%202a6%206%200%200%201%206%206c0%201.677-1.134%203-2.5%203c-.752%200-1.284-.355-1.61-.985c-.434.6-1.084.985-1.89.985c-1.53%200-2.5-1.39-2.5-3S6.47%205%208%205c.592%200%201.1.208%201.5.557V5.5a.5.5%200%200%201%20.992-.09l.008.09V8c0%201.363.353%202%201%202c.777%200%201.5-.844%201.5-2a5%205%200%201%200-3.78%204.85l.294-.083l.205-.07a.5.5%200%200%201%20.344.939q-.123.045-.247.084A6%206%200%201%201%208%202m0%204c-.884%200-1.5.881-1.5%202s.616%202%201.5%202s1.5-.881%201.5-2S8.884%206%208%206%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%202a6%206%200%200%201%206%206c0%201.677-1.134%203-2.5%203c-.752%200-1.284-.355-1.61-.985c-.434.6-1.084.985-1.89.985c-1.53%200-2.5-1.39-2.5-3S6.47%205%208%205c.592%200%201.1.208%201.5.557V5.5a.5.5%200%200%201%20.992-.09l.008.09V8c0%201.363.353%202%201%202c.777%200%201.5-.844%201.5-2a5%205%200%201%200-3.78%204.85l.294-.083l.205-.07a.5.5%200%200%201%20.344.939q-.123.045-.247.084A6%206%200%201%201%208%202m0%204c-.884%200-1.5.881-1.5%202s.616%202%201.5%202s1.5-.881%201.5-2S8.884%206%208%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/mention.svg?color=%231a73e8&size=48