user exclamation icon

user-exclamation from Unicons by Iconscout · Line · Users · Apache-2.0 Free for personal and commercial use.

Name
user-exclamation
Set
Unicons
Style
Line
Category
Users
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More users icons from Unicons

Use the user exclamation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.55 12.22a4.92 4.92 0 0 0 1.7-3.72a5 5 0 0 0-10 0A4.92 4.92 0 0 0 8 12.22a8 8 0 0 0-4.7 7.28a1 1 0 0 0 2 0a6 6 0 0 1 12 0a1 1 0 0 0 2 0a8 8 0 0 0-4.75-7.28m-3.3-.72a3 3 0 1 1 3-3a3 3 0 0 1-3 3m8.5-5a1 1 0 0 0-1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0-1-1M19 11.79a1.05 1.05 0 0 0-.29.71a1 1 0 0 0 .29.71a1.2 1.2 0 0 0 .33.21a.94.94 0 0 0 .76 0a.9.9 0 0 0 .54-.54a.84.84 0 0 0 .08-.38a1 1 0 0 0-1.71-.71"/></svg>

React

import type { SVGProps } from "react";

export function UilUserExclamation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.55 12.22a4.92 4.92 0 0 0 1.7-3.72a5 5 0 0 0-10 0A4.92 4.92 0 0 0 8 12.22a8 8 0 0 0-4.7 7.28a1 1 0 0 0 2 0a6 6 0 0 1 12 0a1 1 0 0 0 2 0a8 8 0 0 0-4.75-7.28m-3.3-.72a3 3 0 1 1 3-3a3 3 0 0 1-3 3m8.5-5a1 1 0 0 0-1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0-1-1M19 11.79a1.05 1.05 0 0 0-.29.71a1 1 0 0 0 .29.71a1.2 1.2 0 0 0 .33.21a.94.94 0 0 0 .76 0a.9.9 0 0 0 .54-.54a.84.84 0 0 0 .08-.38a1 1 0 0 0-1.71-.71"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.55 12.22a4.92 4.92 0 0 0 1.7-3.72a5 5 0 0 0-10 0A4.92 4.92 0 0 0 8 12.22a8 8 0 0 0-4.7 7.28a1 1 0 0 0 2 0a6 6 0 0 1 12 0a1 1 0 0 0 2 0a8 8 0 0 0-4.75-7.28m-3.3-.72a3 3 0 1 1 3-3a3 3 0 0 1-3 3m8.5-5a1 1 0 0 0-1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0-1-1M19 11.79a1.05 1.05 0 0 0-.29.71a1 1 0 0 0 .29.71a1.2 1.2 0 0 0 .33.21a.94.94 0 0 0 .76 0a.9.9 0 0 0 .54-.54a.84.84 0 0 0 .08-.38a1 1 0 0 0-1.71-.71"/></svg>
</template>

CSS

.icon-user-exclamation {
  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%22currentColor%22%20d%3D%22M14.55%2012.22a4.92%204.92%200%200%200%201.7-3.72a5%205%200%200%200-10%200A4.92%204.92%200%200%200%208%2012.22a8%208%200%200%200-4.7%207.28a1%201%200%200%200%202%200a6%206%200%200%201%2012%200a1%201%200%200%200%202%200a8%208%200%200%200-4.75-7.28m-3.3-.72a3%203%200%201%201%203-3a3%203%200%200%201-3%203m8.5-5a1%201%200%200%200-1%201v2a1%201%200%200%200%202%200v-2a1%201%200%200%200-1-1M19%2011.79a1.05%201.05%200%200%200-.29.71a1%201%200%200%200%20.29.71a1.2%201.2%200%200%200%20.33.21a.94.94%200%200%200%20.76%200a.9.9%200%200%200%20.54-.54a.84.84%200%200%200%20.08-.38a1%201%200%200%200-1.71-.71%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%22currentColor%22%20d%3D%22M14.55%2012.22a4.92%204.92%200%200%200%201.7-3.72a5%205%200%200%200-10%200A4.92%204.92%200%200%200%208%2012.22a8%208%200%200%200-4.7%207.28a1%201%200%200%200%202%200a6%206%200%200%201%2012%200a1%201%200%200%200%202%200a8%208%200%200%200-4.75-7.28m-3.3-.72a3%203%200%201%201%203-3a3%203%200%200%201-3%203m8.5-5a1%201%200%200%200-1%201v2a1%201%200%200%200%202%200v-2a1%201%200%200%200-1-1M19%2011.79a1.05%201.05%200%200%200-.29.71a1%201%200%200%200%20.29.71a1.2%201.2%200%200%200%20.33.21a.94.94%200%200%200%20.76%200a.9.9%200%200%200%20.54-.54a.84.84%200%200%200%20.08-.38a1%201%200%200%200-1.71-.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/user-exclamation.svg?color=%231a73e8&size=48