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

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

13 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the circle hint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.389 7.787c-.34-.82-1.313-1.177-2.064-.702a20.1 20.1 0 0 0-6.241 6.242c-.475.75-.118 1.724.702 2.063c.715.297 1.533 0 1.955-.649a17.1 17.1 0 0 1 4.999-5c.649-.422.945-1.24.649-1.954m5.075-.419c-.758.16-1.546-.208-1.843-.923c-.34-.82.096-1.76.962-1.955c1.421-.32 2.9-.49 4.418-.49c1.516 0 2.993.169 4.413.488c.866.195 1.302 1.136.962 1.956c-.296.715-1.085 1.084-1.842.924A17 17 0 0 0 24 7a17 17 0 0 0-3.537.368m19.75 8.02c-.715.297-1.532 0-1.954-.649a17.1 17.1 0 0 0-5.001-5c-.65-.422-.946-1.24-.65-1.955c.34-.82 1.313-1.176 2.063-.702a20.1 20.1 0 0 1 6.245 6.243c.474.75.118 1.724-.702 2.063m1.343 13.99c-.716-.296-1.085-1.084-.924-1.842A17 17 0 0 0 41 24c0-1.213-.127-2.396-.368-3.536c-.16-.758.208-1.547.923-1.843c.82-.34 1.76.096 1.956.962c.32 1.42.489 2.9.489 4.417c0 1.518-.17 2.996-.49 4.417c-.195.866-1.135 1.301-1.954.962M32.61 40.217c-.297-.716 0-1.533.649-1.956a17.1 17.1 0 0 0 5-5c.423-.648 1.24-.945 1.956-.649c.82.34 1.176 1.314.702 2.064a20.1 20.1 0 0 1-6.244 6.243c-.75.474-1.724.118-2.063-.702m-13.99 1.34c.297-.716 1.086-1.085 1.843-.924a17.1 17.1 0 0 0 7.071 0c.758-.16 1.546.209 1.843.924c.34.82-.097 1.76-.962 1.955c-1.42.32-2.898.489-4.414.489a20 20 0 0 1-4.419-.49c-.865-.195-1.3-1.135-.961-1.955M7.787 32.608c.715-.296 1.533 0 1.955.65a17.1 17.1 0 0 0 4.998 4.999c.65.422.945 1.24.65 1.955c-.34.82-1.314 1.177-2.064.702a20.1 20.1 0 0 1-6.241-6.242c-.475-.75-.119-1.724.702-2.064M6.445 18.623c.716.297 1.084 1.085.924 1.843A17 17 0 0 0 7 24c0 1.212.127 2.394.368 3.534c.16.758-.209 1.546-.924 1.842c-.82.34-1.76-.096-1.955-.962A20 20 0 0 1 4 24c0-1.517.169-2.994.489-4.415c.195-.865 1.135-1.301 1.955-.962"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleHint48Filled(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="M15.389 7.787c-.34-.82-1.313-1.177-2.064-.702a20.1 20.1 0 0 0-6.241 6.242c-.475.75-.118 1.724.702 2.063c.715.297 1.533 0 1.955-.649a17.1 17.1 0 0 1 4.999-5c.649-.422.945-1.24.649-1.954m5.075-.419c-.758.16-1.546-.208-1.843-.923c-.34-.82.096-1.76.962-1.955c1.421-.32 2.9-.49 4.418-.49c1.516 0 2.993.169 4.413.488c.866.195 1.302 1.136.962 1.956c-.296.715-1.085 1.084-1.842.924A17 17 0 0 0 24 7a17 17 0 0 0-3.537.368m19.75 8.02c-.715.297-1.532 0-1.954-.649a17.1 17.1 0 0 0-5.001-5c-.65-.422-.946-1.24-.65-1.955c.34-.82 1.313-1.176 2.063-.702a20.1 20.1 0 0 1 6.245 6.243c.474.75.118 1.724-.702 2.063m1.343 13.99c-.716-.296-1.085-1.084-.924-1.842A17 17 0 0 0 41 24c0-1.213-.127-2.396-.368-3.536c-.16-.758.208-1.547.923-1.843c.82-.34 1.76.096 1.956.962c.32 1.42.489 2.9.489 4.417c0 1.518-.17 2.996-.49 4.417c-.195.866-1.135 1.301-1.954.962M32.61 40.217c-.297-.716 0-1.533.649-1.956a17.1 17.1 0 0 0 5-5c.423-.648 1.24-.945 1.956-.649c.82.34 1.176 1.314.702 2.064a20.1 20.1 0 0 1-6.244 6.243c-.75.474-1.724.118-2.063-.702m-13.99 1.34c.297-.716 1.086-1.085 1.843-.924a17.1 17.1 0 0 0 7.071 0c.758-.16 1.546.209 1.843.924c.34.82-.097 1.76-.962 1.955c-1.42.32-2.898.489-4.414.489a20 20 0 0 1-4.419-.49c-.865-.195-1.3-1.135-.961-1.955M7.787 32.608c.715-.296 1.533 0 1.955.65a17.1 17.1 0 0 0 4.998 4.999c.65.422.945 1.24.65 1.955c-.34.82-1.314 1.177-2.064.702a20.1 20.1 0 0 1-6.241-6.242c-.475-.75-.119-1.724.702-2.064M6.445 18.623c.716.297 1.084 1.085.924 1.843A17 17 0 0 0 7 24c0 1.212.127 2.394.368 3.534c.16.758-.209 1.546-.924 1.842c-.82.34-1.76-.096-1.955-.962A20 20 0 0 1 4 24c0-1.517.169-2.994.489-4.415c.195-.865 1.135-1.301 1.955-.962"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.389 7.787c-.34-.82-1.313-1.177-2.064-.702a20.1 20.1 0 0 0-6.241 6.242c-.475.75-.118 1.724.702 2.063c.715.297 1.533 0 1.955-.649a17.1 17.1 0 0 1 4.999-5c.649-.422.945-1.24.649-1.954m5.075-.419c-.758.16-1.546-.208-1.843-.923c-.34-.82.096-1.76.962-1.955c1.421-.32 2.9-.49 4.418-.49c1.516 0 2.993.169 4.413.488c.866.195 1.302 1.136.962 1.956c-.296.715-1.085 1.084-1.842.924A17 17 0 0 0 24 7a17 17 0 0 0-3.537.368m19.75 8.02c-.715.297-1.532 0-1.954-.649a17.1 17.1 0 0 0-5.001-5c-.65-.422-.946-1.24-.65-1.955c.34-.82 1.313-1.176 2.063-.702a20.1 20.1 0 0 1 6.245 6.243c.474.75.118 1.724-.702 2.063m1.343 13.99c-.716-.296-1.085-1.084-.924-1.842A17 17 0 0 0 41 24c0-1.213-.127-2.396-.368-3.536c-.16-.758.208-1.547.923-1.843c.82-.34 1.76.096 1.956.962c.32 1.42.489 2.9.489 4.417c0 1.518-.17 2.996-.49 4.417c-.195.866-1.135 1.301-1.954.962M32.61 40.217c-.297-.716 0-1.533.649-1.956a17.1 17.1 0 0 0 5-5c.423-.648 1.24-.945 1.956-.649c.82.34 1.176 1.314.702 2.064a20.1 20.1 0 0 1-6.244 6.243c-.75.474-1.724.118-2.063-.702m-13.99 1.34c.297-.716 1.086-1.085 1.843-.924a17.1 17.1 0 0 0 7.071 0c.758-.16 1.546.209 1.843.924c.34.82-.097 1.76-.962 1.955c-1.42.32-2.898.489-4.414.489a20 20 0 0 1-4.419-.49c-.865-.195-1.3-1.135-.961-1.955M7.787 32.608c.715-.296 1.533 0 1.955.65a17.1 17.1 0 0 0 4.998 4.999c.65.422.945 1.24.65 1.955c-.34.82-1.314 1.177-2.064.702a20.1 20.1 0 0 1-6.241-6.242c-.475-.75-.119-1.724.702-2.064M6.445 18.623c.716.297 1.084 1.085.924 1.843A17 17 0 0 0 7 24c0 1.212.127 2.394.368 3.534c.16.758-.209 1.546-.924 1.842c-.82.34-1.76-.096-1.955-.962A20 20 0 0 1 4 24c0-1.517.169-2.994.489-4.415c.195-.865 1.135-1.301 1.955-.962"/></svg>
</template>

