attach circle icon
attach-circle-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- attach-circle-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the attach circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10"/><path d="M12.2 17.38a2.75 2.75 0 0 1-2.75-2.74c0-.73.29-1.43.81-1.94l1.41-1.41c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.41 1.41a1.234 1.234 0 0 0 0 1.76c.49.49 1.28.49 1.77 0l2.22-2.22a3.253 3.253 0 0 0-4.6-4.6l-2.42 2.42a2.657 2.657 0 0 0 0 3.78c.29.29.29.77 0 1.06s-.77.29-1.06 0A4.15 4.15 0 0 1 6.01 13c0-1.12.43-2.17 1.22-2.96l2.42-2.42a4.76 4.76 0 0 1 6.72 0a4.76 4.76 0 0 1 0 6.72l-2.22 2.22c-.54.55-1.24.82-1.95.82"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconAttachCircleFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10"/><path d="M12.2 17.38a2.75 2.75 0 0 1-2.75-2.74c0-.73.29-1.43.81-1.94l1.41-1.41c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.41 1.41a1.234 1.234 0 0 0 0 1.76c.49.49 1.28.49 1.77 0l2.22-2.22a3.253 3.253 0 0 0-4.6-4.6l-2.42 2.42a2.657 2.657 0 0 0 0 3.78c.29.29.29.77 0 1.06s-.77.29-1.06 0A4.15 4.15 0 0 1 6.01 13c0-1.12.43-2.17 1.22-2.96l2.42-2.42a4.76 4.76 0 0 1 6.72 0a4.76 4.76 0 0 1 0 6.72l-2.22 2.22c-.54.55-1.24.82-1.95.82"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10"/><path d="M12.2 17.38a2.75 2.75 0 0 1-2.75-2.74c0-.73.29-1.43.81-1.94l1.41-1.41c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.41 1.41a1.234 1.234 0 0 0 0 1.76c.49.49 1.28.49 1.77 0l2.22-2.22a3.253 3.253 0 0 0-4.6-4.6l-2.42 2.42a2.657 2.657 0 0 0 0 3.78c.29.29.29.77 0 1.06s-.77.29-1.06 0A4.15 4.15 0 0 1 6.01 13c0-1.12.43-2.17 1.22-2.96l2.42-2.42a4.76 4.76 0 0 1 6.72 0a4.76 4.76 0 0 1 0 6.72l-2.22 2.22c-.54.55-1.24.82-1.95.82"/></g></svg> </template>
CSS
.icon-attach-circle-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M12.2%2017.38a2.75%202.75%200%200%201-2.75-2.74c0-.73.29-1.43.81-1.94l1.41-1.41c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-1.41%201.41a1.234%201.234%200%200%200%200%201.76c.49.49%201.28.49%201.77%200l2.22-2.22a3.253%203.253%200%200%200-4.6-4.6l-2.42%202.42a2.657%202.657%200%200%200%200%203.78c.29.29.29.77%200%201.06s-.77.29-1.06%200A4.15%204.15%200%200%201%206.01%2013c0-1.12.43-2.17%201.22-2.96l2.42-2.42a4.76%204.76%200%200%201%206.72%200a4.76%204.76%200%200%201%200%206.72l-2.22%202.22c-.54.55-1.24.82-1.95.82%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M12.2%2017.38a2.75%202.75%200%200%201-2.75-2.74c0-.73.29-1.43.81-1.94l1.41-1.41c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-1.41%201.41a1.234%201.234%200%200%200%200%201.76c.49.49%201.28.49%201.77%200l2.22-2.22a3.253%203.253%200%200%200-4.6-4.6l-2.42%202.42a2.657%202.657%200%200%200%200%203.78c.29.29.29.77%200%201.06s-.77.29-1.06%200A4.15%204.15%200%200%201%206.01%2013c0-1.12.43-2.17%201.22-2.96l2.42-2.42a4.76%204.76%200%200%201%206.72%200a4.76%204.76%200%200%201%200%206.72l-2.22%202.22c-.54.55-1.24.82-1.95.82%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/attach-circle-filled.svg?color=%231a73e8&size=48