accessibility error icon
accessibility-error-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- accessibility-error-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the accessibility error icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.468 6.403a1.5 1.5 0 1 1 1.064 0a2.25 2.25 0 0 1-1.064 0M9 5q.001.202.026.399L6.15 4.178a2.266 2.266 0 0 0-2.96 1.184a2.24 2.24 0 0 0 1.18 2.954l3.634 1.542v3.701l-1.88 5.458a2.25 2.25 0 1 0 4.256 1.465l.145-.422a6.5 6.5 0 0 1-.496-3.169L8.96 19.993a.75.75 0 0 1-1.418-.488l1.893-5.497a1.3 1.3 0 0 0 .068-.407V9.693c0-.502-.3-.955-.762-1.151L4.956 6.935a.74.74 0 0 1-.39-.977a.766.766 0 0 1 .998-.4l4.971 2.11q.24.102.487.169a3 3 0 0 0 1.956 0q.248-.066.488-.168l4.97-2.11a.766.766 0 0 1 1 .399a.74.74 0 0 1-.391.977l-3.78 1.605a1.25 1.25 0 0 0-.762 1.15v1.623a6.5 6.5 0 0 1 1.5-.294V9.856l3.628-1.54a2.24 2.24 0 0 0 1.18-2.954a2.266 2.266 0 0 0-2.96-1.184l-2.877 1.22Q15 5.204 15 5a3 3 0 1 0-6 0m13 12.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0M16.5 14a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0v-4a.5.5 0 0 0-.5-.5m0 7.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentAccessibilityError24Regular(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" d="M11.468 6.403a1.5 1.5 0 1 1 1.064 0a2.25 2.25 0 0 1-1.064 0M9 5q.001.202.026.399L6.15 4.178a2.266 2.266 0 0 0-2.96 1.184a2.24 2.24 0 0 0 1.18 2.954l3.634 1.542v3.701l-1.88 5.458a2.25 2.25 0 1 0 4.256 1.465l.145-.422a6.5 6.5 0 0 1-.496-3.169L8.96 19.993a.75.75 0 0 1-1.418-.488l1.893-5.497a1.3 1.3 0 0 0 .068-.407V9.693c0-.502-.3-.955-.762-1.151L4.956 6.935a.74.74 0 0 1-.39-.977a.766.766 0 0 1 .998-.4l4.971 2.11q.24.102.487.169a3 3 0 0 0 1.956 0q.248-.066.488-.168l4.97-2.11a.766.766 0 0 1 1 .399a.74.74 0 0 1-.391.977l-3.78 1.605a1.25 1.25 0 0 0-.762 1.15v1.623a6.5 6.5 0 0 1 1.5-.294V9.856l3.628-1.54a2.24 2.24 0 0 0 1.18-2.954a2.266 2.266 0 0 0-2.96-1.184l-2.877 1.22Q15 5.204 15 5a3 3 0 1 0-6 0m13 12.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0M16.5 14a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0v-4a.5.5 0 0 0-.5-.5m0 7.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.468 6.403a1.5 1.5 0 1 1 1.064 0a2.25 2.25 0 0 1-1.064 0M9 5q.001.202.026.399L6.15 4.178a2.266 2.266 0 0 0-2.96 1.184a2.24 2.24 0 0 0 1.18 2.954l3.634 1.542v3.701l-1.88 5.458a2.25 2.25 0 1 0 4.256 1.465l.145-.422a6.5 6.5 0 0 1-.496-3.169L8.96 19.993a.75.75 0 0 1-1.418-.488l1.893-5.497a1.3 1.3 0 0 0 .068-.407V9.693c0-.502-.3-.955-.762-1.151L4.956 6.935a.74.74 0 0 1-.39-.977a.766.766 0 0 1 .998-.4l4.971 2.11q.24.102.487.169a3 3 0 0 0 1.956 0q.248-.066.488-.168l4.97-2.11a.766.766 0 0 1 1 .399a.74.74 0 0 1-.391.977l-3.78 1.605a1.25 1.25 0 0 0-.762 1.15v1.623a6.5 6.5 0 0 1 1.5-.294V9.856l3.628-1.54a2.24 2.24 0 0 0 1.18-2.954a2.266 2.266 0 0 0-2.96-1.184l-2.877 1.22Q15 5.204 15 5a3 3 0 1 0-6 0m13 12.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0M16.5 14a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0v-4a.5.5 0 0 0-.5-.5m0 7.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg> </template>
CSS
.icon-accessibility-error-24-regular {
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%20d%3D%22M11.468%206.403a1.5%201.5%200%201%201%201.064%200a2.25%202.25%200%200%201-1.064%200M9%205q.001.202.026.399L6.15%204.178a2.266%202.266%200%200%200-2.96%201.184a2.24%202.24%200%200%200%201.18%202.954l3.634%201.542v3.701l-1.88%205.458a2.25%202.25%200%201%200%204.256%201.465l.145-.422a6.5%206.5%200%200%201-.496-3.169L8.96%2019.993a.75.75%200%200%201-1.418-.488l1.893-5.497a1.3%201.3%200%200%200%20.068-.407V9.693c0-.502-.3-.955-.762-1.151L4.956%206.935a.74.74%200%200%201-.39-.977a.766.766%200%200%201%20.998-.4l4.971%202.11q.24.102.487.169a3%203%200%200%200%201.956%200q.248-.066.488-.168l4.97-2.11a.766.766%200%200%201%201%20.399a.74.74%200%200%201-.391.977l-3.78%201.605a1.25%201.25%200%200%200-.762%201.15v1.623a6.5%206.5%200%200%201%201.5-.294V9.856l3.628-1.54a2.24%202.24%200%200%200%201.18-2.954a2.266%202.266%200%200%200-2.96-1.184l-2.877%201.22Q15%205.204%2015%205a3%203%200%201%200-6%200m13%2012.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200M16.5%2014a.5.5%200%200%200-.5.5v4a.5.5%200%200%200%201%200v-4a.5.5%200%200%200-.5-.5m0%207.125a.625.625%200%201%200%200-1.25a.625.625%200%200%200%200%201.25%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%20d%3D%22M11.468%206.403a1.5%201.5%200%201%201%201.064%200a2.25%202.25%200%200%201-1.064%200M9%205q.001.202.026.399L6.15%204.178a2.266%202.266%200%200%200-2.96%201.184a2.24%202.24%200%200%200%201.18%202.954l3.634%201.542v3.701l-1.88%205.458a2.25%202.25%200%201%200%204.256%201.465l.145-.422a6.5%206.5%200%200%201-.496-3.169L8.96%2019.993a.75.75%200%200%201-1.418-.488l1.893-5.497a1.3%201.3%200%200%200%20.068-.407V9.693c0-.502-.3-.955-.762-1.151L4.956%206.935a.74.74%200%200%201-.39-.977a.766.766%200%200%201%20.998-.4l4.971%202.11q.24.102.487.169a3%203%200%200%200%201.956%200q.248-.066.488-.168l4.97-2.11a.766.766%200%200%201%201%20.399a.74.74%200%200%201-.391.977l-3.78%201.605a1.25%201.25%200%200%200-.762%201.15v1.623a6.5%206.5%200%200%201%201.5-.294V9.856l3.628-1.54a2.24%202.24%200%200%200%201.18-2.954a2.266%202.266%200%200%200-2.96-1.184l-2.877%201.22Q15%205.204%2015%205a3%203%200%201%200-6%200m13%2012.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200M16.5%2014a.5.5%200%200%200-.5.5v4a.5.5%200%200%200%201%200v-4a.5.5%200%200%200-.5-.5m0%207.125a.625.625%200%201%200%200-1.25a.625.625%200%200%200%200%201.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/accessibility-error-24-regular.svg?color=%231a73e8&size=48