CSS

.icon-circle-hint-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%22M15.389%207.787c-.34-.82-1.313-1.177-2.064-.702a20.1%2020.1%200%200%200-6.241%206.242c-.475.75-.118%201.724.702%202.063c.715.297%201.533%200%201.955-.649a17.1%2017.1%200%200%201%204.999-5c.649-.422.945-1.24.649-1.954m5.075-.419c-.758.16-1.546-.208-1.843-.923c-.34-.82.096-1.76.962-1.955c1.421-.32%202.9-.49%204.418-.49c1.516%200%202.993.169%204.413.488c.866.195%201.302%201.136.962%201.956c-.296.715-1.085%201.084-1.842.924A17%2017%200%200%200%2024%207a17%2017%200%200%200-3.537.368m19.75%208.02c-.715.297-1.532%200-1.954-.649a17.1%2017.1%200%200%200-5.001-5c-.65-.422-.946-1.24-.65-1.955c.34-.82%201.313-1.176%202.063-.702a20.1%2020.1%200%200%201%206.245%206.243c.474.75.118%201.724-.702%202.063m1.343%2013.99c-.716-.296-1.085-1.084-.924-1.842A17%2017%200%200%200%2041%2024c0-1.213-.127-2.396-.368-3.536c-.16-.758.208-1.547.923-1.843c.82-.34%201.76.096%201.956.962c.32%201.42.489%202.9.489%204.417c0%201.518-.17%202.996-.49%204.417c-.195.866-1.135%201.301-1.954.962M32.61%2040.217c-.297-.716%200-1.533.649-1.956a17.1%2017.1%200%200%200%205-5c.423-.648%201.24-.945%201.956-.649c.82.34%201.176%201.314.702%202.064a20.1%2020.1%200%200%201-6.244%206.243c-.75.474-1.724.118-2.063-.702m-13.99%201.34c.297-.716%201.086-1.085%201.843-.924a17.1%2017.1%200%200%200%207.071%200c.758-.16%201.546.209%201.843.924c.34.82-.097%201.76-.962%201.955c-1.42.32-2.898.489-4.414.489a20%2020%200%200%201-4.419-.49c-.865-.195-1.3-1.135-.961-1.955M7.787%2032.608c.715-.296%201.533%200%201.955.65a17.1%2017.1%200%200%200%204.998%204.999c.65.422.945%201.24.65%201.955c-.34.82-1.314%201.177-2.064.702a20.1%2020.1%200%200%201-6.241-6.242c-.475-.75-.119-1.724.702-2.064M6.445%2018.623c.716.297%201.084%201.085.924%201.843A17%2017%200%200%200%207%2024c0%201.212.127%202.394.368%203.534c.16.758-.209%201.546-.924%201.842c-.82.34-1.76-.096-1.955-.962A20%2020%200%200%201%204%2024c0-1.517.169-2.994.489-4.415c.195-.865%201.135-1.301%201.955-.962%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%22M15.389%207.787c-.34-.82-1.313-1.177-2.064-.702a20.1%2020.1%200%200%200-6.241%206.242c-.475.75-.118%201.724.702%202.063c.715.297%201.533%200%201.955-.649a17.1%2017.1%200%200%201%204.999-5c.649-.422.945-1.24.649-1.954m5.075-.419c-.758.16-1.546-.208-1.843-.923c-.34-.82.096-1.76.962-1.955c1.421-.32%202.9-.49%204.418-.49c1.516%200%202.993.169%204.413.488c.866.195%201.302%201.136.962%201.956c-.296.715-1.085%201.084-1.842.924A17%2017%200%200%200%2024%207a17%2017%200%200%200-3.537.368m19.75%208.02c-.715.297-1.532%200-1.954-.649a17.1%2017.1%200%200%200-5.001-5c-.65-.422-.946-1.24-.65-1.955c.34-.82%201.313-1.176%202.063-.702a20.1%2020.1%200%200%201%206.245%206.243c.474.75.118%201.724-.702%202.063m1.343%2013.99c-.716-.296-1.085-1.084-.924-1.842A17%2017%200%200%200%2041%2024c0-1.213-.127-2.396-.368-3.536c-.16-.758.208-1.547.923-1.843c.82-.34%201.76.096%201.956.962c.32%201.42.489%202.9.489%204.417c0%201.518-.17%202.996-.49%204.417c-.195.866-1.135%201.301-1.954.962M32.61%2040.217c-.297-.716%200-1.533.649-1.956a17.1%2017.1%200%200%200%205-5c.423-.648%201.24-.945%201.956-.649c.82.34%201.176%201.314.702%202.064a20.1%2020.1%200%200%201-6.244%206.243c-.75.474-1.724.118-2.063-.702m-13.99%201.34c.297-.716%201.086-1.085%201.843-.924a17.1%2017.1%200%200%200%207.071%200c.758-.16%201.546.209%201.843.924c.34.82-.097%201.76-.962%201.955c-1.42.32-2.898.489-4.414.489a20%2020%200%200%201-4.419-.49c-.865-.195-1.3-1.135-.961-1.955M7.787%2032.608c.715-.296%201.533%200%201.955.65a17.1%2017.1%200%200%200%204.998%204.999c.65.422.945%201.24.65%201.955c-.34.82-1.314%201.177-2.064.702a20.1%2020.1%200%200%201-6.241-6.242c-.475-.75-.119-1.724.702-2.064M6.445%2018.623c.716.297%201.084%201.085.924%201.843A17%2017%200%200%200%207%2024c0%201.212.127%202.394.368%203.534c.16.758-.209%201.546-.924%201.842c-.82.34-1.76-.096-1.955-.962A20%2020%200%200%201%204%2024c0-1.517.169-2.994.489-4.415c.195-.865%201.135-1.301%201.955-.962%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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