border-color-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
border-color-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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="M3 24q-.402 0-.701-.29Q2 23.422 2 23q0-.402.299-.701T3 22h18q.402 0 .701.29q.299.289.299.71q0 .402-.299.701T21 24zm2-6.98v-1.364q0-.162.046-.301q.046-.14.177-.27L16.219 4.112q.16-.16.35-.232t.377-.073q.208 0 .381.073t.339.238l1.028 1.035q.166.16.236.342t.07.39q0 .183-.07.373q-.07.189-.236.354L7.723 17.586q-.13.13-.27.186t-.301.056H5.808q-.348 0-.578-.23T5 17.019m11.58-9.7l1.44-1.438l-1.074-1.073l-1.438 1.438z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBorderColorRounded(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="M3 24q-.402 0-.701-.29Q2 23.422 2 23q0-.402.299-.701T3 22h18q.402 0 .701.29q.299.289.299.71q0 .402-.299.701T21 24zm2-6.98v-1.364q0-.162.046-.301q.046-.14.177-.27L16.219 4.112q.16-.16.35-.232t.377-.073q.208 0 .381.073t.339.238l1.028 1.035q.166.16.236.342t.07.39q0 .183-.07.373q-.07.189-.236.354L7.723 17.586q-.13.13-.27.186t-.301.056H5.808q-.348 0-.578-.23T5 17.019m11.58-9.7l1.44-1.438l-1.074-1.073l-1.438 1.438z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 24q-.402 0-.701-.29Q2 23.422 2 23q0-.402.299-.701T3 22h18q.402 0 .701.29q.299.289.299.71q0 .402-.299.701T21 24zm2-6.98v-1.364q0-.162.046-.301q.046-.14.177-.27L16.219 4.112q.16-.16.35-.232t.377-.073q.208 0 .381.073t.339.238l1.028 1.035q.166.16.236.342t.07.39q0 .183-.07.373q-.07.189-.236.354L7.723 17.586q-.13.13-.27.186t-.301.056H5.808q-.348 0-.578-.23T5 17.019m11.58-9.7l1.44-1.438l-1.074-1.073l-1.438 1.438z"/></svg>
</template>

CSS

.icon-border-color-rounded {
  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%22M3%2024q-.402%200-.701-.29Q2%2023.422%202%2023q0-.402.299-.701T3%2022h18q.402%200%20.701.29q.299.289.299.71q0%20.402-.299.701T21%2024zm2-6.98v-1.364q0-.162.046-.301q.046-.14.177-.27L16.219%204.112q.16-.16.35-.232t.377-.073q.208%200%20.381.073t.339.238l1.028%201.035q.166.16.236.342t.07.39q0%20.183-.07.373q-.07.189-.236.354L7.723%2017.586q-.13.13-.27.186t-.301.056H5.808q-.348%200-.578-.23T5%2017.019m11.58-9.7l1.44-1.438l-1.074-1.073l-1.438%201.438z%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%22M3%2024q-.402%200-.701-.29Q2%2023.422%202%2023q0-.402.299-.701T3%2022h18q.402%200%20.701.29q.299.289.299.71q0%20.402-.299.701T21%2024zm2-6.98v-1.364q0-.162.046-.301q.046-.14.177-.27L16.219%204.112q.16-.16.35-.232t.377-.073q.208%200%20.381.073t.339.238l1.028%201.035q.166.16.236.342t.07.39q0%20.183-.07.373q-.07.189-.236.354L7.723%2017.586q-.13.13-.27.186t-.301.056H5.808q-.348%200-.578-.23T5%2017.019m11.58-9.7l1.44-1.438l-1.074-1.073l-1.438%201.438z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/border-color-rounded.svg?color=%231a73e8&size=48