road circle xmark icon

road-circle-xmark from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
road-circle-xmark
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 xmark 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-288m22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidRoadCircleXmark(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-288m22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6z"/></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-288m22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6z"/></svg>
</template>

CSS

.icon-road-circle-xmark {
  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-288m22.6%20144l36.7-36.7c6.2-6.2%206.2-16.4%200-22.6s-16.4-6.2-22.6%200L496%20345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l36.7%2036.7l-36.7%2036.7c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l36.7-36.7l36.7%2036.7c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6z%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-288m22.6%20144l36.7-36.7c6.2-6.2%206.2-16.4%200-22.6s-16.4-6.2-22.6%200L496%20345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l36.7%2036.7l-36.7%2036.7c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l36.7-36.7l36.7%2036.7c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6z%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-xmark.svg?color=%231a73e8&size=48