namesilo logo
namesilo from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- namesilo
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the namesilo logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.65 0A4.65 4.65 0 0 0 0 4.65v14.7A4.65 4.65 0 0 0 4.65 24h14.7A4.65 4.65 0 0 0 24 19.35V4.65A4.65 4.65 0 0 0 19.35 0Zm7.21 4.2l4.64 3.048V8.86h-.006c-.124.4-2.156.718-4.644.718S7.33 9.26 7.206 8.86H7.2V7.248ZM7.2 9.384c0 .5 2.082.906 4.65.906s4.65-.406 4.65-.906v2.587c0 .5-2.082.905-4.65.905s-4.65-.405-4.65-.905zm0 3.3c0 .5 2.082.906 4.65.906s4.65-.405 4.65-.905v2.586c0 .5-2.082.906-4.65.906s-4.65-.406-4.65-.906zm0 3.301c0 .5 2.082.906 4.65.906s4.65-.406 4.65-.906v2.587c0 .5-2.082.906-4.65.906s-4.65-.406-4.65-.906z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsNamesilo(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="M4.65 0A4.65 4.65 0 0 0 0 4.65v14.7A4.65 4.65 0 0 0 4.65 24h14.7A4.65 4.65 0 0 0 24 19.35V4.65A4.65 4.65 0 0 0 19.35 0Zm7.21 4.2l4.64 3.048V8.86h-.006c-.124.4-2.156.718-4.644.718S7.33 9.26 7.206 8.86H7.2V7.248ZM7.2 9.384c0 .5 2.082.906 4.65.906s4.65-.406 4.65-.906v2.587c0 .5-2.082.905-4.65.905s-4.65-.405-4.65-.905zm0 3.3c0 .5 2.082.906 4.65.906s4.65-.405 4.65-.905v2.586c0 .5-2.082.906-4.65.906s-4.65-.406-4.65-.906zm0 3.301c0 .5 2.082.906 4.65.906s4.65-.406 4.65-.906v2.587c0 .5-2.082.906-4.65.906s-4.65-.406-4.65-.906z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.65 0A4.65 4.65 0 0 0 0 4.65v14.7A4.65 4.65 0 0 0 4.65 24h14.7A4.65 4.65 0 0 0 24 19.35V4.65A4.65 4.65 0 0 0 19.35 0Zm7.21 4.2l4.64 3.048V8.86h-.006c-.124.4-2.156.718-4.644.718S7.33 9.26 7.206 8.86H7.2V7.248ZM7.2 9.384c0 .5 2.082.906 4.65.906s4.65-.406 4.65-.906v2.587c0 .5-2.082.905-4.65.905s-4.65-.405-4.65-.905zm0 3.3c0 .5 2.082.906 4.65.906s4.65-.405 4.65-.905v2.586c0 .5-2.082.906-4.65.906s-4.65-.406-4.65-.906zm0 3.301c0 .5 2.082.906 4.65.906s4.65-.406 4.65-.906v2.587c0 .5-2.082.906-4.65.906s-4.65-.406-4.65-.906z"/></svg> </template>
CSS
.icon-namesilo {
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%22M4.65%200A4.65%204.65%200%200%200%200%204.65v14.7A4.65%204.65%200%200%200%204.65%2024h14.7A4.65%204.65%200%200%200%2024%2019.35V4.65A4.65%204.65%200%200%200%2019.35%200Zm7.21%204.2l4.64%203.048V8.86h-.006c-.124.4-2.156.718-4.644.718S7.33%209.26%207.206%208.86H7.2V7.248ZM7.2%209.384c0%20.5%202.082.906%204.65.906s4.65-.406%204.65-.906v2.587c0%20.5-2.082.905-4.65.905s-4.65-.405-4.65-.905zm0%203.3c0%20.5%202.082.906%204.65.906s4.65-.405%204.65-.905v2.586c0%20.5-2.082.906-4.65.906s-4.65-.406-4.65-.906zm0%203.301c0%20.5%202.082.906%204.65.906s4.65-.406%204.65-.906v2.587c0%20.5-2.082.906-4.65.906s-4.65-.406-4.65-.906z%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%22M4.65%200A4.65%204.65%200%200%200%200%204.65v14.7A4.65%204.65%200%200%200%204.65%2024h14.7A4.65%204.65%200%200%200%2024%2019.35V4.65A4.65%204.65%200%200%200%2019.35%200Zm7.21%204.2l4.64%203.048V8.86h-.006c-.124.4-2.156.718-4.644.718S7.33%209.26%207.206%208.86H7.2V7.248ZM7.2%209.384c0%20.5%202.082.906%204.65.906s4.65-.406%204.65-.906v2.587c0%20.5-2.082.905-4.65.905s-4.65-.405-4.65-.905zm0%203.3c0%20.5%202.082.906%204.65.906s4.65-.405%204.65-.905v2.586c0%20.5-2.082.906-4.65.906s-4.65-.406-4.65-.906zm0%203.301c0%20.5%202.082.906%204.65.906s4.65-.406%204.65-.906v2.587c0%20.5-2.082.906-4.65.906s-4.65-.406-4.65-.906z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/namesilo.svg?color=%231a73e8&size=48