mention icon
mention-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- mention-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M20.226 7.25c-2.623-4.542-8.432-6.098-12.974-3.475c-4.543 2.622-6.099 8.431-3.477 12.974c2.623 4.542 8.431 6.099 12.974 3.477a.75.75 0 0 1 .75 1.299c-5.26 3.037-11.987 1.235-15.024-4.026C-.562 12.24 1.24 5.512 6.501 2.475C11.76-.562 18.488 1.24 21.525 6.501a10.96 10.96 0 0 1 1.455 4.826q.02.084.02.173v2.25a3.5 3.5 0 0 1-6.623 1.581a5.5 5.5 0 1 1 1.112-3.682a1 1 0 0 1 .011.129v1.972a2 2 0 1 0 4 0v-1.766a9.46 9.46 0 0 0-1.274-4.733ZM16 12a4 4 0 1 0-8 0a4 4 0 0 0 8 0"/></svg>
React
import type { SVGProps } from "react";
export function OcticonMention24(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="M20.226 7.25c-2.623-4.542-8.432-6.098-12.974-3.475c-4.543 2.622-6.099 8.431-3.477 12.974c2.623 4.542 8.431 6.099 12.974 3.477a.75.75 0 0 1 .75 1.299c-5.26 3.037-11.987 1.235-15.024-4.026C-.562 12.24 1.24 5.512 6.501 2.475C11.76-.562 18.488 1.24 21.525 6.501a10.96 10.96 0 0 1 1.455 4.826q.02.084.02.173v2.25a3.5 3.5 0 0 1-6.623 1.581a5.5 5.5 0 1 1 1.112-3.682a1 1 0 0 1 .011.129v1.972a2 2 0 1 0 4 0v-1.766a9.46 9.46 0 0 0-1.274-4.733ZM16 12a4 4 0 1 0-8 0a4 4 0 0 0 8 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.226 7.25c-2.623-4.542-8.432-6.098-12.974-3.475c-4.543 2.622-6.099 8.431-3.477 12.974c2.623 4.542 8.431 6.099 12.974 3.477a.75.75 0 0 1 .75 1.299c-5.26 3.037-11.987 1.235-15.024-4.026C-.562 12.24 1.24 5.512 6.501 2.475C11.76-.562 18.488 1.24 21.525 6.501a10.96 10.96 0 0 1 1.455 4.826q.02.084.02.173v2.25a3.5 3.5 0 0 1-6.623 1.581a5.5 5.5 0 1 1 1.112-3.682a1 1 0 0 1 .011.129v1.972a2 2 0 1 0 4 0v-1.766a9.46 9.46 0 0 0-1.274-4.733ZM16 12a4 4 0 1 0-8 0a4 4 0 0 0 8 0"/></svg> </template>
CSS
.icon-mention-24 {
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%22M20.226%207.25c-2.623-4.542-8.432-6.098-12.974-3.475c-4.543%202.622-6.099%208.431-3.477%2012.974c2.623%204.542%208.431%206.099%2012.974%203.477a.75.75%200%200%201%20.75%201.299c-5.26%203.037-11.987%201.235-15.024-4.026C-.562%2012.24%201.24%205.512%206.501%202.475C11.76-.562%2018.488%201.24%2021.525%206.501a10.96%2010.96%200%200%201%201.455%204.826q.02.084.02.173v2.25a3.5%203.5%200%200%201-6.623%201.581a5.5%205.5%200%201%201%201.112-3.682a1%201%200%200%201%20.011.129v1.972a2%202%200%201%200%204%200v-1.766a9.46%209.46%200%200%200-1.274-4.733ZM16%2012a4%204%200%201%200-8%200a4%204%200%200%200%208%200%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%22M20.226%207.25c-2.623-4.542-8.432-6.098-12.974-3.475c-4.543%202.622-6.099%208.431-3.477%2012.974c2.623%204.542%208.431%206.099%2012.974%203.477a.75.75%200%200%201%20.75%201.299c-5.26%203.037-11.987%201.235-15.024-4.026C-.562%2012.24%201.24%205.512%206.501%202.475C11.76-.562%2018.488%201.24%2021.525%206.501a10.96%2010.96%200%200%201%201.455%204.826q.02.084.02.173v2.25a3.5%203.5%200%200%201-6.623%201.581a5.5%205.5%200%201%201%201.112-3.682a1%201%200%200%201%20.011.129v1.972a2%202%200%201%200%204%200v-1.766a9.46%209.46%200%200%200-1.274-4.733ZM16%2012a4%204%200%201%200-8%200a4%204%200%200%200%208%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/mention-24.svg?color=%231a73e8&size=48