road circle exclamation icon
road-circle-exclamation from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- road-circle-exclamation
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the road circle exclamation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M213.2 32H288v64c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4.2 10.7.7 16h-.7c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32M496 224a144 144 0 1 1 0 288a144 144 0 1 1 0-288m0 240a24 24 0 1 0 0-48a24 24 0 1 0 0 48m0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidRoadCircleExclamation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M213.2 32H288v64c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4.2 10.7.7 16h-.7c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32M496 224a144 144 0 1 1 0 288a144 144 0 1 1 0-288m0 240a24 24 0 1 0 0-48a24 24 0 1 0 0 48m0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M213.2 32H288v64c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4.2 10.7.7 16h-.7c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32M496 224a144 144 0 1 1 0 288a144 144 0 1 1 0-288m0 240a24 24 0 1 0 0-48a24 24 0 1 0 0 48m0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16"/></svg> </template>
CSS
.icon-road-circle-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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M213.2%2032H288v64c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32h74.8c27.1%200%2051.3%2017.1%2060.3%2042.6l42.7%20120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5%200-112.1%2029.6-144%2074.8V224c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v64c0%2017.7%2014.3%2032%2032%2032c2.3%200%204.6-.3%206.8-.7c-4.5%2015.5-6.8%2031.8-6.8%2048.7c0%205.4.2%2010.7.7%2016h-.7c-17.7%200-32%2014.3-32%2032v64H86.6C56.5%20480%2032%20455.5%2032%20425.4c0-6.2%201.1-12.4%203.1-18.2L152.9%2074.6C162%2049.1%20186.1%2032%20213.2%2032M496%20224a144%20144%200%201%201%200%20288a144%20144%200%201%201%200-288m0%20240a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m0-192c-8.8%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-80c0-8.8-7.2-16-16-16%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M213.2%2032H288v64c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32h74.8c27.1%200%2051.3%2017.1%2060.3%2042.6l42.7%20120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5%200-112.1%2029.6-144%2074.8V224c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v64c0%2017.7%2014.3%2032%2032%2032c2.3%200%204.6-.3%206.8-.7c-4.5%2015.5-6.8%2031.8-6.8%2048.7c0%205.4.2%2010.7.7%2016h-.7c-17.7%200-32%2014.3-32%2032v64H86.6C56.5%20480%2032%20455.5%2032%20425.4c0-6.2%201.1-12.4%203.1-18.2L152.9%2074.6C162%2049.1%20186.1%2032%20213.2%2032M496%20224a144%20144%200%201%201%200%20288a144%20144%200%201%201%200-288m0%20240a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m0-192c-8.8%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-80c0-8.8-7.2-16-16-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/road-circle-exclamation.svg?color=%231a73e8&size=48