circle multiple hint checkmark icon

circle-multiple-hint-checkmark-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
circle-multiple-hint-checkmark-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the circle multiple hint checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.282 6.514c-.522-.521-.488-1.381.116-1.804a14.9 14.9 0 0 1 5.997-2.485c.726-.127 1.357.458 1.357 1.195c0 .648-.493 1.183-1.13 1.306a12.4 12.4 0 0 0-4.619 1.914c-.536.363-1.263.332-1.721-.126m-.58 20.55c.475-.475 1.236-.486 1.773-.081a12.45 12.45 0 0 0 4.623 2.179a17 17 0 0 0-.084 2.541a14.9 14.9 0 0 1-6.242-2.876c-.56-.437-.572-1.26-.07-1.763M31 14q.353 0 .702.015a14.9 14.9 0 0 0-2.876-6.242c-.438-.56-1.261-.572-1.764-.07c-.475.476-.485 1.237-.08 1.773A12.45 12.45 0 0 1 29.16 14.1A17 17 0 0 1 31 14m-6.054-9.724c.648.406.705 1.303.164 1.844c-.44.44-1.133.49-1.667.167a12.4 12.4 0 0 0-4.062-1.56c-.636-.123-1.13-.658-1.13-1.306c0-.737.632-1.322 1.358-1.194a14.9 14.9 0 0 1 5.337 2.05M6.12 25.112c.44-.44.489-1.133.167-1.667a12.4 12.4 0 0 1-1.561-4.065c-.123-.636-.658-1.13-1.306-1.13c-.737 0-1.322.632-1.194 1.358a14.9 14.9 0 0 0 2.05 5.34c.406.648 1.303.705 1.844.164m.395-16.83c.458.458.488 1.185.125 1.721a12.4 12.4 0 0 0-1.914 4.618c-.123.636-.658 1.13-1.306 1.13c-.737 0-1.322-.632-1.194-1.358A14.9 14.9 0 0 1 4.71 8.397c.424-.603 1.284-.636 1.805-.115M46 31c0 8.284-6.716 15-15 15s-15-6.716-15-15s6.716-15 15-15s15 6.716 15 15m-7.616-4.634a1.25 1.25 0 0 0-1.768 0L29 33.982l-3.616-3.616a1.25 1.25 0 0 0-1.768 1.768l4.5 4.5a1.25 1.25 0 0 0 1.768 0l8.5-8.5a1.25 1.25 0 0 0 0-1.768"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleMultipleHintCheckmark48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.282 6.514c-.522-.521-.488-1.381.116-1.804a14.9 14.9 0 0 1 5.997-2.485c.726-.127 1.357.458 1.357 1.195c0 .648-.493 1.183-1.13 1.306a12.4 12.4 0 0 0-4.619 1.914c-.536.363-1.263.332-1.721-.126m-.58 20.55c.475-.475 1.236-.486 1.773-.081a12.45 12.45 0 0 0 4.623 2.179a17 17 0 0 0-.084 2.541a14.9 14.9 0 0 1-6.242-2.876c-.56-.437-.572-1.26-.07-1.763M31 14q.353 0 .702.015a14.9 14.9 0 0 0-2.876-6.242c-.438-.56-1.261-.572-1.764-.07c-.475.476-.485 1.237-.08 1.773A12.45 12.45 0 0 1 29.16 14.1A17 17 0 0 1 31 14m-6.054-9.724c.648.406.705 1.303.164 1.844c-.44.44-1.133.49-1.667.167a12.4 12.4 0 0 0-4.062-1.56c-.636-.123-1.13-.658-1.13-1.306c0-.737.632-1.322 1.358-1.194a14.9 14.9 0 0 1 5.337 2.05M6.12 25.112c.44-.44.489-1.133.167-1.667a12.4 12.4 0 0 1-1.561-4.065c-.123-.636-.658-1.13-1.306-1.13c-.737 0-1.322.632-1.194 1.358a14.9 14.9 0 0 0 2.05 5.34c.406.648 1.303.705 1.844.164m.395-16.83c.458.458.488 1.185.125 1.721a12.4 12.4 0 0 0-1.914 4.618c-.123.636-.658 1.13-1.306 1.13c-.737 0-1.322-.632-1.194-1.358A14.9 14.9 0 0 1 4.71 8.397c.424-.603 1.284-.636 1.805-.115M46 31c0 8.284-6.716 15-15 15s-15-6.716-15-15s6.716-15 15-15s15 6.716 15 15m-7.616-4.634a1.25 1.25 0 0 0-1.768 0L29 33.982l-3.616-3.616a1.25 1.25 0 0 0-1.768 1.768l4.5 4.5a1.25 1.25 0 0 0 1.768 0l8.5-8.5a1.25 1.25 0 0 0 0-1.768"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.282 6.514c-.522-.521-.488-1.381.116-1.804a14.9 14.9 0 0 1 5.997-2.485c.726-.127 1.357.458 1.357 1.195c0 .648-.493 1.183-1.13 1.306a12.4 12.4 0 0 0-4.619 1.914c-.536.363-1.263.332-1.721-.126m-.58 20.55c.475-.475 1.236-.486 1.773-.081a12.45 12.45 0 0 0 4.623 2.179a17 17 0 0 0-.084 2.541a14.9 14.9 0 0 1-6.242-2.876c-.56-.437-.572-1.26-.07-1.763M31 14q.353 0 .702.015a14.9 14.9 0 0 0-2.876-6.242c-.438-.56-1.261-.572-1.764-.07c-.475.476-.485 1.237-.08 1.773A12.45 12.45 0 0 1 29.16 14.1A17 17 0 0 1 31 14m-6.054-9.724c.648.406.705 1.303.164 1.844c-.44.44-1.133.49-1.667.167a12.4 12.4 0 0 0-4.062-1.56c-.636-.123-1.13-.658-1.13-1.306c0-.737.632-1.322 1.358-1.194a14.9 14.9 0 0 1 5.337 2.05M6.12 25.112c.44-.44.489-1.133.167-1.667a12.4 12.4 0 0 1-1.561-4.065c-.123-.636-.658-1.13-1.306-1.13c-.737 0-1.322.632-1.194 1.358a14.9 14.9 0 0 0 2.05 5.34c.406.648 1.303.705 1.844.164m.395-16.83c.458.458.488 1.185.125 1.721a12.4 12.4 0 0 0-1.914 4.618c-.123.636-.658 1.13-1.306 1.13c-.737 0-1.322-.632-1.194-1.358A14.9 14.9 0 0 1 4.71 8.397c.424-.603 1.284-.636 1.805-.115M46 31c0 8.284-6.716 15-15 15s-15-6.716-15-15s6.716-15 15-15s15 6.716 15 15m-7.616-4.634a1.25 1.25 0 0 0-1.768 0L29 33.982l-3.616-3.616a1.25 1.25 0 0 0-1.768 1.768l4.5 4.5a1.25 1.25 0 0 0 1.768 0l8.5-8.5a1.25 1.25 0 0 0 0-1.768"/></svg>
</template>

