person warning icon
person-warning-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.
- Name
- person-warning-28
- Set
- Fluent UI System Color Icons
- Style
- 28
- Viewbox
- 28×28
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
Related icons in Fluent UI System Color Icons
Use the person warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGrpMfTcER)" d="M21.127 16.003L21 16H7a3 3 0 0 0-3 3v.715C4 23.433 8.21 26 14 26c5.159 0 9.064-2.15 9.854-5.15z"/><path fill="url(#SVGdXs3q9md)" d="M21.127 16.003L21 16H7a3 3 0 0 0-3 3v.715C4 23.433 8.21 26 14 26c5.159 0 9.064-2.15 9.854-5.15z"/><path fill="url(#SVGWAb0hchn)" fill-opacity=".75" d="M21.127 16.003L21 16H7a3 3 0 0 0-3 3v.715C4 23.433 8.21 26 14 26c5.159 0 9.064-2.15 9.854-5.15z"/><path fill="url(#SVGVfagBkbV)" d="M14 2a6 6 0 1 1 0 12a6 6 0 0 1 0-12"/><path fill="url(#SVGKi7HVyfW)" d="m19.164 14.828l-5.002 9.992c-.501 1 .222 2.18 1.336 2.18h10.004c1.114 0 1.837-1.18 1.336-2.18l-5.002-9.992c-.552-1.104-2.12-1.104-2.672 0"/><path fill="url(#SVG47RB8chz)" d="M21 17.5v5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0m-.5 7.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/><defs><linearGradient id="SVGrpMfTcER" x1="8.756" x2="11.987" y1="17.329" y2="27.647" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGdXs3q9md" x1="14" x2="18.524" y1="14.809" y2="31.714" gradientUnits="userSpaceOnUse"><stop stop-color="#885edb" stop-opacity="0"/><stop offset="1" stop-color="#e362f8"/></linearGradient><linearGradient id="SVGVfagBkbV" x1="10.854" x2="16.969" y1="3.595" y2="13.361" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGKi7HVyfW" x1="16.031" x2="24.563" y1="11.969" y2="28.219" gradientUnits="userSpaceOnUse"><stop stop-color="#ffcd0f"/><stop offset="1" stop-color="#fe8401"/></linearGradient><linearGradient id="SVG47RB8chz" x1="19.167" x2="23.967" y1="17" y2="23.4" gradientUnits="userSpaceOnUse"><stop stop-color="#4a4a4a"/><stop offset="1" stop-color="#212121"/></linearGradient><radialGradient id="SVGWAb0hchn" cx="0" cy="0" r="1" gradientTransform="matrix(6.49984 -14.50002 7.46878 3.348 19 27.5)" gradientUnits="userSpaceOnUse"><stop stop-color="#0a1852" stop-opacity=".75"/><stop offset="1" stop-color="#0a1852" stop-opacity="0"/></radialGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorPersonWarning28(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGrpMfTcER)" d="M21.127 16.003L21 16H7a3 3 0 0 0-3 3v.715C4 23.433 8.21 26 14 26c5.159 0 9.064-2.15 9.854-5.15z"/><path fill="url(#SVGdXs3q9md)" d="M21.127 16.003L21 16H7a3 3 0 0 0-3 3v.715C4 23.433 8.21 26 14 26c5.159 0 9.064-2.15 9.854-5.15z"/><path fill="url(#SVGWAb0hchn)" fillOpacity=".75" d="M21.127 16.003L21 16H7a3 3 0 0 0-3 3v.715C4 23.433 8.21 26 14 26c5.159 0 9.064-2.15 9.854-5.15z"/><path fill="url(#SVGVfagBkbV)" d="M14 2a6 6 0 1 1 0 12a6 6 0 0 1 0-12"/><path fill="url(#SVGKi7HVyfW)" d="m19.164 14.828l-5.002 9.992c-.501 1 .222 2.18 1.336 2.18h10.004c1.114 0 1.837-1.18 1.336-2.18l-5.002-9.992c-.552-1.104-2.12-1.104-2.672 0"/><path fill="url(#SVG47RB8chz)" d="M21 17.5v5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0m-.5 7.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/><defs><linearGradient id="SVGrpMfTcER" x1="8.756" x2="11.987" y1="17.329" y2="27.647" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGdXs3q9md" x1="14" x2="18.524" y1="14.809" y2="31.714" gradientUnits="userSpaceOnUse"><stop stopColor="#885edb" stopOpacity="0"/><stop offset="1" stopColor="#e362f8"/></linearGradient><linearGradient id="SVGVfagBkbV" x1="10.854" x2="16.969" y1="3.595" y2="13.361" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></linearGradient><linearGradient id="SVGKi7HVyfW" x1="16.031" x2="24.563" y1="11.969" y2="28.219" gradientUnits="userSpaceOnUse"><stop stopColor="#ffcd0f"/><stop offset="1" stopColor="#fe8401"/></linearGradient><linearGradient id="SVG47RB8chz" x1="19.167" x2="23.967" y1="17" y2="23.4" gradientUnits="userSpaceOnUse"><stop stopColor="#4a4a4a"/><stop offset="1" stopColor="#212121"/></linearGradient><radialGradient id="SVGWAb0hchn" cx="0" cy="0" r="1" gradientTransform="matrix(6.49984 -14.50002 7.46878 3.348 19 27.5)" gradientUnits="userSpaceOnUse"><stop stopColor="#0a1852" stopOpacity=".75"/><stop offset="1" stopColor="#0a1852" stopOpacity="0"/></radialGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGrpMfTcER)" d="M21.127 16.003L21 16H7a3 3 0 0 0-3 3v.715C4 23.433 8.21 26 14 26c5.159 0 9.064-2.15 9.854-5.15z"/><path fill="url(#SVGdXs3q9md)" d="M21.127 16.003L21 16H7a3 3 0 0 0-3 3v.715C4 23.433 8.21 26 14 26c5.159 0 9.064-2.15 9.854-5.15z"/><path fill="url(#SVGWAb0hchn)" fill-opacity=".75" d="M21.127 16.003L21 16H7a3 3 0 0 0-3 3v.715C4 23.433 8.21 26 14 26c5.159 0 9.064-2.15 9.854-5.15z"/><path fill="url(#SVGVfagBkbV)" d="M14 2a6 6 0 1 1 0 12a6 6 0 0 1 0-12"/><path fill="url(#SVGKi7HVyfW)" d="m19.164 14.828l-5.002 9.992c-.501 1 .222 2.18 1.336 2.18h10.004c1.114 0 1.837-1.18 1.336-2.18l-5.002-9.992c-.552-1.104-2.12-1.104-2.672 0"/><path fill="url(#SVG47RB8chz)" d="M21 17.5v5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0m-.5 7.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/><defs><linearGradient id="SVGrpMfTcER" x1="8.756" x2="11.987" y1="17.329" y2="27.647" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGdXs3q9md" x1="14" x2="18.524" y1="14.809" y2="31.714" gradientUnits="userSpaceOnUse"><stop stop-color="#885edb" stop-opacity="0"/><stop offset="1" stop-color="#e362f8"/></linearGradient><linearGradient id="SVGVfagBkbV" x1="10.854" x2="16.969" y1="3.595" y2="13.361" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient><linearGradient id="SVGKi7HVyfW" x1="16.031" x2="24.563" y1="11.969" y2="28.219" gradientUnits="userSpaceOnUse"><stop stop-color="#ffcd0f"/><stop offset="1" stop-color="#fe8401"/></linearGradient><linearGradient id="SVG47RB8chz" x1="19.167" x2="23.967" y1="17" y2="23.4" gradientUnits="userSpaceOnUse"><stop stop-color="#4a4a4a"/><stop offset="1" stop-color="#212121"/></linearGradient><radialGradient id="SVGWAb0hchn" cx="0" cy="0" r="1" gradientTransform="matrix(6.49984 -14.50002 7.46878 3.348 19 27.5)" gradientUnits="userSpaceOnUse"><stop stop-color="#0a1852" stop-opacity=".75"/><stop offset="1" stop-color="#0a1852" stop-opacity="0"/></radialGradient></defs></g></svg> </template>
CSS
.icon-person-warning-28 {
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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGrpMfTcER)%22%20d%3D%22M21.127%2016.003L21%2016H7a3%203%200%200%200-3%203v.715C4%2023.433%208.21%2026%2014%2026c5.159%200%209.064-2.15%209.854-5.15z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdXs3q9md)%22%20d%3D%22M21.127%2016.003L21%2016H7a3%203%200%200%200-3%203v.715C4%2023.433%208.21%2026%2014%2026c5.159%200%209.064-2.15%209.854-5.15z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGWAb0hchn)%22%20fill-opacity%3D%22.75%22%20d%3D%22M21.127%2016.003L21%2016H7a3%203%200%200%200-3%203v.715C4%2023.433%208.21%2026%2014%2026c5.159%200%209.064-2.15%209.854-5.15z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGVfagBkbV)%22%20d%3D%22M14%202a6%206%200%201%201%200%2012a6%206%200%200%201%200-12%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKi7HVyfW)%22%20d%3D%22m19.164%2014.828l-5.002%209.992c-.501%201%20.222%202.18%201.336%202.18h10.004c1.114%200%201.837-1.18%201.336-2.18l-5.002-9.992c-.552-1.104-2.12-1.104-2.672%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG47RB8chz)%22%20d%3D%22M21%2017.5v5a.5.5%200%200%201-1%200v-5a.5.5%200%200%201%201%200m-.5%207.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGrpMfTcER%22%20x1%3D%228.756%22%20x2%3D%2211.987%22%20y1%3D%2217.329%22%20y2%3D%2227.647%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGdXs3q9md%22%20x1%3D%2214%22%20x2%3D%2218.524%22%20y1%3D%2214.809%22%20y2%3D%2231.714%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23885edb%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e362f8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGVfagBkbV%22%20x1%3D%2210.854%22%20x2%3D%2216.969%22%20y1%3D%223.595%22%20y2%3D%2213.361%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKi7HVyfW%22%20x1%3D%2216.031%22%20x2%3D%2224.563%22%20y1%3D%2211.969%22%20y2%3D%2228.219%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fe8401%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG47RB8chz%22%20x1%3D%2219.167%22%20x2%3D%2223.967%22%20y1%3D%2217%22%20y2%3D%2223.4%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%234a4a4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23212121%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGWAb0hchn%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(6.49984%20-14.50002%207.46878%203.348%2019%2027.5)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230a1852%22%20stop-opacity%3D%22.75%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230a1852%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGrpMfTcER)%22%20d%3D%22M21.127%2016.003L21%2016H7a3%203%200%200%200-3%203v.715C4%2023.433%208.21%2026%2014%2026c5.159%200%209.064-2.15%209.854-5.15z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdXs3q9md)%22%20d%3D%22M21.127%2016.003L21%2016H7a3%203%200%200%200-3%203v.715C4%2023.433%208.21%2026%2014%2026c5.159%200%209.064-2.15%209.854-5.15z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGWAb0hchn)%22%20fill-opacity%3D%22.75%22%20d%3D%22M21.127%2016.003L21%2016H7a3%203%200%200%200-3%203v.715C4%2023.433%208.21%2026%2014%2026c5.159%200%209.064-2.15%209.854-5.15z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGVfagBkbV)%22%20d%3D%22M14%202a6%206%200%201%201%200%2012a6%206%200%200%201%200-12%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKi7HVyfW)%22%20d%3D%22m19.164%2014.828l-5.002%209.992c-.501%201%20.222%202.18%201.336%202.18h10.004c1.114%200%201.837-1.18%201.336-2.18l-5.002-9.992c-.552-1.104-2.12-1.104-2.672%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG47RB8chz)%22%20d%3D%22M21%2017.5v5a.5.5%200%200%201-1%200v-5a.5.5%200%200%201%201%200m-.5%207.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGrpMfTcER%22%20x1%3D%228.756%22%20x2%3D%2211.987%22%20y1%3D%2217.329%22%20y2%3D%2227.647%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGdXs3q9md%22%20x1%3D%2214%22%20x2%3D%2218.524%22%20y1%3D%2214.809%22%20y2%3D%2231.714%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23885edb%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e362f8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGVfagBkbV%22%20x1%3D%2210.854%22%20x2%3D%2216.969%22%20y1%3D%223.595%22%20y2%3D%2213.361%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKi7HVyfW%22%20x1%3D%2216.031%22%20x2%3D%2224.563%22%20y1%3D%2211.969%22%20y2%3D%2228.219%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fe8401%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG47RB8chz%22%20x1%3D%2219.167%22%20x2%3D%2223.967%22%20y1%3D%2217%22%20y2%3D%2223.4%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%234a4a4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23212121%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGWAb0hchn%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(6.49984%20-14.50002%207.46878%203.348%2019%2027.5)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230a1852%22%20stop-opacity%3D%22.75%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230a1852%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/person-warning-28.svg?color=%231a73e8&size=48