alwaysdata logo
alwaysdata from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- alwaysdata
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the alwaysdata logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.054 15.254a3.235 3.235 0 0 1 0 4.573a3.23 3.23 0 0 1-5.257-3.55l-4.827-7.33a3 3 0 0 1-.765-.007l-4.607 6.201a2.15 2.15 0 0 1-.507 2.218c-.84.841-2.207.84-3.048-.002a2.15 2.15 0 0 1-.428-2.416l-2.002-2.934c-.059.007-.116.018-.177.018a1.436 1.436 0 1 1 1.436-1.436c0 .252-.07.485-.184.69l2.073 2.555a2.14 2.14 0 0 1 1.55-.013l3.857-6.212a2.87 2.87 0 1 1 5.038-.287l5.24 7.004a3.22 3.22 0 0 1 2.608.928"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAlwaysdata(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.054 15.254a3.235 3.235 0 0 1 0 4.573a3.23 3.23 0 0 1-5.257-3.55l-4.827-7.33a3 3 0 0 1-.765-.007l-4.607 6.201a2.15 2.15 0 0 1-.507 2.218c-.84.841-2.207.84-3.048-.002a2.15 2.15 0 0 1-.428-2.416l-2.002-2.934c-.059.007-.116.018-.177.018a1.436 1.436 0 1 1 1.436-1.436c0 .252-.07.485-.184.69l2.073 2.555a2.14 2.14 0 0 1 1.55-.013l3.857-6.212a2.87 2.87 0 1 1 5.038-.287l5.24 7.004a3.22 3.22 0 0 1 2.608.928"/></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.054 15.254a3.235 3.235 0 0 1 0 4.573a3.23 3.23 0 0 1-5.257-3.55l-4.827-7.33a3 3 0 0 1-.765-.007l-4.607 6.201a2.15 2.15 0 0 1-.507 2.218c-.84.841-2.207.84-3.048-.002a2.15 2.15 0 0 1-.428-2.416l-2.002-2.934c-.059.007-.116.018-.177.018a1.436 1.436 0 1 1 1.436-1.436c0 .252-.07.485-.184.69l2.073 2.555a2.14 2.14 0 0 1 1.55-.013l3.857-6.212a2.87 2.87 0 1 1 5.038-.287l5.24 7.004a3.22 3.22 0 0 1 2.608.928"/></svg> </template>
CSS
.icon-alwaysdata {
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.054%2015.254a3.235%203.235%200%200%201%200%204.573a3.23%203.23%200%200%201-5.257-3.55l-4.827-7.33a3%203%200%200%201-.765-.007l-4.607%206.201a2.15%202.15%200%200%201-.507%202.218c-.84.841-2.207.84-3.048-.002a2.15%202.15%200%200%201-.428-2.416l-2.002-2.934c-.059.007-.116.018-.177.018a1.436%201.436%200%201%201%201.436-1.436c0%20.252-.07.485-.184.69l2.073%202.555a2.14%202.14%200%200%201%201.55-.013l3.857-6.212a2.87%202.87%200%201%201%205.038-.287l5.24%207.004a3.22%203.22%200%200%201%202.608.928%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.054%2015.254a3.235%203.235%200%200%201%200%204.573a3.23%203.23%200%200%201-5.257-3.55l-4.827-7.33a3%203%200%200%201-.765-.007l-4.607%206.201a2.15%202.15%200%200%201-.507%202.218c-.84.841-2.207.84-3.048-.002a2.15%202.15%200%200%201-.428-2.416l-2.002-2.934c-.059.007-.116.018-.177.018a1.436%201.436%200%201%201%201.436-1.436c0%20.252-.07.485-.184.69l2.073%202.555a2.14%202.14%200%200%201%201.55-.013l3.857-6.212a2.87%202.87%200%201%201%205.038-.287l5.24%207.004a3.22%203.22%200%200%201%202.608.928%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/alwaysdata.svg?color=%231a73e8&size=48