border color icon
border-color from Material Design Icons by Pictogrammers · Filled · Color · Apache-2.0 Free for personal and commercial use.
- Name
- border-color
- Set
- Material Design Icons
- Style
- Filled
- Category
- Color
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- border-colour
The same icon in other sets
More color icons from Material Design Icons
color-helpereyedroppereyedropper-variantformat-color-fillformat-color-highlightformat-color-marker-cancelformat-color-textformat-paintinvert-colorsinvert-colors-offlookspalettepalette-advancedpalette-swatchpalette-swatch-variantselect-colorborder-allborder-all-variantborder-bottomborder-bottom-variantborder-horizontalborder-insideborder-leftborder-left-variant
Use the border color icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.71 4.04c.39-.39.39-1.04 0-1.41L18.37.29C18-.1 17.35-.1 16.96.29L15 2.25L18.75 6m-1 1L14 3.25l-10 10V17h3.75z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBorderColor(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="M20.71 4.04c.39-.39.39-1.04 0-1.41L18.37.29C18-.1 17.35-.1 16.96.29L15 2.25L18.75 6m-1 1L14 3.25l-10 10V17h3.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.71 4.04c.39-.39.39-1.04 0-1.41L18.37.29C18-.1 17.35-.1 16.96.29L15 2.25L18.75 6m-1 1L14 3.25l-10 10V17h3.75z"/></svg> </template>
CSS
.icon-border-color {
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%22M20.71%204.04c.39-.39.39-1.04%200-1.41L18.37.29C18-.1%2017.35-.1%2016.96.29L15%202.25L18.75%206m-1%201L14%203.25l-10%2010V17h3.75z%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%22M20.71%204.04c.39-.39.39-1.04%200-1.41L18.37.29C18-.1%2017.35-.1%2016.96.29L15%202.25L18.75%206m-1%201L14%203.25l-10%2010V17h3.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/border-color.svg?color=%231a73e8&size=48