octagon alert icon

octagon-alert-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.

Name
octagon-alert-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 alert 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="M12 8V12"/><path fill="currentColor" d="M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16Z" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsOctagonAlertDuotone(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="M12 8V12"/><path fill="currentColor" d="M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16Z" stroke="none"/></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="M12 8V12"/><path fill="currentColor" d="M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16Z" stroke="none"/></g></svg>
</template>

CSS

.icon-octagon-alert-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%22M12%208V12%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2016C13%2016.5523%2012.5523%2017%2012%2017C11.4477%2017%2011%2016.5523%2011%2016C11%2015.4477%2011.4477%2015%2012%2015C12.5523%2015%2013%2015.4477%2013%2016Z%22%20stroke%3D%22none%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%22M12%208V12%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2016C13%2016.5523%2012.5523%2017%2012%2017C11.4477%2017%2011%2016.5523%2011%2016C11%2015.4477%2011.4477%2015%2012%2015C12.5523%2015%2013%2015.4477%2013%2016Z%22%20stroke%3D%22none%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-alert-duotone.svg?color=%231a73e8&size=48