line horizontal 5 error icon
line-horizontal-5-error-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- line-horizontal-5-error-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
line-dashes-20-filledline-flow-diagonal-up-right-16-filledline-horizontal-1-16-filledline-horizontal-1-dash-dot-dash-20-filledline-horizontal-1-dashes-16-filledline-horizontal-1-dot-20-filledline-horizontal-2-dashes-solid-16-filledline-horizontal-3-16-filledline-horizontal-4-16-filledline-horizontal-4-search-16-filledline-horizontal-5-20-filledline-style-20-filledline-style-sketch-16-filledline-thickness-20-filled
Use the line horizontal 5 error icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.5 3a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1zm0 6a.5.5 0 0 0 0 1h7.757a5.5 5.5 0 0 1 1.08-1zm0 3h6.707a5.5 5.5 0 0 0-.185 1H2.5a.5.5 0 0 1 0-1m0 3h6.707q.149.524.393 1H2.5a.5.5 0 0 1 0-1m0-9a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1zM19 13.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M14.5 11a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.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 FluentLineHorizontal5Error20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.5 3a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1zm0 6a.5.5 0 0 0 0 1h7.757a5.5 5.5 0 0 1 1.08-1zm0 3h6.707a5.5 5.5 0 0 0-.185 1H2.5a.5.5 0 0 1 0-1m0 3h6.707q.149.524.393 1H2.5a.5.5 0 0 1 0-1m0-9a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1zM19 13.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M14.5 11a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.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 20 20"><path fill="currentColor" d="M2.5 3a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1zm0 6a.5.5 0 0 0 0 1h7.757a5.5 5.5 0 0 1 1.08-1zm0 3h6.707a5.5 5.5 0 0 0-.185 1H2.5a.5.5 0 0 1 0-1m0 3h6.707q.149.524.393 1H2.5a.5.5 0 0 1 0-1m0-9a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1zM19 13.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M14.5 11a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m0 5.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg> </template>
CSS
.icon-line-horizontal-5-error-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%203a.5.5%200%200%200%200%201h15a.5.5%200%200%200%200-1zm0%206a.5.5%200%200%200%200%201h7.757a5.5%205.5%200%200%201%201.08-1zm0%203h6.707a5.5%205.5%200%200%200-.185%201H2.5a.5.5%200%200%201%200-1m0%203h6.707q.149.524.393%201H2.5a.5.5%200%200%201%200-1m0-9a.5.5%200%200%200%200%201h15a.5.5%200%200%200%200-1zM19%2013.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M14.5%2011a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-2a.5.5%200%200%200-.5-.5m0%205.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%203a.5.5%200%200%200%200%201h15a.5.5%200%200%200%200-1zm0%206a.5.5%200%200%200%200%201h7.757a5.5%205.5%200%200%201%201.08-1zm0%203h6.707a5.5%205.5%200%200%200-.185%201H2.5a.5.5%200%200%201%200-1m0%203h6.707q.149.524.393%201H2.5a.5.5%200%200%201%200-1m0-9a.5.5%200%200%200%200%201h15a.5.5%200%200%200%200-1zM19%2013.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M14.5%2011a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-2a.5.5%200%200%200-.5-.5m0%205.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/line-horizontal-5-error-20-regular.svg?color=%231a73e8&size=48