choice icon
choice-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- choice-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the choice icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3 6a3 3 0 0 1 3-3h9c1.737 0 3.301.738 4.397 1.917q.48-.317.973-.611a1 1 0 1 1 .987 1.74c-.105.06-.876.553-.861.543A6 6 0 0 1 21 9v9a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3zm16.656 1.174a5 5 0 0 0-1.09-1.68a31 31 0 0 0-1.69 1.31c-1.642 1.366-3.614 3.29-5.239 5.718a10 10 0 0 0-1.746-1.785a7 7 0 0 0-.965-.636a3.4 3.4 0 0 0-.451-.21a1 1 0 0 0-.689 1.878c.025.01.37.152.876.546c.578.45 1.376 1.239 2.146 2.557a1 1 0 0 0 1.733-.01c1.584-2.792 3.787-5 5.614-6.52a29 29 0 0 1 1.501-1.168" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteChoiceFill(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" fillRule="evenodd" d="M3 6a3 3 0 0 1 3-3h9c1.737 0 3.301.738 4.397 1.917q.48-.317.973-.611a1 1 0 1 1 .987 1.74c-.105.06-.876.553-.861.543A6 6 0 0 1 21 9v9a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3zm16.656 1.174a5 5 0 0 0-1.09-1.68a31 31 0 0 0-1.69 1.31c-1.642 1.366-3.614 3.29-5.239 5.718a10 10 0 0 0-1.746-1.785a7 7 0 0 0-.965-.636a3.4 3.4 0 0 0-.451-.21a1 1 0 0 0-.689 1.878c.025.01.37.152.876.546c.578.45 1.376 1.239 2.146 2.557a1 1 0 0 0 1.733-.01c1.584-2.792 3.787-5 5.614-6.52a29 29 0 0 1 1.501-1.168" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3 6a3 3 0 0 1 3-3h9c1.737 0 3.301.738 4.397 1.917q.48-.317.973-.611a1 1 0 1 1 .987 1.74c-.105.06-.876.553-.861.543A6 6 0 0 1 21 9v9a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3zm16.656 1.174a5 5 0 0 0-1.09-1.68a31 31 0 0 0-1.69 1.31c-1.642 1.366-3.614 3.29-5.239 5.718a10 10 0 0 0-1.746-1.785a7 7 0 0 0-.965-.636a3.4 3.4 0 0 0-.451-.21a1 1 0 0 0-.689 1.878c.025.01.37.152.876.546c.578.45 1.376 1.239 2.146 2.557a1 1 0 0 0 1.733-.01c1.584-2.792 3.787-5 5.614-6.52a29 29 0 0 1 1.501-1.168" clip-rule="evenodd"/></svg> </template>
CSS
.icon-choice-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M3%206a3%203%200%200%201%203-3h9c1.737%200%203.301.738%204.397%201.917q.48-.317.973-.611a1%201%200%201%201%20.987%201.74c-.105.06-.876.553-.861.543A6%206%200%200%201%2021%209v9a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3zm16.656%201.174a5%205%200%200%200-1.09-1.68a31%2031%200%200%200-1.69%201.31c-1.642%201.366-3.614%203.29-5.239%205.718a10%2010%200%200%200-1.746-1.785a7%207%200%200%200-.965-.636a3.4%203.4%200%200%200-.451-.21a1%201%200%200%200-.689%201.878c.025.01.37.152.876.546c.578.45%201.376%201.239%202.146%202.557a1%201%200%200%200%201.733-.01c1.584-2.792%203.787-5%205.614-6.52a29%2029%200%200%201%201.501-1.168%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3%206a3%203%200%200%201%203-3h9c1.737%200%203.301.738%204.397%201.917q.48-.317.973-.611a1%201%200%201%201%20.987%201.74c-.105.06-.876.553-.861.543A6%206%200%200%201%2021%209v9a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3zm16.656%201.174a5%205%200%200%200-1.09-1.68a31%2031%200%200%200-1.69%201.31c-1.642%201.366-3.614%203.29-5.239%205.718a10%2010%200%200%200-1.746-1.785a7%207%200%200%200-.965-.636a3.4%203.4%200%200%200-.451-.21a1%201%200%200%200-.689%201.878c.025.01.37.152.876.546c.578.45%201.376%201.239%202.146%202.557a1%201%200%200%200%201.733-.01c1.584-2.792%203.787-5%205.614-6.52a29%2029%200%200%201%201.501-1.168%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/choice-fill.svg?color=%231a73e8&size=48