close octagon icon
close-octagon from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- close-octagon
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
Use the close octagon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M8.066 2.5h7.87l5.565 5.564v7.87L15.936 21.5h-7.87l-5.565-5.565v-7.87z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M8.065 2.5h7.87L21.5 8.065v7.87L15.935 21.5h-7.87L2.5 15.935v-7.87zm7.117 6.318L12.001 12m0 0l-3.183 3.182M12.001 12l3.181 3.181M12.001 12L8.818 8.817"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignCloseOctagon(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"><path d="M8.066 2.5h7.87l5.565 5.564v7.87L15.936 21.5h-7.87l-5.565-5.565v-7.87z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M8.065 2.5h7.87L21.5 8.065v7.87L15.935 21.5h-7.87L2.5 15.935v-7.87zm7.117 6.318L12.001 12m0 0l-3.183 3.182M12.001 12l3.181 3.181M12.001 12L8.818 8.817"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M8.066 2.5h7.87l5.565 5.564v7.87L15.936 21.5h-7.87l-5.565-5.565v-7.87z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M8.065 2.5h7.87L21.5 8.065v7.87L15.935 21.5h-7.87L2.5 15.935v-7.87zm7.117 6.318L12.001 12m0 0l-3.183 3.182M12.001 12l3.181 3.181M12.001 12L8.818 8.817"/></g></svg> </template>
CSS
.icon-close-octagon {
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%3E%3Cpath%20d%3D%22M8.066%202.5h7.87l5.565%205.564v7.87L15.936%2021.5h-7.87l-5.565-5.565v-7.87z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M8.065%202.5h7.87L21.5%208.065v7.87L15.935%2021.5h-7.87L2.5%2015.935v-7.87zm7.117%206.318L12.001%2012m0%200l-3.183%203.182M12.001%2012l3.181%203.181M12.001%2012L8.818%208.817%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%3E%3Cpath%20d%3D%22M8.066%202.5h7.87l5.565%205.564v7.87L15.936%2021.5h-7.87l-5.565-5.565v-7.87z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M8.065%202.5h7.87L21.5%208.065v7.87L15.935%2021.5h-7.87L2.5%2015.935v-7.87zm7.117%206.318L12.001%2012m0%200l-3.183%203.182M12.001%2012l3.181%203.181M12.001%2012L8.818%208.817%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/close-octagon.svg?color=%231a73e8&size=48