brackets icon
brackets-line-duotone from Solar by 480 Design · Line Duotone · IT · CC-BY-4.0 Attribution required.
- Name
- brackets-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- IT
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More it icons from Solar
braces-boldbug-boldbug-minimalistic-boldcode-2-boldcode-boldcode-circle-boldcode-square-boldcommand-boldgit-branch-boldgit-commit-boldgit-diff-boldgit-fork-boldgit-graph-boldgit-pull-request-boldhashtag-boldhashtag-chat-boldhashtag-circle-boldhashtag-square-boldpanel-top-boldpanel-top-close-boldpanel-top-open-boldpanels-top-left-boldparentheses-boldprogramming-bold
Use the brackets icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M15 2.02002C17.7913 2.08384 19.4216 2.35047 20.5355 3.4644C22 4.92887 22 7.28589 22 11.9999C22 16.714 22 19.071 20.5355 20.5355C19.4216 21.6494 17.7913 21.916 15 21.9799"/><path d="M9 2.02002C6.20875 2.08384 4.5784 2.35047 3.46447 3.4644C2 4.92887 2 7.28589 2 11.9999C2 16.714 2 19.071 3.46447 20.5355C4.5784 21.6494 6.20875 21.916 9 21.9799" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBracketsLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M15 2.02002C17.7913 2.08384 19.4216 2.35047 20.5355 3.4644C22 4.92887 22 7.28589 22 11.9999C22 16.714 22 19.071 20.5355 20.5355C19.4216 21.6494 17.7913 21.916 15 21.9799"/><path d="M9 2.02002C6.20875 2.08384 4.5784 2.35047 3.46447 3.4644C2 4.92887 2 7.28589 2 11.9999C2 16.714 2 19.071 3.46447 20.5355C4.5784 21.6494 6.20875 21.916 9 21.9799" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M15 2.02002C17.7913 2.08384 19.4216 2.35047 20.5355 3.4644C22 4.92887 22 7.28589 22 11.9999C22 16.714 22 19.071 20.5355 20.5355C19.4216 21.6494 17.7913 21.916 15 21.9799"/><path d="M9 2.02002C6.20875 2.08384 4.5784 2.35047 3.46447 3.4644C2 4.92887 2 7.28589 2 11.9999C2 16.714 2 19.071 3.46447 20.5355C4.5784 21.6494 6.20875 21.916 9 21.9799" opacity=".5"/></g></svg> </template>
CSS
.icon-brackets-line-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%202.02002C17.7913%202.08384%2019.4216%202.35047%2020.5355%203.4644C22%204.92887%2022%207.28589%2022%2011.9999C22%2016.714%2022%2019.071%2020.5355%2020.5355C19.4216%2021.6494%2017.7913%2021.916%2015%2021.9799%22%2F%3E%3Cpath%20d%3D%22M9%202.02002C6.20875%202.08384%204.5784%202.35047%203.46447%203.4644C2%204.92887%202%207.28589%202%2011.9999C2%2016.714%202%2019.071%203.46447%2020.5355C4.5784%2021.6494%206.20875%2021.916%209%2021.9799%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%202.02002C17.7913%202.08384%2019.4216%202.35047%2020.5355%203.4644C22%204.92887%2022%207.28589%2022%2011.9999C22%2016.714%2022%2019.071%2020.5355%2020.5355C19.4216%2021.6494%2017.7913%2021.916%2015%2021.9799%22%2F%3E%3Cpath%20d%3D%22M9%202.02002C6.20875%202.08384%204.5784%202.35047%203.46447%203.4644C2%204.92887%202%207.28589%202%2011.9999C2%2016.714%202%2019.071%203.46447%2020.5355C4.5784%2021.6494%206.20875%2021.916%209%2021.9799%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/brackets-line-duotone.svg?color=%231a73e8&size=48