chevron double close icon
chevron-double-close from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- chevron-double-close
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the chevron double close icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="16" stroke-width="1.5" d="M9 7L6.629 8.927C4.876 10.351 4 11.063 4 12s.876 1.649 2.629 3.073L9 17m6-10l2.371 1.927C19.124 10.351 20 11.063 20 12s-.876 1.649-2.629 3.073L15 17"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsChevronDoubleClose(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="16" strokeWidth="1.5" d="M9 7L6.629 8.927C4.876 10.351 4 11.063 4 12s.876 1.649 2.629 3.073L9 17m6-10l2.371 1.927C19.124 10.351 20 11.063 20 12s-.876 1.649-2.629 3.073L15 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="16" stroke-width="1.5" d="M9 7L6.629 8.927C4.876 10.351 4 11.063 4 12s.876 1.649 2.629 3.073L9 17m6-10l2.371 1.927C19.124 10.351 20 11.063 20 12s-.876 1.649-2.629 3.073L15 17"/></svg> </template>
CSS
.icon-chevron-double-close {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2216%22%20stroke-width%3D%221.5%22%20d%3D%22M9%207L6.629%208.927C4.876%2010.351%204%2011.063%204%2012s.876%201.649%202.629%203.073L9%2017m6-10l2.371%201.927C19.124%2010.351%2020%2011.063%2020%2012s-.876%201.649-2.629%203.073L15%2017%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2216%22%20stroke-width%3D%221.5%22%20d%3D%22M9%207L6.629%208.927C4.876%2010.351%204%2011.063%204%2012s.876%201.649%202.629%203.073L9%2017m6-10l2.371%201.927C19.124%2010.351%2020%2011.063%2020%2012s-.876%201.649-2.629%203.073L15%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/chevron-double-close.svg?color=%231a73e8&size=48