person-warning-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
person-warning-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the person warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38c2.465 1.501 5.645 2.331 9.102 2.557a4.47 4.47 0 0 1 .46-2.46l.008-.017c-3.3-.177-6.174-.94-8.27-2.215c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75 1.75 0 0 1 1.75-1.749h15.722l1.25-2.5zm31.244 18H26.498c-1.858 0-3.067-1.96-2.234-3.625l8.498-16.993c.921-1.843 3.547-1.843 4.468 0l8.498 16.993C46.561 44.04 45.352 46 43.494 46M36 31a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0zm-1 11.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonWarning48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38c2.465 1.501 5.645 2.331 9.102 2.557a4.47 4.47 0 0 1 .46-2.46l.008-.017c-3.3-.177-6.174-.94-8.27-2.215c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75 1.75 0 0 1 1.75-1.749h15.722l1.25-2.5zm31.244 18H26.498c-1.858 0-3.067-1.96-2.234-3.625l8.498-16.993c.921-1.843 3.547-1.843 4.468 0l8.498 16.993C46.561 44.04 45.352 46 43.494 46M36 31a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0zm-1 11.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38c2.465 1.501 5.645 2.331 9.102 2.557a4.47 4.47 0 0 1 .46-2.46l.008-.017c-3.3-.177-6.174-.94-8.27-2.215c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75 1.75 0 0 1 1.75-1.749h15.722l1.25-2.5zm31.244 18H26.498c-1.858 0-3.067-1.96-2.234-3.625l8.498-16.993c.921-1.843 3.547-1.843 4.468 0l8.498 16.993C46.561 44.04 45.352 46 43.494 46M36 31a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0zm-1 11.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
</template>

CSS

.icon-person-warning-48-regular {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c-5.523%200-10%204.477-10%2010s4.477%2010%2010%2010s10-4.477%2010-10S29.523%204%2024%204m-7.5%2010a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200m-4.25%2014A4.25%204.25%200%200%200%208%2032.249V33c0%203.755%201.942%206.567%204.92%208.38c2.465%201.501%205.645%202.331%209.102%202.557a4.47%204.47%200%200%201%20.46-2.46l.008-.017c-3.3-.177-6.174-.94-8.27-2.215c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75%201.75%200%200%201%201.75-1.749h15.722l1.25-2.5zm31.244%2018H26.498c-1.858%200-3.067-1.96-2.234-3.625l8.498-16.993c.921-1.843%203.547-1.843%204.468%200l8.498%2016.993C46.561%2044.04%2045.352%2046%2043.494%2046M36%2031a1%201%200%201%200-2%200v6a1%201%200%201%200%202%200zm-1%2011.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c-5.523%200-10%204.477-10%2010s4.477%2010%2010%2010s10-4.477%2010-10S29.523%204%2024%204m-7.5%2010a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200m-4.25%2014A4.25%204.25%200%200%200%208%2032.249V33c0%203.755%201.942%206.567%204.92%208.38c2.465%201.501%205.645%202.331%209.102%202.557a4.47%204.47%200%200%201%20.46-2.46l.008-.017c-3.3-.177-6.174-.94-8.27-2.215c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75%201.75%200%200%201%201.75-1.749h15.722l1.25-2.5zm31.244%2018H26.498c-1.858%200-3.067-1.96-2.234-3.625l8.498-16.993c.921-1.843%203.547-1.843%204.468%200l8.498%2016.993C46.561%2044.04%2045.352%2046%2043.494%2046M36%2031a1%201%200%201%200-2%200v6a1%201%200%201%200%202%200zm-1%2011.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-warning-48-regular.svg?color=%231a73e8&size=48