CSS

.icon-circle-multiple-hint-checkmark-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.282%206.514c-.522-.521-.488-1.381.116-1.804a14.9%2014.9%200%200%201%205.997-2.485c.726-.127%201.357.458%201.357%201.195c0%20.648-.493%201.183-1.13%201.306a12.4%2012.4%200%200%200-4.619%201.914c-.536.363-1.263.332-1.721-.126m-.58%2020.55c.475-.475%201.236-.486%201.773-.081a12.45%2012.45%200%200%200%204.623%202.179a17%2017%200%200%200-.084%202.541a14.9%2014.9%200%200%201-6.242-2.876c-.56-.437-.572-1.26-.07-1.763M31%2014q.353%200%20.702.015a14.9%2014.9%200%200%200-2.876-6.242c-.438-.56-1.261-.572-1.764-.07c-.475.476-.485%201.237-.08%201.773A12.45%2012.45%200%200%201%2029.16%2014.1A17%2017%200%200%201%2031%2014m-6.054-9.724c.648.406.705%201.303.164%201.844c-.44.44-1.133.49-1.667.167a12.4%2012.4%200%200%200-4.062-1.56c-.636-.123-1.13-.658-1.13-1.306c0-.737.632-1.322%201.358-1.194a14.9%2014.9%200%200%201%205.337%202.05M6.12%2025.112c.44-.44.489-1.133.167-1.667a12.4%2012.4%200%200%201-1.561-4.065c-.123-.636-.658-1.13-1.306-1.13c-.737%200-1.322.632-1.194%201.358a14.9%2014.9%200%200%200%202.05%205.34c.406.648%201.303.705%201.844.164m.395-16.83c.458.458.488%201.185.125%201.721a12.4%2012.4%200%200%200-1.914%204.618c-.123.636-.658%201.13-1.306%201.13c-.737%200-1.322-.632-1.194-1.358A14.9%2014.9%200%200%201%204.71%208.397c.424-.603%201.284-.636%201.805-.115M46%2031c0%208.284-6.716%2015-15%2015s-15-6.716-15-15s6.716-15%2015-15s15%206.716%2015%2015m-7.616-4.634a1.25%201.25%200%200%200-1.768%200L29%2033.982l-3.616-3.616a1.25%201.25%200%200%200-1.768%201.768l4.5%204.5a1.25%201.25%200%200%200%201.768%200l8.5-8.5a1.25%201.25%200%200%200%200-1.768%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.282%206.514c-.522-.521-.488-1.381.116-1.804a14.9%2014.9%200%200%201%205.997-2.485c.726-.127%201.357.458%201.357%201.195c0%20.648-.493%201.183-1.13%201.306a12.4%2012.4%200%200%200-4.619%201.914c-.536.363-1.263.332-1.721-.126m-.58%2020.55c.475-.475%201.236-.486%201.773-.081a12.45%2012.45%200%200%200%204.623%202.179a17%2017%200%200%200-.084%202.541a14.9%2014.9%200%200%201-6.242-2.876c-.56-.437-.572-1.26-.07-1.763M31%2014q.353%200%20.702.015a14.9%2014.9%200%200%200-2.876-6.242c-.438-.56-1.261-.572-1.764-.07c-.475.476-.485%201.237-.08%201.773A12.45%2012.45%200%200%201%2029.16%2014.1A17%2017%200%200%201%2031%2014m-6.054-9.724c.648.406.705%201.303.164%201.844c-.44.44-1.133.49-1.667.167a12.4%2012.4%200%200%200-4.062-1.56c-.636-.123-1.13-.658-1.13-1.306c0-.737.632-1.322%201.358-1.194a14.9%2014.9%200%200%201%205.337%202.05M6.12%2025.112c.44-.44.489-1.133.167-1.667a12.4%2012.4%200%200%201-1.561-4.065c-.123-.636-.658-1.13-1.306-1.13c-.737%200-1.322.632-1.194%201.358a14.9%2014.9%200%200%200%202.05%205.34c.406.648%201.303.705%201.844.164m.395-16.83c.458.458.488%201.185.125%201.721a12.4%2012.4%200%200%200-1.914%204.618c-.123.636-.658%201.13-1.306%201.13c-.737%200-1.322-.632-1.194-1.358A14.9%2014.9%200%200%201%204.71%208.397c.424-.603%201.284-.636%201.805-.115M46%2031c0%208.284-6.716%2015-15%2015s-15-6.716-15-15s6.716-15%2015-15s15%206.716%2015%2015m-7.616-4.634a1.25%201.25%200%200%200-1.768%200L29%2033.982l-3.616-3.616a1.25%201.25%200%200%200-1.768%201.768l4.5%204.5a1.25%201.25%200%200%200%201.768%200l8.5-8.5a1.25%201.25%200%200%200%200-1.768%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-multiple-hint-checkmark-48-filled.svg?color=%231a73e8&size=48