danger icon

danger-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.

Name
danger-linear
Set
Solar
Style
Linear
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the danger 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-width="1.5"><path stroke-linecap="round" d="M12 7V13"/><path d="M7.84308 3.80211C9.8718 2.6007 10.8862 2 12 2C13.1138 2 14.1282 2.6007 16.1569 3.80211L16.8431 4.20846C18.8718 5.40987 19.8862 6.01057 20.4431 7C21 7.98943 21 9.19084 21 11.5937V12.4063C21 14.8092 21 16.0106 20.4431 17C19.8862 17.9894 18.8718 18.5901 16.8431 19.7915L16.1569 20.1979C14.1282 21.3993 13.1138 22 12 22C10.8862 22 9.8718 21.3993 7.84308 20.1979L7.15692 19.7915C5.1282 18.5901 4.11384 17.9894 3.55692 17C3 16.0106 3 14.8092 3 12.4063V11.5937C3 9.19084 3 7.98943 3.55692 7C4.11384 6.01057 5.1282 5.40987 7.15692 4.20846L7.84308 3.80211Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 16H12.0001"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarDangerLinear(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" strokeWidth="1.5"><path strokeLinecap="round" d="M12 7V13"/><path d="M7.84308 3.80211C9.8718 2.6007 10.8862 2 12 2C13.1138 2 14.1282 2.6007 16.1569 3.80211L16.8431 4.20846C18.8718 5.40987 19.8862 6.01057 20.4431 7C21 7.98943 21 9.19084 21 11.5937V12.4063C21 14.8092 21 16.0106 20.4431 17C19.8862 17.9894 18.8718 18.5901 16.8431 19.7915L16.1569 20.1979C14.1282 21.3993 13.1138 22 12 22C10.8862 22 9.8718 21.3993 7.84308 20.1979L7.15692 19.7915C5.1282 18.5901 4.11384 17.9894 3.55692 17C3 16.0106 3 14.8092 3 12.4063V11.5937C3 9.19084 3 7.98943 3.55692 7C4.11384 6.01057 5.1282 5.40987 7.15692 4.20846L7.84308 3.80211Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 16H12.0001"/></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-width="1.5"><path stroke-linecap="round" d="M12 7V13"/><path d="M7.84308 3.80211C9.8718 2.6007 10.8862 2 12 2C13.1138 2 14.1282 2.6007 16.1569 3.80211L16.8431 4.20846C18.8718 5.40987 19.8862 6.01057 20.4431 7C21 7.98943 21 9.19084 21 11.5937V12.4063C21 14.8092 21 16.0106 20.4431 17C19.8862 17.9894 18.8718 18.5901 16.8431 19.7915L16.1569 20.1979C14.1282 21.3993 13.1138 22 12 22C10.8862 22 9.8718 21.3993 7.84308 20.1979L7.15692 19.7915C5.1282 18.5901 4.11384 17.9894 3.55692 17C3 16.0106 3 14.8092 3 12.4063V11.5937C3 9.19084 3 7.98943 3.55692 7C4.11384 6.01057 5.1282 5.40987 7.15692 4.20846L7.84308 3.80211Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 16H12.0001"/></g></svg>
</template>

CSS

.icon-danger-linear {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%207V13%22%2F%3E%3Cpath%20d%3D%22M7.84308%203.80211C9.8718%202.6007%2010.8862%202%2012%202C13.1138%202%2014.1282%202.6007%2016.1569%203.80211L16.8431%204.20846C18.8718%205.40987%2019.8862%206.01057%2020.4431%207C21%207.98943%2021%209.19084%2021%2011.5937V12.4063C21%2014.8092%2021%2016.0106%2020.4431%2017C19.8862%2017.9894%2018.8718%2018.5901%2016.8431%2019.7915L16.1569%2020.1979C14.1282%2021.3993%2013.1138%2022%2012%2022C10.8862%2022%209.8718%2021.3993%207.84308%2020.1979L7.15692%2019.7915C5.1282%2018.5901%204.11384%2017.9894%203.55692%2017C3%2016.0106%203%2014.8092%203%2012.4063V11.5937C3%209.19084%203%207.98943%203.55692%207C4.11384%206.01057%205.1282%205.40987%207.15692%204.20846L7.84308%203.80211Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016H12.0001%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%207V13%22%2F%3E%3Cpath%20d%3D%22M7.84308%203.80211C9.8718%202.6007%2010.8862%202%2012%202C13.1138%202%2014.1282%202.6007%2016.1569%203.80211L16.8431%204.20846C18.8718%205.40987%2019.8862%206.01057%2020.4431%207C21%207.98943%2021%209.19084%2021%2011.5937V12.4063C21%2014.8092%2021%2016.0106%2020.4431%2017C19.8862%2017.9894%2018.8718%2018.5901%2016.8431%2019.7915L16.1569%2020.1979C14.1282%2021.3993%2013.1138%2022%2012%2022C10.8862%2022%209.8718%2021.3993%207.84308%2020.1979L7.15692%2019.7915C5.1282%2018.5901%204.11384%2017.9894%203.55692%2017C3%2016.0106%203%2014.8092%203%2012.4063V11.5937C3%209.19084%203%207.98943%203.55692%207C4.11384%206.01057%205.1282%205.40987%207.15692%204.20846L7.84308%203.80211Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016H12.0001%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/danger-linear.svg?color=%231a73e8&size=48