deluge logo
deluge from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- deluge
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the deluge logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.766 10.341L12.006 0l-6.77 10.342c-1.945 2.97-2.191 6.432-.66 9.264C6.04 22.316 8.885 24 12.001 24c3.113 0 5.957-1.681 7.421-4.388c1.532-2.832 1.287-6.297-.657-9.27zm-10.082 6.9c1.433 2.554 3.608 3.045 6.585 2.102c-1.7 1.848-5.188 2.337-7.557-.302c-1.63-1.817-1.773-4.351-.642-6.468c1.132-2.117 3.388-2.706 5.012-1.551c-3.723.09-4.43 4.38-3.398 6.218zm8.72-6.009c.723 1.107 1.152 2.267 1.314 3.418c-3.354 5.763-7.862 4.879-9.062 1.377c-.554-1.618 1.19-5.08 4.514-3.725c-1.296-2.838-4.238-4.017-6.911-1.809a5 5 0 0 0-.609.66l5.355-8.179l5.398 8.258z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDeluge(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="M18.766 10.341L12.006 0l-6.77 10.342c-1.945 2.97-2.191 6.432-.66 9.264C6.04 22.316 8.885 24 12.001 24c3.113 0 5.957-1.681 7.421-4.388c1.532-2.832 1.287-6.297-.657-9.27zm-10.082 6.9c1.433 2.554 3.608 3.045 6.585 2.102c-1.7 1.848-5.188 2.337-7.557-.302c-1.63-1.817-1.773-4.351-.642-6.468c1.132-2.117 3.388-2.706 5.012-1.551c-3.723.09-4.43 4.38-3.398 6.218zm8.72-6.009c.723 1.107 1.152 2.267 1.314 3.418c-3.354 5.763-7.862 4.879-9.062 1.377c-.554-1.618 1.19-5.08 4.514-3.725c-1.296-2.838-4.238-4.017-6.911-1.809a5 5 0 0 0-.609.66l5.355-8.179l5.398 8.258z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.766 10.341L12.006 0l-6.77 10.342c-1.945 2.97-2.191 6.432-.66 9.264C6.04 22.316 8.885 24 12.001 24c3.113 0 5.957-1.681 7.421-4.388c1.532-2.832 1.287-6.297-.657-9.27zm-10.082 6.9c1.433 2.554 3.608 3.045 6.585 2.102c-1.7 1.848-5.188 2.337-7.557-.302c-1.63-1.817-1.773-4.351-.642-6.468c1.132-2.117 3.388-2.706 5.012-1.551c-3.723.09-4.43 4.38-3.398 6.218zm8.72-6.009c.723 1.107 1.152 2.267 1.314 3.418c-3.354 5.763-7.862 4.879-9.062 1.377c-.554-1.618 1.19-5.08 4.514-3.725c-1.296-2.838-4.238-4.017-6.911-1.809a5 5 0 0 0-.609.66l5.355-8.179l5.398 8.258z"/></svg> </template>
CSS
.icon-deluge {
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%22M18.766%2010.341L12.006%200l-6.77%2010.342c-1.945%202.97-2.191%206.432-.66%209.264C6.04%2022.316%208.885%2024%2012.001%2024c3.113%200%205.957-1.681%207.421-4.388c1.532-2.832%201.287-6.297-.657-9.27zm-10.082%206.9c1.433%202.554%203.608%203.045%206.585%202.102c-1.7%201.848-5.188%202.337-7.557-.302c-1.63-1.817-1.773-4.351-.642-6.468c1.132-2.117%203.388-2.706%205.012-1.551c-3.723.09-4.43%204.38-3.398%206.218zm8.72-6.009c.723%201.107%201.152%202.267%201.314%203.418c-3.354%205.763-7.862%204.879-9.062%201.377c-.554-1.618%201.19-5.08%204.514-3.725c-1.296-2.838-4.238-4.017-6.911-1.809a5%205%200%200%200-.609.66l5.355-8.179l5.398%208.258z%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%22M18.766%2010.341L12.006%200l-6.77%2010.342c-1.945%202.97-2.191%206.432-.66%209.264C6.04%2022.316%208.885%2024%2012.001%2024c3.113%200%205.957-1.681%207.421-4.388c1.532-2.832%201.287-6.297-.657-9.27zm-10.082%206.9c1.433%202.554%203.608%203.045%206.585%202.102c-1.7%201.848-5.188%202.337-7.557-.302c-1.63-1.817-1.773-4.351-.642-6.468c1.132-2.117%203.388-2.706%205.012-1.551c-3.723.09-4.43%204.38-3.398%206.218zm8.72-6.009c.723%201.107%201.152%202.267%201.314%203.418c-3.354%205.763-7.862%204.879-9.062%201.377c-.554-1.618%201.19-5.08%204.514-3.725c-1.296-2.838-4.238-4.017-6.911-1.809a5%205%200%200%200-.609.66l5.355-8.179l5.398%208.258z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/deluge.svg?color=%231a73e8&size=48