horizontal rule icon
horizontal-rule from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- horizontal-rule
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Use the horizontal rule icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 13.5a.5.5 0 0 1-.5.5H2a.5.5 0 0 1 0-1h12a.5.5 0 0 1 .5.5M2.5 11a.5.5 0 0 0 .5-.5v-3h3v3a.5.5 0 0 0 1 0v-7a.5.5 0 0 0-1 0v3H3v-3a.5.5 0 0 0-1 0v7a.5.5 0 0 0 .5.5m6.5-.5v-7a.5.5 0 0 1 .5-.5h2.25C12.99 3 14 4.009 14 5.25c0 .892-.526 1.657-1.28 2.021c.606.664.901 1.609 1.091 2.236c.058.189.132.437.186.558a.5.5 0 0 1-.247.935c-.531 0-.692-.531-.896-1.203C12.487 8.587 12.069 7.5 11 7.5h-1v3a.5.5 0 0 1-1 0m1-4h1.75c.689 0 1.25-.561 1.25-1.25S12.439 4 11.75 4H10z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconHorizontalRule(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="M14.5 13.5a.5.5 0 0 1-.5.5H2a.5.5 0 0 1 0-1h12a.5.5 0 0 1 .5.5M2.5 11a.5.5 0 0 0 .5-.5v-3h3v3a.5.5 0 0 0 1 0v-7a.5.5 0 0 0-1 0v3H3v-3a.5.5 0 0 0-1 0v7a.5.5 0 0 0 .5.5m6.5-.5v-7a.5.5 0 0 1 .5-.5h2.25C12.99 3 14 4.009 14 5.25c0 .892-.526 1.657-1.28 2.021c.606.664.901 1.609 1.091 2.236c.058.189.132.437.186.558a.5.5 0 0 1-.247.935c-.531 0-.692-.531-.896-1.203C12.487 8.587 12.069 7.5 11 7.5h-1v3a.5.5 0 0 1-1 0m1-4h1.75c.689 0 1.25-.561 1.25-1.25S12.439 4 11.75 4H10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.5 13.5a.5.5 0 0 1-.5.5H2a.5.5 0 0 1 0-1h12a.5.5 0 0 1 .5.5M2.5 11a.5.5 0 0 0 .5-.5v-3h3v3a.5.5 0 0 0 1 0v-7a.5.5 0 0 0-1 0v3H3v-3a.5.5 0 0 0-1 0v7a.5.5 0 0 0 .5.5m6.5-.5v-7a.5.5 0 0 1 .5-.5h2.25C12.99 3 14 4.009 14 5.25c0 .892-.526 1.657-1.28 2.021c.606.664.901 1.609 1.091 2.236c.058.189.132.437.186.558a.5.5 0 0 1-.247.935c-.531 0-.692-.531-.896-1.203C12.487 8.587 12.069 7.5 11 7.5h-1v3a.5.5 0 0 1-1 0m1-4h1.75c.689 0 1.25-.561 1.25-1.25S12.439 4 11.75 4H10z"/></svg> </template>
CSS
.icon-horizontal-rule {
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%22M14.5%2013.5a.5.5%200%200%201-.5.5H2a.5.5%200%200%201%200-1h12a.5.5%200%200%201%20.5.5M2.5%2011a.5.5%200%200%200%20.5-.5v-3h3v3a.5.5%200%200%200%201%200v-7a.5.5%200%200%200-1%200v3H3v-3a.5.5%200%200%200-1%200v7a.5.5%200%200%200%20.5.5m6.5-.5v-7a.5.5%200%200%201%20.5-.5h2.25C12.99%203%2014%204.009%2014%205.25c0%20.892-.526%201.657-1.28%202.021c.606.664.901%201.609%201.091%202.236c.058.189.132.437.186.558a.5.5%200%200%201-.247.935c-.531%200-.692-.531-.896-1.203C12.487%208.587%2012.069%207.5%2011%207.5h-1v3a.5.5%200%200%201-1%200m1-4h1.75c.689%200%201.25-.561%201.25-1.25S12.439%204%2011.75%204H10z%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%22M14.5%2013.5a.5.5%200%200%201-.5.5H2a.5.5%200%200%201%200-1h12a.5.5%200%200%201%20.5.5M2.5%2011a.5.5%200%200%200%20.5-.5v-3h3v3a.5.5%200%200%200%201%200v-7a.5.5%200%200%200-1%200v3H3v-3a.5.5%200%200%200-1%200v7a.5.5%200%200%200%20.5.5m6.5-.5v-7a.5.5%200%200%201%20.5-.5h2.25C12.99%203%2014%204.009%2014%205.25c0%20.892-.526%201.657-1.28%202.021c.606.664.901%201.609%201.091%202.236c.058.189.132.437.186.558a.5.5%200%200%201-.247.935c-.531%200-.692-.531-.896-1.203C12.487%208.587%2012.069%207.5%2011%207.5h-1v3a.5.5%200%200%201-1%200m1-4h1.75c.689%200%201.25-.561%201.25-1.25S12.439%204%2011.75%204H10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/horizontal-rule.svg?color=%231a73e8&size=48