splotch icon
splotch from Font Awesome 6 Solid by Dave Gandy · Regular · Design · CC-BY-4.0 Attribution required.
- Name
- splotch
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Design
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More design icons from Font Awesome 6 Solid
Use the splotch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m208.5 62.3l28.1-36.9C248.8 9.4 267.8 0 288 0c28.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.8-14.3l-55.4-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.1C47.8 458.2 16 431.6 16 396.5c0-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-53L8.8 173.5C3.1 164.7 0 154.4 0 143.9c0-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 Fa6SolidSplotch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m208.5 62.3l28.1-36.9C248.8 9.4 267.8 0 288 0c28.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.8-14.3l-55.4-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.1C47.8 458.2 16 431.6 16 396.5c0-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-53L8.8 173.5C3.1 164.7 0 154.4 0 143.9c0-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 512 512"><path fill="currentColor" d="m208.5 62.3l28.1-36.9C248.8 9.4 267.8 0 288 0c28.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.8-14.3l-55.4-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.1C47.8 458.2 16 431.6 16 396.5c0-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-53L8.8 173.5C3.1 164.7 0 154.4 0 143.9c0-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m208.5%2062.3l28.1-36.9C248.8%209.4%20267.8%200%20288%200c28.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.8-14.3l-55.4-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.1C47.8%20458.2%2016%20431.6%2016%20396.5c0-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-53L8.8%20173.5C3.1%20164.7%200%20154.4%200%20143.9c0-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m208.5%2062.3l28.1-36.9C248.8%209.4%20267.8%200%20288%200c28.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.8-14.3l-55.4-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.1C47.8%20458.2%2016%20431.6%2016%20396.5c0-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-53L8.8%20173.5C3.1%20164.7%200%20154.4%200%20143.9c0-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/fa6-solid/splotch.svg?color=%231a73e8&size=48