Mention Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Mention icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307293.svg" alt="Mention icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307293.svg" alt="Mention icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307293.svg" alt="Mention icon" :width="24" :height="24" />
CSS background
.icon-mention {
background-image: url('https://proicons.com/icon/307293.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8 2C11.3137 2 14 4.68629 14 8C14 9.67717 12.8661 11 11.5 11C10.748 11 10.2155 10.6446 9.88999 10.0146C9.45625 10.6143 8.80559 11 8 11C6.47091 11 5.5 9.61043 5.5 8C5.5 6.38957 6.47091 5 8 5C8.59194 5 9.10023 5.20824 9.50092 5.55692L9.5 5.5C9.5 5.22386 9.72386 5 10 5C10.2455 5 10.4496 5.17688 10.4919 5.41012L10.5 5.5V8C10.5 9.36284 10.8534 10 11.5 10C12.2767 10 13 9.15616 13 8C13 5.23858 10.7614 3 8 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13C8.41606 13 8.82489 12.9493 9.22017 12.8502L9.51399 12.7668L9.71905 12.6968C9.97835 12.6019 10.2655 12.7351 10.3605 12.9944C10.4554 13.2537 10.3222 13.5409 10.0628 13.6358C9.98137 13.6657 9.89921 13.6937 9.81642 13.72C9.23377 13.9049 8.623 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2ZM8 6C7.11564 6 6.5 6.8811 6.5 8C6.5 9.1189 7.11564 10 8 10C8.88436 10 9.5 9.1189 9.5 8C9.5 6.8811 8.88436 6 8 6Z"/></svg>
Mention in other icon packs
Copied!