baremetrics logo
baremetrics from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- baremetrics
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the baremetrics logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.109 7.951l1.485 2.464a3.5 3.5 0 0 1 0 3.275l-4.505 7.717a3.33 3.33 0 0 1-2.94 1.793H7.83a3.34 3.34 0 0 1-2.94-1.793l-1.555-2.632l6.139-5.695l4.447 2.578a1.093 1.093 0 0 0 1.456-.198zm-13.39.628L1.99 16.15L.406 13.725a3.5 3.5 0 0 1 0-3.27L5.158 2.59A3.34 3.34 0 0 1 8.1.8h8.008c1.228 0 2.357.687 2.942 1.79l1.616 2.722l-6.017 5.592l-4.432-2.574a1.1 1.1 0 0 0-1.499.248z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsBaremetrics(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="m22.109 7.951l1.485 2.464a3.5 3.5 0 0 1 0 3.275l-4.505 7.717a3.33 3.33 0 0 1-2.94 1.793H7.83a3.34 3.34 0 0 1-2.94-1.793l-1.555-2.632l6.139-5.695l4.447 2.578a1.093 1.093 0 0 0 1.456-.198zm-13.39.628L1.99 16.15L.406 13.725a3.5 3.5 0 0 1 0-3.27L5.158 2.59A3.34 3.34 0 0 1 8.1.8h8.008c1.228 0 2.357.687 2.942 1.79l1.616 2.722l-6.017 5.592l-4.432-2.574a1.1 1.1 0 0 0-1.499.248z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.109 7.951l1.485 2.464a3.5 3.5 0 0 1 0 3.275l-4.505 7.717a3.33 3.33 0 0 1-2.94 1.793H7.83a3.34 3.34 0 0 1-2.94-1.793l-1.555-2.632l6.139-5.695l4.447 2.578a1.093 1.093 0 0 0 1.456-.198zm-13.39.628L1.99 16.15L.406 13.725a3.5 3.5 0 0 1 0-3.27L5.158 2.59A3.34 3.34 0 0 1 8.1.8h8.008c1.228 0 2.357.687 2.942 1.79l1.616 2.722l-6.017 5.592l-4.432-2.574a1.1 1.1 0 0 0-1.499.248z"/></svg> </template>
CSS
.icon-baremetrics {
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%22m22.109%207.951l1.485%202.464a3.5%203.5%200%200%201%200%203.275l-4.505%207.717a3.33%203.33%200%200%201-2.94%201.793H7.83a3.34%203.34%200%200%201-2.94-1.793l-1.555-2.632l6.139-5.695l4.447%202.578a1.093%201.093%200%200%200%201.456-.198zm-13.39.628L1.99%2016.15L.406%2013.725a3.5%203.5%200%200%201%200-3.27L5.158%202.59A3.34%203.34%200%200%201%208.1.8h8.008c1.228%200%202.357.687%202.942%201.79l1.616%202.722l-6.017%205.592l-4.432-2.574a1.1%201.1%200%200%200-1.499.248z%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%22m22.109%207.951l1.485%202.464a3.5%203.5%200%200%201%200%203.275l-4.505%207.717a3.33%203.33%200%200%201-2.94%201.793H7.83a3.34%203.34%200%200%201-2.94-1.793l-1.555-2.632l6.139-5.695l4.447%202.578a1.093%201.093%200%200%200%201.456-.198zm-13.39.628L1.99%2016.15L.406%2013.725a3.5%203.5%200%200%201%200-3.27L5.158%202.59A3.34%203.34%200%200%201%208.1.8h8.008c1.228%200%202.357.687%202.942%201.79l1.616%202.722l-6.017%205.592l-4.432-2.574a1.1%201.1%200%200%200-1.499.248z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/baremetrics.svg?color=%231a73e8&size=48