error circle settings icon
error-circle-settings-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- error-circle-settings-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the error circle settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.255 9.227a2 2 0 0 0 2.557.026c.305.123.588.288.842.487a2 2 0 0 0 1.302 2.201a3.5 3.5 0 0 1 .025.915l-.032.01a2 2 0 0 0-1.407 2.437l.009.033a3.5 3.5 0 0 1-.806.435a2 2 0 0 0-2.557-.027a3.5 3.5 0 0 1-.842-.486a2 2 0 0 0-1.302-2.201a3.5 3.5 0 0 1-.025-.916l.032-.01a2 2 0 0 0 1.407-2.436l-.009-.033c.246-.178.517-.326.806-.435M7 0a7 7 0 0 1 6.89 8.22a4.5 4.5 0 0 0-5.67 5.67c-.397.07-.804.11-1.22.11A7 7 0 1 1 7 0m5.5 11.749a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M7 9a.75.75 0 1 0 0 1.5A.75.75 0 0 0 7 9m0-5.5a.5.5 0 0 0-.5.5v3.5l.008.09A.5.5 0 0 0 7.5 7.5V4l-.008-.09A.5.5 0 0 0 7 3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentErrorCircleSettings16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.255 9.227a2 2 0 0 0 2.557.026c.305.123.588.288.842.487a2 2 0 0 0 1.302 2.201a3.5 3.5 0 0 1 .025.915l-.032.01a2 2 0 0 0-1.407 2.437l.009.033a3.5 3.5 0 0 1-.806.435a2 2 0 0 0-2.557-.027a3.5 3.5 0 0 1-.842-.486a2 2 0 0 0-1.302-2.201a3.5 3.5 0 0 1-.025-.916l.032-.01a2 2 0 0 0 1.407-2.436l-.009-.033c.246-.178.517-.326.806-.435M7 0a7 7 0 0 1 6.89 8.22a4.5 4.5 0 0 0-5.67 5.67c-.397.07-.804.11-1.22.11A7 7 0 1 1 7 0m5.5 11.749a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M7 9a.75.75 0 1 0 0 1.5A.75.75 0 0 0 7 9m0-5.5a.5.5 0 0 0-.5.5v3.5l.008.09A.5.5 0 0 0 7.5 7.5V4l-.008-.09A.5.5 0 0 0 7 3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.255 9.227a2 2 0 0 0 2.557.026c.305.123.588.288.842.487a2 2 0 0 0 1.302 2.201a3.5 3.5 0 0 1 .025.915l-.032.01a2 2 0 0 0-1.407 2.437l.009.033a3.5 3.5 0 0 1-.806.435a2 2 0 0 0-2.557-.027a3.5 3.5 0 0 1-.842-.486a2 2 0 0 0-1.302-2.201a3.5 3.5 0 0 1-.025-.916l.032-.01a2 2 0 0 0 1.407-2.436l-.009-.033c.246-.178.517-.326.806-.435M7 0a7 7 0 0 1 6.89 8.22a4.5 4.5 0 0 0-5.67 5.67c-.397.07-.804.11-1.22.11A7 7 0 1 1 7 0m5.5 11.749a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M7 9a.75.75 0 1 0 0 1.5A.75.75 0 0 0 7 9m0-5.5a.5.5 0 0 0-.5.5v3.5l.008.09A.5.5 0 0 0 7.5 7.5V4l-.008-.09A.5.5 0 0 0 7 3.5"/></svg> </template>
CSS
.icon-error-circle-settings-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.255%209.227a2%202%200%200%200%202.557.026c.305.123.588.288.842.487a2%202%200%200%200%201.302%202.201a3.5%203.5%200%200%201%20.025.915l-.032.01a2%202%200%200%200-1.407%202.437l.009.033a3.5%203.5%200%200%201-.806.435a2%202%200%200%200-2.557-.027a3.5%203.5%200%200%201-.842-.486a2%202%200%200%200-1.302-2.201a3.5%203.5%200%200%201-.025-.916l.032-.01a2%202%200%200%200%201.407-2.436l-.009-.033c.246-.178.517-.326.806-.435M7%200a7%207%200%200%201%206.89%208.22a4.5%204.5%200%200%200-5.67%205.67c-.397.07-.804.11-1.22.11A7%207%200%201%201%207%200m5.5%2011.749a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M7%209a.75.75%200%201%200%200%201.5A.75.75%200%200%200%207%209m0-5.5a.5.5%200%200%200-.5.5v3.5l.008.09A.5.5%200%200%200%207.5%207.5V4l-.008-.09A.5.5%200%200%200%207%203.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.255%209.227a2%202%200%200%200%202.557.026c.305.123.588.288.842.487a2%202%200%200%200%201.302%202.201a3.5%203.5%200%200%201%20.025.915l-.032.01a2%202%200%200%200-1.407%202.437l.009.033a3.5%203.5%200%200%201-.806.435a2%202%200%200%200-2.557-.027a3.5%203.5%200%200%201-.842-.486a2%202%200%200%200-1.302-2.201a3.5%203.5%200%200%201-.025-.916l.032-.01a2%202%200%200%200%201.407-2.436l-.009-.033c.246-.178.517-.326.806-.435M7%200a7%207%200%200%201%206.89%208.22a4.5%204.5%200%200%200-5.67%205.67c-.397.07-.804.11-1.22.11A7%207%200%201%201%207%200m5.5%2011.749a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M7%209a.75.75%200%201%200%200%201.5A.75.75%200%200%200%207%209m0-5.5a.5.5%200%200%200-.5.5v3.5l.008.09A.5.5%200%200%200%207.5%207.5V4l-.008-.09A.5.5%200%200%200%207%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/error-circle-settings-16-filled.svg?color=%231a73e8&size=48