sellfy logo
sellfy from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sellfy
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the sellfy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.179.818C15.533-.273 8.406-.273.8.818C-.266 8.377-.266 15.424.8 22.946C4.511 23.491 8.22 24 12.005 24c3.748 0 7.459-.51 11.17-1.017c1.1-7.56 1.1-14.607 0-22.165zm-11.54 18.314c-2.055 0-4.226-.689-5.179-1.199l.807-3.126c1.064.705 2.682 1.395 4.446 1.395c1.395 0 2.24-.436 2.24-1.305c0-.615-.435-.975-1.575-1.26l-2.279-.631c-2.416-.66-3.557-1.891-3.557-3.855c0-2.365 1.83-4.256 5.619-4.256c1.99 0 3.973.545 5.07 1.092l-.951 2.976c-1.104-.615-2.79-1.125-4.226-1.125c-1.365 0-1.95.436-1.95 1.092c0 .619.404.87 1.291 1.092l2.488.734c2.566.736 3.707 1.966 3.707 3.885c-.076 2.701-2.461 4.517-5.957 4.517z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSellfy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.179.818C15.533-.273 8.406-.273.8.818C-.266 8.377-.266 15.424.8 22.946C4.511 23.491 8.22 24 12.005 24c3.748 0 7.459-.51 11.17-1.017c1.1-7.56 1.1-14.607 0-22.165zm-11.54 18.314c-2.055 0-4.226-.689-5.179-1.199l.807-3.126c1.064.705 2.682 1.395 4.446 1.395c1.395 0 2.24-.436 2.24-1.305c0-.615-.435-.975-1.575-1.26l-2.279-.631c-2.416-.66-3.557-1.891-3.557-3.855c0-2.365 1.83-4.256 5.619-4.256c1.99 0 3.973.545 5.07 1.092l-.951 2.976c-1.104-.615-2.79-1.125-4.226-1.125c-1.365 0-1.95.436-1.95 1.092c0 .619.404.87 1.291 1.092l2.488.734c2.566.736 3.707 1.966 3.707 3.885c-.076 2.701-2.461 4.517-5.957 4.517z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.179.818C15.533-.273 8.406-.273.8.818C-.266 8.377-.266 15.424.8 22.946C4.511 23.491 8.22 24 12.005 24c3.748 0 7.459-.51 11.17-1.017c1.1-7.56 1.1-14.607 0-22.165zm-11.54 18.314c-2.055 0-4.226-.689-5.179-1.199l.807-3.126c1.064.705 2.682 1.395 4.446 1.395c1.395 0 2.24-.436 2.24-1.305c0-.615-.435-.975-1.575-1.26l-2.279-.631c-2.416-.66-3.557-1.891-3.557-3.855c0-2.365 1.83-4.256 5.619-4.256c1.99 0 3.973.545 5.07 1.092l-.951 2.976c-1.104-.615-2.79-1.125-4.226-1.125c-1.365 0-1.95.436-1.95 1.092c0 .619.404.87 1.291 1.092l2.488.734c2.566.736 3.707 1.966 3.707 3.885c-.076 2.701-2.461 4.517-5.957 4.517z"/></svg> </template>
CSS
.icon-sellfy {
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%22currentColor%22%20d%3D%22M23.179.818C15.533-.273%208.406-.273.8.818C-.266%208.377-.266%2015.424.8%2022.946C4.511%2023.491%208.22%2024%2012.005%2024c3.748%200%207.459-.51%2011.17-1.017c1.1-7.56%201.1-14.607%200-22.165zm-11.54%2018.314c-2.055%200-4.226-.689-5.179-1.199l.807-3.126c1.064.705%202.682%201.395%204.446%201.395c1.395%200%202.24-.436%202.24-1.305c0-.615-.435-.975-1.575-1.26l-2.279-.631c-2.416-.66-3.557-1.891-3.557-3.855c0-2.365%201.83-4.256%205.619-4.256c1.99%200%203.973.545%205.07%201.092l-.951%202.976c-1.104-.615-2.79-1.125-4.226-1.125c-1.365%200-1.95.436-1.95%201.092c0%20.619.404.87%201.291%201.092l2.488.734c2.566.736%203.707%201.966%203.707%203.885c-.076%202.701-2.461%204.517-5.957%204.517z%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%22currentColor%22%20d%3D%22M23.179.818C15.533-.273%208.406-.273.8.818C-.266%208.377-.266%2015.424.8%2022.946C4.511%2023.491%208.22%2024%2012.005%2024c3.748%200%207.459-.51%2011.17-1.017c1.1-7.56%201.1-14.607%200-22.165zm-11.54%2018.314c-2.055%200-4.226-.689-5.179-1.199l.807-3.126c1.064.705%202.682%201.395%204.446%201.395c1.395%200%202.24-.436%202.24-1.305c0-.615-.435-.975-1.575-1.26l-2.279-.631c-2.416-.66-3.557-1.891-3.557-3.855c0-2.365%201.83-4.256%205.619-4.256c1.99%200%203.973.545%205.07%201.092l-.951%202.976c-1.104-.615-2.79-1.125-4.226-1.125c-1.365%200-1.95.436-1.95%201.092c0%20.619.404.87%201.291%201.092l2.488.734c2.566.736%203.707%201.966%203.707%203.885c-.076%202.701-2.461%204.517-5.957%204.517z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sellfy.svg?color=%231a73e8&size=48