octagon x icon
octagon-x-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- octagon-x-duotone
- Set
- Keyline Icons
- Style
- Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Related icons in Keyline Icons
Use the octagon x 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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M14.5645 2C15.4927 2 16.3827 2.36902 17.0391 3.02539L20.9746 6.96094C21.631 7.61731 22 8.50729 22 9.43555V14.5645C22 15.4927 21.631 16.3827 20.9746 17.0391L17.0391 20.9746C16.3827 21.631 15.4927 22 14.5645 22H9.43555C8.50729 22 7.61731 21.631 6.96094 20.9746L3.02539 17.0391C2.36902 16.3827 2 15.4927 2 14.5645V9.43555C2 8.50729 2.36902 7.61731 3.02539 6.96094L6.96094 3.02539C7.61731 2.36902 8.50729 2 9.43555 2H14.5645Z" stroke="none"/><path d="M9 9L15 15M15 9L9 15"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsOctagonXDuotone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M14.5645 2C15.4927 2 16.3827 2.36902 17.0391 3.02539L20.9746 6.96094C21.631 7.61731 22 8.50729 22 9.43555V14.5645C22 15.4927 21.631 16.3827 20.9746 17.0391L17.0391 20.9746C16.3827 21.631 15.4927 22 14.5645 22H9.43555C8.50729 22 7.61731 21.631 6.96094 20.9746L3.02539 17.0391C2.36902 16.3827 2 15.4927 2 14.5645V9.43555C2 8.50729 2.36902 7.61731 3.02539 6.96094L6.96094 3.02539C7.61731 2.36902 8.50729 2 9.43555 2H14.5645Z" stroke="none"/><path d="M9 9L15 15M15 9L9 15"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M14.5645 2C15.4927 2 16.3827 2.36902 17.0391 3.02539L20.9746 6.96094C21.631 7.61731 22 8.50729 22 9.43555V14.5645C22 15.4927 21.631 16.3827 20.9746 17.0391L17.0391 20.9746C16.3827 21.631 15.4927 22 14.5645 22H9.43555C8.50729 22 7.61731 21.631 6.96094 20.9746L3.02539 17.0391C2.36902 16.3827 2 15.4927 2 14.5645V9.43555C2 8.50729 2.36902 7.61731 3.02539 6.96094L6.96094 3.02539C7.61731 2.36902 8.50729 2 9.43555 2H14.5645Z" stroke="none"/><path d="M9 9L15 15M15 9L9 15"/></g></svg> </template>
CSS
.icon-octagon-x-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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M14.5645%202C15.4927%202%2016.3827%202.36902%2017.0391%203.02539L20.9746%206.96094C21.631%207.61731%2022%208.50729%2022%209.43555V14.5645C22%2015.4927%2021.631%2016.3827%2020.9746%2017.0391L17.0391%2020.9746C16.3827%2021.631%2015.4927%2022%2014.5645%2022H9.43555C8.50729%2022%207.61731%2021.631%206.96094%2020.9746L3.02539%2017.0391C2.36902%2016.3827%202%2015.4927%202%2014.5645V9.43555C2%208.50729%202.36902%207.61731%203.02539%206.96094L6.96094%203.02539C7.61731%202.36902%208.50729%202%209.43555%202H14.5645Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M9%209L15%2015M15%209L9%2015%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M14.5645%202C15.4927%202%2016.3827%202.36902%2017.0391%203.02539L20.9746%206.96094C21.631%207.61731%2022%208.50729%2022%209.43555V14.5645C22%2015.4927%2021.631%2016.3827%2020.9746%2017.0391L17.0391%2020.9746C16.3827%2021.631%2015.4927%2022%2014.5645%2022H9.43555C8.50729%2022%207.61731%2021.631%206.96094%2020.9746L3.02539%2017.0391C2.36902%2016.3827%202%2015.4927%202%2014.5645V9.43555C2%208.50729%202.36902%207.61731%203.02539%206.96094L6.96094%203.02539C7.61731%202.36902%208.50729%202%209.43555%202H14.5645Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M9%209L15%2015M15%209L9%2015%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/octagon-x-duotone.svg?color=%231a73e8&size=48