splotch from Font Awesome Solid by Dave Gandy · Solid · Design · CC-BY-4.0 Attribution required.

Name
splotch
Set
Font Awesome Solid
Style
Solid
Category
Design
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More design icons from Font Awesome Solid

Use the splotch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m272.5 126.3l28.1-36.9C312.8 73.4 331.8 64 352 64c28.5 0 53.6 18.7 61.8 46l17.8 59.4c10.3 34.4 36.1 62 69.8 74.6l39.8 14.9c20.9 7.9 34.8 27.9 34.8 50.2c0 16.9-7.9 32.8-21.5 42.9l-67.3 50.5c-24.3 18.2-37.2 47.9-33.8 78.1l2.5 22.7c4.3 38.7-26 72.6-65 72.6c-14.8 0-29.3-5.1-40.9-14.3l-55.3-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3l-82.8 15.1c-34.6 6.3-66.4-20.3-66.4-55.4c0-13.2 4.7-26 13.1-36.2l11.2-13.4c14.6-17.4 22.6-39.4 22.6-62.1c0-18.8-5.5-37.2-15.8-53l-38.3-58.3c-5.7-8.8-8.8-19.1-8.8-29.6c0-33.4 30.1-58.8 63-53.2l51.3 8.7c35.9 6.1 72.2-8.2 94.2-37.1"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidSplotch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m272.5 126.3l28.1-36.9C312.8 73.4 331.8 64 352 64c28.5 0 53.6 18.7 61.8 46l17.8 59.4c10.3 34.4 36.1 62 69.8 74.6l39.8 14.9c20.9 7.9 34.8 27.9 34.8 50.2c0 16.9-7.9 32.8-21.5 42.9l-67.3 50.5c-24.3 18.2-37.2 47.9-33.8 78.1l2.5 22.7c4.3 38.7-26 72.6-65 72.6c-14.8 0-29.3-5.1-40.9-14.3l-55.3-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3l-82.8 15.1c-34.6 6.3-66.4-20.3-66.4-55.4c0-13.2 4.7-26 13.1-36.2l11.2-13.4c14.6-17.4 22.6-39.4 22.6-62.1c0-18.8-5.5-37.2-15.8-53l-38.3-58.3c-5.7-8.8-8.8-19.1-8.8-29.6c0-33.4 30.1-58.8 63-53.2l51.3 8.7c35.9 6.1 72.2-8.2 94.2-37.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m272.5 126.3l28.1-36.9C312.8 73.4 331.8 64 352 64c28.5 0 53.6 18.7 61.8 46l17.8 59.4c10.3 34.4 36.1 62 69.8 74.6l39.8 14.9c20.9 7.9 34.8 27.9 34.8 50.2c0 16.9-7.9 32.8-21.5 42.9l-67.3 50.5c-24.3 18.2-37.2 47.9-33.8 78.1l2.5 22.7c4.3 38.7-26 72.6-65 72.6c-14.8 0-29.3-5.1-40.9-14.3l-55.3-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3l-82.8 15.1c-34.6 6.3-66.4-20.3-66.4-55.4c0-13.2 4.7-26 13.1-36.2l11.2-13.4c14.6-17.4 22.6-39.4 22.6-62.1c0-18.8-5.5-37.2-15.8-53l-38.3-58.3c-5.7-8.8-8.8-19.1-8.8-29.6c0-33.4 30.1-58.8 63-53.2l51.3 8.7c35.9 6.1 72.2-8.2 94.2-37.1"/></svg>
</template>

CSS

.icon-splotch {
  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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m272.5%20126.3l28.1-36.9C312.8%2073.4%20331.8%2064%20352%2064c28.5%200%2053.6%2018.7%2061.8%2046l17.8%2059.4c10.3%2034.4%2036.1%2062%2069.8%2074.6l39.8%2014.9c20.9%207.9%2034.8%2027.9%2034.8%2050.2c0%2016.9-7.9%2032.8-21.5%2042.9l-67.3%2050.5c-24.3%2018.2-37.2%2047.9-33.8%2078.1l2.5%2022.7c4.3%2038.7-26%2072.6-65%2072.6c-14.8%200-29.3-5.1-40.9-14.3l-55.3-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3l-82.8%2015.1c-34.6%206.3-66.4-20.3-66.4-55.4c0-13.2%204.7-26%2013.1-36.2l11.2-13.4c14.6-17.4%2022.6-39.4%2022.6-62.1c0-18.8-5.5-37.2-15.8-53l-38.3-58.3c-5.7-8.8-8.8-19.1-8.8-29.6c0-33.4%2030.1-58.8%2063-53.2l51.3%208.7c35.9%206.1%2072.2-8.2%2094.2-37.1%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m272.5%20126.3l28.1-36.9C312.8%2073.4%20331.8%2064%20352%2064c28.5%200%2053.6%2018.7%2061.8%2046l17.8%2059.4c10.3%2034.4%2036.1%2062%2069.8%2074.6l39.8%2014.9c20.9%207.9%2034.8%2027.9%2034.8%2050.2c0%2016.9-7.9%2032.8-21.5%2042.9l-67.3%2050.5c-24.3%2018.2-37.2%2047.9-33.8%2078.1l2.5%2022.7c4.3%2038.7-26%2072.6-65%2072.6c-14.8%200-29.3-5.1-40.9-14.3l-55.3-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3l-82.8%2015.1c-34.6%206.3-66.4-20.3-66.4-55.4c0-13.2%204.7-26%2013.1-36.2l11.2-13.4c14.6-17.4%2022.6-39.4%2022.6-62.1c0-18.8-5.5-37.2-15.8-53l-38.3-58.3c-5.7-8.8-8.8-19.1-8.8-29.6c0-33.4%2030.1-58.8%2063-53.2l51.3%208.7c35.9%206.1%2072.2-8.2%2094.2-37.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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