fault-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
fault-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the fault icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M8.072 4.517a.5.5 0 0 0-.651-.025L4.73 6.645a.503.503 0 0 0 .014.794a95 95 0 0 1 5.349 4.308c.212.184.23.506.038.712a93 93 0 0 1-4.552 4.569a.5.5 0 0 0-.088.624l.561.935a.5.5 0 0 0 .737.136c1.857-1.454 3.698-2.91 5.484-4.42a.5.5 0 0 1 .666.017a93 93 0 0 1 4.074 4.087a.5.5 0 0 0 .644.075l1.331-.887a.5.5 0 0 0 .124-.712a95 95 0 0 0-3.723-4.68a.505.505 0 0 1 .04-.696a58 58 0 0 0 3.722-3.793a.5.5 0 0 0 .02-.635l-1.816-2.335a.503.503 0 0 0-.799.009a96 96 0 0 1-3.311 4.18a.5.5 0 0 1-.75.017a93 93 0 0 0-4.423-4.433Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFaultLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M8.072 4.517a.5.5 0 0 0-.651-.025L4.73 6.645a.503.503 0 0 0 .014.794a95 95 0 0 1 5.349 4.308c.212.184.23.506.038.712a93 93 0 0 1-4.552 4.569a.5.5 0 0 0-.088.624l.561.935a.5.5 0 0 0 .737.136c1.857-1.454 3.698-2.91 5.484-4.42a.5.5 0 0 1 .666.017a93 93 0 0 1 4.074 4.087a.5.5 0 0 0 .644.075l1.331-.887a.5.5 0 0 0 .124-.712a95 95 0 0 0-3.723-4.68a.505.505 0 0 1 .04-.696a58 58 0 0 0 3.722-3.793a.5.5 0 0 0 .02-.635l-1.816-2.335a.503.503 0 0 0-.799.009a96 96 0 0 1-3.311 4.18a.5.5 0 0 1-.75.017a93 93 0 0 0-4.423-4.433Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M8.072 4.517a.5.5 0 0 0-.651-.025L4.73 6.645a.503.503 0 0 0 .014.794a95 95 0 0 1 5.349 4.308c.212.184.23.506.038.712a93 93 0 0 1-4.552 4.569a.5.5 0 0 0-.088.624l.561.935a.5.5 0 0 0 .737.136c1.857-1.454 3.698-2.91 5.484-4.42a.5.5 0 0 1 .666.017a93 93 0 0 1 4.074 4.087a.5.5 0 0 0 .644.075l1.331-.887a.5.5 0 0 0 .124-.712a95 95 0 0 0-3.723-4.68a.505.505 0 0 1 .04-.696a58 58 0 0 0 3.722-3.793a.5.5 0 0 0 .02-.635l-1.816-2.335a.503.503 0 0 0-.799.009a96 96 0 0 1-3.311 4.18a.5.5 0 0 1-.75.017a93 93 0 0 0-4.423-4.433Z"/></svg>
</template>

CSS

.icon-fault-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8.072%204.517a.5.5%200%200%200-.651-.025L4.73%206.645a.503.503%200%200%200%20.014.794a95%2095%200%200%201%205.349%204.308c.212.184.23.506.038.712a93%2093%200%200%201-4.552%204.569a.5.5%200%200%200-.088.624l.561.935a.5.5%200%200%200%20.737.136c1.857-1.454%203.698-2.91%205.484-4.42a.5.5%200%200%201%20.666.017a93%2093%200%200%201%204.074%204.087a.5.5%200%200%200%20.644.075l1.331-.887a.5.5%200%200%200%20.124-.712a95%2095%200%200%200-3.723-4.68a.505.505%200%200%201%20.04-.696a58%2058%200%200%200%203.722-3.793a.5.5%200%200%200%20.02-.635l-1.816-2.335a.503.503%200%200%200-.799.009a96%2096%200%200%201-3.311%204.18a.5.5%200%200%201-.75.017a93%2093%200%200%200-4.423-4.433Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8.072%204.517a.5.5%200%200%200-.651-.025L4.73%206.645a.503.503%200%200%200%20.014.794a95%2095%200%200%201%205.349%204.308c.212.184.23.506.038.712a93%2093%200%200%201-4.552%204.569a.5.5%200%200%200-.088.624l.561.935a.5.5%200%200%200%20.737.136c1.857-1.454%203.698-2.91%205.484-4.42a.5.5%200%200%201%20.666.017a93%2093%200%200%201%204.074%204.087a.5.5%200%200%200%20.644.075l1.331-.887a.5.5%200%200%200%20.124-.712a95%2095%200%200%200-3.723-4.68a.505.505%200%200%201%20.04-.696a58%2058%200%200%200%203.722-3.793a.5.5%200%200%200%20.02-.635l-1.816-2.335a.503.503%200%200%200-.799.009a96%2096%200%200%201-3.311%204.18a.5.5%200%200%201-.75.017a93%2093%200%200%200-4.423-4.433Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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