mentioned icon
mentioned from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- mentioned
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Use the mentioned icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17 11V7.5m5 4.5c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10a10 10 0 0 0 4.037-.848M17 13v.5a2.5 2.5 0 0 0 5 0v-.071M12 17a5 5 0 1 0 0-10a5 5 0 0 0 0 10Z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignMentioned(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M17 11V7.5m5 4.5c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10a10 10 0 0 0 4.037-.848M17 13v.5a2.5 2.5 0 0 0 5 0v-.071M12 17a5 5 0 1 0 0-10a5 5 0 0 0 0 10Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17 11V7.5m5 4.5c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10a10 10 0 0 0 4.037-.848M17 13v.5a2.5 2.5 0 0 0 5 0v-.071M12 17a5 5 0 1 0 0-10a5 5 0 0 0 0 10Z"/></svg> </template>
CSS
.icon-mentioned {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M17%2011V7.5m5%204.5c0-5.523-4.477-10-10-10S2%206.477%202%2012s4.477%2010%2010%2010a10%2010%200%200%200%204.037-.848M17%2013v.5a2.5%202.5%200%200%200%205%200v-.071M12%2017a5%205%200%201%200%200-10a5%205%200%200%200%200%2010Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M17%2011V7.5m5%204.5c0-5.523-4.477-10-10-10S2%206.477%202%2012s4.477%2010%2010%2010a10%2010%200%200%200%204.037-.848M17%2013v.5a2.5%202.5%200%200%200%205%200v-.071M12%2017a5%205%200%201%200%200-10a5%205%200%200%200%200%2010Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/mentioned.svg?color=%231a73e8&size=48