circle compose icon
circle-compose from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- circle-compose
- Set
- Reicon
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the circle compose icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.946 2.398c-.313-.03-.625-.065-.946-.065c-5.339 0-9.667 4.329-9.667 9.667a9.667 9.667 0 1 0 19.334 0c0-.32-.034-.633-.065-.946"/><path d="M10.333 13.667s3.112-.112 4.212-1.212l6.5-6.5a2.121 2.121 0 0 0-3-3l-6.5 6.5c-1.037 1.037-1.212 4.212-1.212 4.212"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCircleCompose(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12.946 2.398c-.313-.03-.625-.065-.946-.065c-5.339 0-9.667 4.329-9.667 9.667a9.667 9.667 0 1 0 19.334 0c0-.32-.034-.633-.065-.946"/><path d="M10.333 13.667s3.112-.112 4.212-1.212l6.5-6.5a2.121 2.121 0 0 0-3-3l-6.5 6.5c-1.037 1.037-1.212 4.212-1.212 4.212"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.946 2.398c-.313-.03-.625-.065-.946-.065c-5.339 0-9.667 4.329-9.667 9.667a9.667 9.667 0 1 0 19.334 0c0-.32-.034-.633-.065-.946"/><path d="M10.333 13.667s3.112-.112 4.212-1.212l6.5-6.5a2.121 2.121 0 0 0-3-3l-6.5 6.5c-1.037 1.037-1.212 4.212-1.212 4.212"/></g></svg> </template>
CSS
.icon-circle-compose {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.946%202.398c-.313-.03-.625-.065-.946-.065c-5.339%200-9.667%204.329-9.667%209.667a9.667%209.667%200%201%200%2019.334%200c0-.32-.034-.633-.065-.946%22%2F%3E%3Cpath%20d%3D%22M10.333%2013.667s3.112-.112%204.212-1.212l6.5-6.5a2.121%202.121%200%200%200-3-3l-6.5%206.5c-1.037%201.037-1.212%204.212-1.212%204.212%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.946%202.398c-.313-.03-.625-.065-.946-.065c-5.339%200-9.667%204.329-9.667%209.667a9.667%209.667%200%201%200%2019.334%200c0-.32-.034-.633-.065-.946%22%2F%3E%3Cpath%20d%3D%22M10.333%2013.667s3.112-.112%204.212-1.212l6.5-6.5a2.121%202.121%200%200%200-3-3l-6.5%206.5c-1.037%201.037-1.212%204.212-1.212%204.212%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/circle-compose.svg?color=%231a73e8&size=48