fiverr icon
fiverr from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- fiverr
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the fiverr 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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.352 3c0-.471 0-.707-.147-.854C15.06 2 14.823 2 14.352 2h-2.735C8.896 2 6.522 4.51 6.681 8.5H5c-.471 0-.707 0-.854.146C4 8.793 4 9.03 4 9.5V11c0 .471 0 .707.146.854C4.293 12 4.53 12 5 12h2v9c0 .471 0 .707.146.854C7.293 22 7.53 22 8 22h2c.471 0 .707 0 .854-.146C11 21.707 11 21.47 11 21v-9h4.53v9c0 .471 0 .707.147.854c.146.146.382.146.854.146H19c.471 0 .707 0 .854-.146C20 21.707 20 21.47 20 21V10.5c0-.943 0-1.414-.293-1.707S18.943 8.5 18 8.5h-7V7.23c0-.73.5-1.73 1.797-1.73h1.555c.471 0 .707 0 .853-.146c.147-.147.147-.383.147-.854z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFiverr(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15.352 3c0-.471 0-.707-.147-.854C15.06 2 14.823 2 14.352 2h-2.735C8.896 2 6.522 4.51 6.681 8.5H5c-.471 0-.707 0-.854.146C4 8.793 4 9.03 4 9.5V11c0 .471 0 .707.146.854C4.293 12 4.53 12 5 12h2v9c0 .471 0 .707.146.854C7.293 22 7.53 22 8 22h2c.471 0 .707 0 .854-.146C11 21.707 11 21.47 11 21v-9h4.53v9c0 .471 0 .707.147.854c.146.146.382.146.854.146H19c.471 0 .707 0 .854-.146C20 21.707 20 21.47 20 21V10.5c0-.943 0-1.414-.293-1.707S18.943 8.5 18 8.5h-7V7.23c0-.73.5-1.73 1.797-1.73h1.555c.471 0 .707 0 .853-.146c.147-.147.147-.383.147-.854z"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.352 3c0-.471 0-.707-.147-.854C15.06 2 14.823 2 14.352 2h-2.735C8.896 2 6.522 4.51 6.681 8.5H5c-.471 0-.707 0-.854.146C4 8.793 4 9.03 4 9.5V11c0 .471 0 .707.146.854C4.293 12 4.53 12 5 12h2v9c0 .471 0 .707.146.854C7.293 22 7.53 22 8 22h2c.471 0 .707 0 .854-.146C11 21.707 11 21.47 11 21v-9h4.53v9c0 .471 0 .707.147.854c.146.146.382.146.854.146H19c.471 0 .707 0 .854-.146C20 21.707 20 21.47 20 21V10.5c0-.943 0-1.414-.293-1.707S18.943 8.5 18 8.5h-7V7.23c0-.73.5-1.73 1.797-1.73h1.555c.471 0 .707 0 .853-.146c.147-.147.147-.383.147-.854z"/></svg> </template>
CSS
.icon-fiverr {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.352%203c0-.471%200-.707-.147-.854C15.06%202%2014.823%202%2014.352%202h-2.735C8.896%202%206.522%204.51%206.681%208.5H5c-.471%200-.707%200-.854.146C4%208.793%204%209.03%204%209.5V11c0%20.471%200%20.707.146.854C4.293%2012%204.53%2012%205%2012h2v9c0%20.471%200%20.707.146.854C7.293%2022%207.53%2022%208%2022h2c.471%200%20.707%200%20.854-.146C11%2021.707%2011%2021.47%2011%2021v-9h4.53v9c0%20.471%200%20.707.147.854c.146.146.382.146.854.146H19c.471%200%20.707%200%20.854-.146C20%2021.707%2020%2021.47%2020%2021V10.5c0-.943%200-1.414-.293-1.707S18.943%208.5%2018%208.5h-7V7.23c0-.73.5-1.73%201.797-1.73h1.555c.471%200%20.707%200%20.853-.146c.147-.147.147-.383.147-.854z%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.352%203c0-.471%200-.707-.147-.854C15.06%202%2014.823%202%2014.352%202h-2.735C8.896%202%206.522%204.51%206.681%208.5H5c-.471%200-.707%200-.854.146C4%208.793%204%209.03%204%209.5V11c0%20.471%200%20.707.146.854C4.293%2012%204.53%2012%205%2012h2v9c0%20.471%200%20.707.146.854C7.293%2022%207.53%2022%208%2022h2c.471%200%20.707%200%20.854-.146C11%2021.707%2011%2021.47%2011%2021v-9h4.53v9c0%20.471%200%20.707.147.854c.146.146.382.146.854.146H19c.471%200%20.707%200%20.854-.146C20%2021.707%2020%2021.47%2020%2021V10.5c0-.943%200-1.414-.293-1.707S18.943%208.5%2018%208.5h-7V7.23c0-.73.5-1.73%201.797-1.73h1.555c.471%200%20.707%200%20.853-.146c.147-.147.147-.383.147-.854z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/fiverr.svg?color=%231a73e8&size=48