vowpalwabbit logo
vowpalwabbit from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- vowpalwabbit
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the vowpalwabbit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.872 21.356c.077.195.682 1.646 1.685 2.156c1.075.547 1.613.406 1.613.406s-.914-3.384-.108-6.076c.807-2.691 1.479-2.933 1.479-2.933s1.478.591 2.446 0s1.264-1.747 1.264-1.747s-.672-2.474-1.264-3.442c-.591-.967-1.227-1.48-2.016-1.828a235 235 0 0 0-1.508-.655a11.3 11.3 0 0 0-1.003-3.198C16.237 1.531 14.678 0 14.678 0s-.815.7-1.025 2.032c.56.497 1.462 1.45 2.258 2.42c.4.485.906 1.227 1.31 1.846a26 26 0 0 0-2.6-2.626c-1.828-1.586-3.63-2.823-3.63-2.823s-1.29 2.016.243 4.785c1.048 1.778 3.704 3.31 3.704 3.31s-2.736.134-3.704.346c-.968.213-2.043.592-3.253 1.398c-1.21.807-2.01 1.647-3.011 3.011c-1 1.365-1.962 3.71-1.962 3.71s-.135-.188-1.049-.188s-1.21.188-1.21.188s.027 2.312.592 3.441c.564 1.13 1.37 1.562 2.392 1.562c.27-.002.834 0 .834 0s.699 1.1 1.129 1.369s1.183.215 1.183.215h8.253s-.048-.619-.51-1.103c-.448-.466-.983-.608-1.117-.666a3.8 3.8 0 0 0-1.008-.167h-2.123s2.689-.095 4.274-1.936c.833-.967.914-2.15.833-2.742c-.04-.292-.295-1.29-.752-1.882a6 6 0 0 0-1.183-1.129c-.516-.36-1.17-.642-1.909-.94c1.075.268 1.586.376 2.635 1.129c1.048.752 1.505 1.908 1.586 2.177c.08.269.269.672.215 1.828c-.108.968-.218 1.208-.484 1.72a4.2 4.2 0 0 1-.717 1.07Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsVowpalwabbit(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="M14.872 21.356c.077.195.682 1.646 1.685 2.156c1.075.547 1.613.406 1.613.406s-.914-3.384-.108-6.076c.807-2.691 1.479-2.933 1.479-2.933s1.478.591 2.446 0s1.264-1.747 1.264-1.747s-.672-2.474-1.264-3.442c-.591-.967-1.227-1.48-2.016-1.828a235 235 0 0 0-1.508-.655a11.3 11.3 0 0 0-1.003-3.198C16.237 1.531 14.678 0 14.678 0s-.815.7-1.025 2.032c.56.497 1.462 1.45 2.258 2.42c.4.485.906 1.227 1.31 1.846a26 26 0 0 0-2.6-2.626c-1.828-1.586-3.63-2.823-3.63-2.823s-1.29 2.016.243 4.785c1.048 1.778 3.704 3.31 3.704 3.31s-2.736.134-3.704.346c-.968.213-2.043.592-3.253 1.398c-1.21.807-2.01 1.647-3.011 3.011c-1 1.365-1.962 3.71-1.962 3.71s-.135-.188-1.049-.188s-1.21.188-1.21.188s.027 2.312.592 3.441c.564 1.13 1.37 1.562 2.392 1.562c.27-.002.834 0 .834 0s.699 1.1 1.129 1.369s1.183.215 1.183.215h8.253s-.048-.619-.51-1.103c-.448-.466-.983-.608-1.117-.666a3.8 3.8 0 0 0-1.008-.167h-2.123s2.689-.095 4.274-1.936c.833-.967.914-2.15.833-2.742c-.04-.292-.295-1.29-.752-1.882a6 6 0 0 0-1.183-1.129c-.516-.36-1.17-.642-1.909-.94c1.075.268 1.586.376 2.635 1.129c1.048.752 1.505 1.908 1.586 2.177c.08.269.269.672.215 1.828c-.108.968-.218 1.208-.484 1.72a4.2 4.2 0 0 1-.717 1.07Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.872 21.356c.077.195.682 1.646 1.685 2.156c1.075.547 1.613.406 1.613.406s-.914-3.384-.108-6.076c.807-2.691 1.479-2.933 1.479-2.933s1.478.591 2.446 0s1.264-1.747 1.264-1.747s-.672-2.474-1.264-3.442c-.591-.967-1.227-1.48-2.016-1.828a235 235 0 0 0-1.508-.655a11.3 11.3 0 0 0-1.003-3.198C16.237 1.531 14.678 0 14.678 0s-.815.7-1.025 2.032c.56.497 1.462 1.45 2.258 2.42c.4.485.906 1.227 1.31 1.846a26 26 0 0 0-2.6-2.626c-1.828-1.586-3.63-2.823-3.63-2.823s-1.29 2.016.243 4.785c1.048 1.778 3.704 3.31 3.704 3.31s-2.736.134-3.704.346c-.968.213-2.043.592-3.253 1.398c-1.21.807-2.01 1.647-3.011 3.011c-1 1.365-1.962 3.71-1.962 3.71s-.135-.188-1.049-.188s-1.21.188-1.21.188s.027 2.312.592 3.441c.564 1.13 1.37 1.562 2.392 1.562c.27-.002.834 0 .834 0s.699 1.1 1.129 1.369s1.183.215 1.183.215h8.253s-.048-.619-.51-1.103c-.448-.466-.983-.608-1.117-.666a3.8 3.8 0 0 0-1.008-.167h-2.123s2.689-.095 4.274-1.936c.833-.967.914-2.15.833-2.742c-.04-.292-.295-1.29-.752-1.882a6 6 0 0 0-1.183-1.129c-.516-.36-1.17-.642-1.909-.94c1.075.268 1.586.376 2.635 1.129c1.048.752 1.505 1.908 1.586 2.177c.08.269.269.672.215 1.828c-.108.968-.218 1.208-.484 1.72a4.2 4.2 0 0 1-.717 1.07Z"/></svg> </template>
CSS
.icon-vowpalwabbit {
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%22M14.872%2021.356c.077.195.682%201.646%201.685%202.156c1.075.547%201.613.406%201.613.406s-.914-3.384-.108-6.076c.807-2.691%201.479-2.933%201.479-2.933s1.478.591%202.446%200s1.264-1.747%201.264-1.747s-.672-2.474-1.264-3.442c-.591-.967-1.227-1.48-2.016-1.828a235%20235%200%200%200-1.508-.655a11.3%2011.3%200%200%200-1.003-3.198C16.237%201.531%2014.678%200%2014.678%200s-.815.7-1.025%202.032c.56.497%201.462%201.45%202.258%202.42c.4.485.906%201.227%201.31%201.846a26%2026%200%200%200-2.6-2.626c-1.828-1.586-3.63-2.823-3.63-2.823s-1.29%202.016.243%204.785c1.048%201.778%203.704%203.31%203.704%203.31s-2.736.134-3.704.346c-.968.213-2.043.592-3.253%201.398c-1.21.807-2.01%201.647-3.011%203.011c-1%201.365-1.962%203.71-1.962%203.71s-.135-.188-1.049-.188s-1.21.188-1.21.188s.027%202.312.592%203.441c.564%201.13%201.37%201.562%202.392%201.562c.27-.002.834%200%20.834%200s.699%201.1%201.129%201.369s1.183.215%201.183.215h8.253s-.048-.619-.51-1.103c-.448-.466-.983-.608-1.117-.666a3.8%203.8%200%200%200-1.008-.167h-2.123s2.689-.095%204.274-1.936c.833-.967.914-2.15.833-2.742c-.04-.292-.295-1.29-.752-1.882a6%206%200%200%200-1.183-1.129c-.516-.36-1.17-.642-1.909-.94c1.075.268%201.586.376%202.635%201.129c1.048.752%201.505%201.908%201.586%202.177c.08.269.269.672.215%201.828c-.108.968-.218%201.208-.484%201.72a4.2%204.2%200%200%201-.717%201.07Z%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%22M14.872%2021.356c.077.195.682%201.646%201.685%202.156c1.075.547%201.613.406%201.613.406s-.914-3.384-.108-6.076c.807-2.691%201.479-2.933%201.479-2.933s1.478.591%202.446%200s1.264-1.747%201.264-1.747s-.672-2.474-1.264-3.442c-.591-.967-1.227-1.48-2.016-1.828a235%20235%200%200%200-1.508-.655a11.3%2011.3%200%200%200-1.003-3.198C16.237%201.531%2014.678%200%2014.678%200s-.815.7-1.025%202.032c.56.497%201.462%201.45%202.258%202.42c.4.485.906%201.227%201.31%201.846a26%2026%200%200%200-2.6-2.626c-1.828-1.586-3.63-2.823-3.63-2.823s-1.29%202.016.243%204.785c1.048%201.778%203.704%203.31%203.704%203.31s-2.736.134-3.704.346c-.968.213-2.043.592-3.253%201.398c-1.21.807-2.01%201.647-3.011%203.011c-1%201.365-1.962%203.71-1.962%203.71s-.135-.188-1.049-.188s-1.21.188-1.21.188s.027%202.312.592%203.441c.564%201.13%201.37%201.562%202.392%201.562c.27-.002.834%200%20.834%200s.699%201.1%201.129%201.369s1.183.215%201.183.215h8.253s-.048-.619-.51-1.103c-.448-.466-.983-.608-1.117-.666a3.8%203.8%200%200%200-1.008-.167h-2.123s2.689-.095%204.274-1.936c.833-.967.914-2.15.833-2.742c-.04-.292-.295-1.29-.752-1.882a6%206%200%200%200-1.183-1.129c-.516-.36-1.17-.642-1.909-.94c1.075.268%201.586.376%202.635%201.129c1.048.752%201.505%201.908%201.586%202.177c.08.269.269.672.215%201.828c-.108.968-.218%201.208-.484%201.72a4.2%204.2%200%200%201-.717%201.07Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/vowpalwabbit.svg?color=%231a73e8&size=48