circle half dotted check icon
circle-half-dotted-check-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- circle-half-dotted-check-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the circle half dotted check 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 1.333a1 1 0 0 0 0 2c4.779 0 8.667 3.888 8.667 8.667S16.779 20.667 12 20.667a1 1 0 0 0 0 2c5.881 0 10.667-4.786 10.667-10.667S17.88 1.333 12 1.333"/><path d="M17.124 8.944a1 1 0 0 0-1.583-1.223l-4.934 6.386l-2.198-2.443a1.001 1.001 0 0 0-1.488 1.339l3 3.333c.191.21.46.33.744.33h.038a1 1 0 0 0 .753-.388l5.667-7.333ZM4.457 18.128a1 1 0 1 0 1.415 1.415a1 1 0 0 0-1.415-1.415"/><circle cx="2.333" cy="12" r="1"/><path d="M4.457 4.457a1 1 0 1 0 1.415 1.415a1 1 0 0 0-1.415-1.415m4.227 15.55a1 1 0 1 0-.766 1.846a1 1 0 0 0 .766-1.846m-5.997-5.231a1 1 0 1 0 .766 1.848a1 1 0 0 0-.766-1.848m.765-7.399a1 1 0 1 0-.766 1.846a1 1 0 0 0 .766-1.846m5.232-3.384a1 1 0 1 0-.765-1.848a1 1 0 0 0 .765 1.848"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCircleHalfDottedCheckFilled(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 1.333a1 1 0 0 0 0 2c4.779 0 8.667 3.888 8.667 8.667S16.779 20.667 12 20.667a1 1 0 0 0 0 2c5.881 0 10.667-4.786 10.667-10.667S17.88 1.333 12 1.333"/><path d="M17.124 8.944a1 1 0 0 0-1.583-1.223l-4.934 6.386l-2.198-2.443a1.001 1.001 0 0 0-1.488 1.339l3 3.333c.191.21.46.33.744.33h.038a1 1 0 0 0 .753-.388l5.667-7.333ZM4.457 18.128a1 1 0 1 0 1.415 1.415a1 1 0 0 0-1.415-1.415"/><circle cx="2.333" cy="12" r="1"/><path d="M4.457 4.457a1 1 0 1 0 1.415 1.415a1 1 0 0 0-1.415-1.415m4.227 15.55a1 1 0 1 0-.766 1.846a1 1 0 0 0 .766-1.846m-5.997-5.231a1 1 0 1 0 .766 1.848a1 1 0 0 0-.766-1.848m.765-7.399a1 1 0 1 0-.766 1.846a1 1 0 0 0 .766-1.846m5.232-3.384a1 1 0 1 0-.765-1.848a1 1 0 0 0 .765 1.848"/></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 1.333a1 1 0 0 0 0 2c4.779 0 8.667 3.888 8.667 8.667S16.779 20.667 12 20.667a1 1 0 0 0 0 2c5.881 0 10.667-4.786 10.667-10.667S17.88 1.333 12 1.333"/><path d="M17.124 8.944a1 1 0 0 0-1.583-1.223l-4.934 6.386l-2.198-2.443a1.001 1.001 0 0 0-1.488 1.339l3 3.333c.191.21.46.33.744.33h.038a1 1 0 0 0 .753-.388l5.667-7.333ZM4.457 18.128a1 1 0 1 0 1.415 1.415a1 1 0 0 0-1.415-1.415"/><circle cx="2.333" cy="12" r="1"/><path d="M4.457 4.457a1 1 0 1 0 1.415 1.415a1 1 0 0 0-1.415-1.415m4.227 15.55a1 1 0 1 0-.766 1.846a1 1 0 0 0 .766-1.846m-5.997-5.231a1 1 0 1 0 .766 1.848a1 1 0 0 0-.766-1.848m.765-7.399a1 1 0 1 0-.766 1.846a1 1 0 0 0 .766-1.846m5.232-3.384a1 1 0 1 0-.765-1.848a1 1 0 0 0 .765 1.848"/></g></svg> </template>
CSS
.icon-circle-half-dotted-check-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%201.333a1%201%200%200%200%200%202c4.779%200%208.667%203.888%208.667%208.667S16.779%2020.667%2012%2020.667a1%201%200%200%200%200%202c5.881%200%2010.667-4.786%2010.667-10.667S17.88%201.333%2012%201.333%22%2F%3E%3Cpath%20d%3D%22M17.124%208.944a1%201%200%200%200-1.583-1.223l-4.934%206.386l-2.198-2.443a1.001%201.001%200%200%200-1.488%201.339l3%203.333c.191.21.46.33.744.33h.038a1%201%200%200%200%20.753-.388l5.667-7.333ZM4.457%2018.128a1%201%200%201%200%201.415%201.415a1%201%200%200%200-1.415-1.415%22%2F%3E%3Ccircle%20cx%3D%222.333%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M4.457%204.457a1%201%200%201%200%201.415%201.415a1%201%200%200%200-1.415-1.415m4.227%2015.55a1%201%200%201%200-.766%201.846a1%201%200%200%200%20.766-1.846m-5.997-5.231a1%201%200%201%200%20.766%201.848a1%201%200%200%200-.766-1.848m.765-7.399a1%201%200%201%200-.766%201.846a1%201%200%200%200%20.766-1.846m5.232-3.384a1%201%200%201%200-.765-1.848a1%201%200%200%200%20.765%201.848%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%201.333a1%201%200%200%200%200%202c4.779%200%208.667%203.888%208.667%208.667S16.779%2020.667%2012%2020.667a1%201%200%200%200%200%202c5.881%200%2010.667-4.786%2010.667-10.667S17.88%201.333%2012%201.333%22%2F%3E%3Cpath%20d%3D%22M17.124%208.944a1%201%200%200%200-1.583-1.223l-4.934%206.386l-2.198-2.443a1.001%201.001%200%200%200-1.488%201.339l3%203.333c.191.21.46.33.744.33h.038a1%201%200%200%200%20.753-.388l5.667-7.333ZM4.457%2018.128a1%201%200%201%200%201.415%201.415a1%201%200%200%200-1.415-1.415%22%2F%3E%3Ccircle%20cx%3D%222.333%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M4.457%204.457a1%201%200%201%200%201.415%201.415a1%201%200%200%200-1.415-1.415m4.227%2015.55a1%201%200%201%200-.766%201.846a1%201%200%200%200%20.766-1.846m-5.997-5.231a1%201%200%201%200%20.766%201.848a1%201%200%200%200-.766-1.848m.765-7.399a1%201%200%201%200-.766%201.846a1%201%200%200%200%20.766-1.846m5.232-3.384a1%201%200%201%200-.765-1.848a1%201%200%200%200%20.765%201.848%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-half-dotted-check-filled.svg?color=%231a73e8&size=48