supportkit logo
supportkit from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- supportkit
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×192
- License
- CC0
Use the supportkit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 192"><defs><radialGradient cx="59.17%" cy="15.556%" fx="59.17%" fy="15.556%" r="47.54%" id="ssvg-id-supportkita"><stop stop-color="#EC3F3A" offset="0%"/><stop stop-color="#92268E" offset="100%"/></radialGradient></defs><path d="M154.415 78.287C155.849 31.022 113.966-5.643 67.05.72C35.785 4.96 10.73 26.801 2.637 56.877c-7.98 29.645 2.484 61.376 26.873 80.179c22.582 17.408 45.414 34.49 68.164 51.677c5.211 3.938 9.69 4.317 13.637 1.185c4.471-3.544 4.513-8.007 2.645-12.99c-3.426-9.138-6.656-18.35-10.096-27.89c2.1-.93 3.985-1.683 5.799-2.581c28.227-13.982 43.804-36.808 44.756-68.17zm67.98-37.06c-20.073-10.989-40.595-10.941-61.564-1.214c14.392 34.698 8.543 72.787-19.178 101.847l18.495 14.614c-3.84 7.41-7.738 14.846-11.55 22.325c-1.874 3.678-2.025 7.384 1.103 10.457c3.257 3.2 7.038 3.16 10.88.955c21.598-12.395 43.49-24.311 64.726-37.299c42.234-25.832 40.522-87.905-2.913-111.684z" fill="url(#ssvg-id-supportkita)"/></svg>
React
import type { SVGProps } from "react";
export function LogosSupportkit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 192"><defs><radialGradient cx="59.17%" cy="15.556%" fx="59.17%" fy="15.556%" r="47.54%" id="ssvgId-supportkita"><stop stopColor="#EC3F3A" offset="0%"/><stop stopColor="#92268E" offset="100%"/></radialGradient></defs><path d="M154.415 78.287C155.849 31.022 113.966-5.643 67.05.72C35.785 4.96 10.73 26.801 2.637 56.877c-7.98 29.645 2.484 61.376 26.873 80.179c22.582 17.408 45.414 34.49 68.164 51.677c5.211 3.938 9.69 4.317 13.637 1.185c4.471-3.544 4.513-8.007 2.645-12.99c-3.426-9.138-6.656-18.35-10.096-27.89c2.1-.93 3.985-1.683 5.799-2.581c28.227-13.982 43.804-36.808 44.756-68.17zm67.98-37.06c-20.073-10.989-40.595-10.941-61.564-1.214c14.392 34.698 8.543 72.787-19.178 101.847l18.495 14.614c-3.84 7.41-7.738 14.846-11.55 22.325c-1.874 3.678-2.025 7.384 1.103 10.457c3.257 3.2 7.038 3.16 10.88.955c21.598-12.395 43.49-24.311 64.726-37.299c42.234-25.832 40.522-87.905-2.913-111.684z" fill="url(#ssvgId-supportkita)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 192"><defs><radialGradient cx="59.17%" cy="15.556%" fx="59.17%" fy="15.556%" r="47.54%" id="ssvg-id-supportkita"><stop stop-color="#EC3F3A" offset="0%"/><stop stop-color="#92268E" offset="100%"/></radialGradient></defs><path d="M154.415 78.287C155.849 31.022 113.966-5.643 67.05.72C35.785 4.96 10.73 26.801 2.637 56.877c-7.98 29.645 2.484 61.376 26.873 80.179c22.582 17.408 45.414 34.49 68.164 51.677c5.211 3.938 9.69 4.317 13.637 1.185c4.471-3.544 4.513-8.007 2.645-12.99c-3.426-9.138-6.656-18.35-10.096-27.89c2.1-.93 3.985-1.683 5.799-2.581c28.227-13.982 43.804-36.808 44.756-68.17zm67.98-37.06c-20.073-10.989-40.595-10.941-61.564-1.214c14.392 34.698 8.543 72.787-19.178 101.847l18.495 14.614c-3.84 7.41-7.738 14.846-11.55 22.325c-1.874 3.678-2.025 7.384 1.103 10.457c3.257 3.2 7.038 3.16 10.88.955c21.598-12.395 43.49-24.311 64.726-37.299c42.234-25.832 40.522-87.905-2.913-111.684z" fill="url(#ssvg-id-supportkita)"/></svg> </template>
CSS
.icon-supportkit {
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%20256%20192%22%3E%3Cdefs%3E%3CradialGradient%20cx%3D%2259.17%25%22%20cy%3D%2215.556%25%22%20fx%3D%2259.17%25%22%20fy%3D%2215.556%25%22%20r%3D%2247.54%25%22%20id%3D%22ssvg-id-supportkita%22%3E%3Cstop%20stop-color%3D%22%23EC3F3A%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%2392268E%22%20offset%3D%22100%25%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M154.415%2078.287C155.849%2031.022%20113.966-5.643%2067.05.72C35.785%204.96%2010.73%2026.801%202.637%2056.877c-7.98%2029.645%202.484%2061.376%2026.873%2080.179c22.582%2017.408%2045.414%2034.49%2068.164%2051.677c5.211%203.938%209.69%204.317%2013.637%201.185c4.471-3.544%204.513-8.007%202.645-12.99c-3.426-9.138-6.656-18.35-10.096-27.89c2.1-.93%203.985-1.683%205.799-2.581c28.227-13.982%2043.804-36.808%2044.756-68.17zm67.98-37.06c-20.073-10.989-40.595-10.941-61.564-1.214c14.392%2034.698%208.543%2072.787-19.178%20101.847l18.495%2014.614c-3.84%207.41-7.738%2014.846-11.55%2022.325c-1.874%203.678-2.025%207.384%201.103%2010.457c3.257%203.2%207.038%203.16%2010.88.955c21.598-12.395%2043.49-24.311%2064.726-37.299c42.234-25.832%2040.522-87.905-2.913-111.684z%22%20fill%3D%22url(%23ssvg-id-supportkita)%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%20256%20192%22%3E%3Cdefs%3E%3CradialGradient%20cx%3D%2259.17%25%22%20cy%3D%2215.556%25%22%20fx%3D%2259.17%25%22%20fy%3D%2215.556%25%22%20r%3D%2247.54%25%22%20id%3D%22ssvg-id-supportkita%22%3E%3Cstop%20stop-color%3D%22%23EC3F3A%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%2392268E%22%20offset%3D%22100%25%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M154.415%2078.287C155.849%2031.022%20113.966-5.643%2067.05.72C35.785%204.96%2010.73%2026.801%202.637%2056.877c-7.98%2029.645%202.484%2061.376%2026.873%2080.179c22.582%2017.408%2045.414%2034.49%2068.164%2051.677c5.211%203.938%209.69%204.317%2013.637%201.185c4.471-3.544%204.513-8.007%202.645-12.99c-3.426-9.138-6.656-18.35-10.096-27.89c2.1-.93%203.985-1.683%205.799-2.581c28.227-13.982%2043.804-36.808%2044.756-68.17zm67.98-37.06c-20.073-10.989-40.595-10.941-61.564-1.214c14.392%2034.698%208.543%2072.787-19.178%20101.847l18.495%2014.614c-3.84%207.41-7.738%2014.846-11.55%2022.325c-1.874%203.678-2.025%207.384%201.103%2010.457c3.257%203.2%207.038%203.16%2010.88.955c21.598-12.395%2043.49-24.311%2064.726-37.299c42.234-25.832%2040.522-87.905-2.913-111.684z%22%20fill%3D%22url(%23ssvg-id-supportkita)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/supportkit.svg?color=%231a73e8&size=48