werf logo
werf from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- werf
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 100×111
- License
- MIT
Use the werf logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 100 111"><path fill="#1e88e5" d="m74.849 59.509l3.307 9.697l5.768-9.697zm-.601-20.967v17.932h9.788zm-3.095 10.125V34.182h-4.938zm-10.77-31.582l4.795 14.06h5.032l-8.166-14.959l-1.236.668l-.425.228zm-6.74 78.095h7.34l-2.77-5.008l-.917.976a71.108 69.794 0 0 1-3.653 4.031zm-3.594-4.567l.125-29.212a48.51 47.615 0 0 0-3.263 2.064c.125 3.608.715 15.891 3.137 27.147zm-8.374-23.137c.112 2.31.811 10.604 5.165 19.634c-1.57-8.843-2.14-17.601-2.34-21.906a62.074 60.926 0 0 0-2.825 2.272m-2.68 27.704h7.64l-.584-.672a69.587 68.302 0 0 1-4.088-4.69l-2.967 5.36zm-2.442-22.688c.275 1.63 2.424 7.773 7.763 15.086c-3.516-7.485-4.631-14.336-4.98-17.987a46.725 45.861 0 0 0-2.784 2.901zm3.86-15.062v6.948a46.951 46.083 0 0 1 3.884-2.96c3.425-2.488 4.818-3 5.698-3.055h-.006v-.933zm-24.358 2.08l6.167 10.364l4.244-10.364zm11.154-16.456L16.532 56.473h10.677zm3.097-3.889v10.974l7.509-18.34l-1.004-.812l-6.507 8.178zM80.198 71.8h6.218l1.548 1.52v23.377l-1.548 1.522H13.563L12.016 96.7V73.32l1.547-1.52h6.22l-7.76-13.04l.115-1.701l23.21-29.167l2.11-.229l.038-.052l10.428 7.677l-1.857 2.431l-5.638-4.153L24.199 73.2l12.145 20.407l3.595-6.496c-6.09-8.683-6.534-14.664-6.556-15l.363-1.07a62.861 61.699 0 0 1 3.57-3.827v-11.3l1.55-1.519h22.247l1.548 1.52V66.86a62.175 61.026 0 0 1 3.932 4.182l.361 1.067c-.019.343-.473 6.45-6.756 15.288l3.438 6.21l12.444-20.91l-18.45-54.12l-5.06 2.74l-1.493-2.66l10.841-5.872l2.113.614l23.954 43.878"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeWerf(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 100 111"><path fill="#1e88e5" d="m74.849 59.509l3.307 9.697l5.768-9.697zm-.601-20.967v17.932h9.788zm-3.095 10.125V34.182h-4.938zm-10.77-31.582l4.795 14.06h5.032l-8.166-14.959l-1.236.668l-.425.228zm-6.74 78.095h7.34l-2.77-5.008l-.917.976a71.108 69.794 0 0 1-3.653 4.031zm-3.594-4.567l.125-29.212a48.51 47.615 0 0 0-3.263 2.064c.125 3.608.715 15.891 3.137 27.147zm-8.374-23.137c.112 2.31.811 10.604 5.165 19.634c-1.57-8.843-2.14-17.601-2.34-21.906a62.074 60.926 0 0 0-2.825 2.272m-2.68 27.704h7.64l-.584-.672a69.587 68.302 0 0 1-4.088-4.69l-2.967 5.36zm-2.442-22.688c.275 1.63 2.424 7.773 7.763 15.086c-3.516-7.485-4.631-14.336-4.98-17.987a46.725 45.861 0 0 0-2.784 2.901zm3.86-15.062v6.948a46.951 46.083 0 0 1 3.884-2.96c3.425-2.488 4.818-3 5.698-3.055h-.006v-.933zm-24.358 2.08l6.167 10.364l4.244-10.364zm11.154-16.456L16.532 56.473h10.677zm3.097-3.889v10.974l7.509-18.34l-1.004-.812l-6.507 8.178zM80.198 71.8h6.218l1.548 1.52v23.377l-1.548 1.522H13.563L12.016 96.7V73.32l1.547-1.52h6.22l-7.76-13.04l.115-1.701l23.21-29.167l2.11-.229l.038-.052l10.428 7.677l-1.857 2.431l-5.638-4.153L24.199 73.2l12.145 20.407l3.595-6.496c-6.09-8.683-6.534-14.664-6.556-15l.363-1.07a62.861 61.699 0 0 1 3.57-3.827v-11.3l1.55-1.519h22.247l1.548 1.52V66.86a62.175 61.026 0 0 1 3.932 4.182l.361 1.067c-.019.343-.473 6.45-6.756 15.288l3.438 6.21l12.444-20.91l-18.45-54.12l-5.06 2.74l-1.493-2.66l10.841-5.872l2.113.614l23.954 43.878"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 100 111"><path fill="#1e88e5" d="m74.849 59.509l3.307 9.697l5.768-9.697zm-.601-20.967v17.932h9.788zm-3.095 10.125V34.182h-4.938zm-10.77-31.582l4.795 14.06h5.032l-8.166-14.959l-1.236.668l-.425.228zm-6.74 78.095h7.34l-2.77-5.008l-.917.976a71.108 69.794 0 0 1-3.653 4.031zm-3.594-4.567l.125-29.212a48.51 47.615 0 0 0-3.263 2.064c.125 3.608.715 15.891 3.137 27.147zm-8.374-23.137c.112 2.31.811 10.604 5.165 19.634c-1.57-8.843-2.14-17.601-2.34-21.906a62.074 60.926 0 0 0-2.825 2.272m-2.68 27.704h7.64l-.584-.672a69.587 68.302 0 0 1-4.088-4.69l-2.967 5.36zm-2.442-22.688c.275 1.63 2.424 7.773 7.763 15.086c-3.516-7.485-4.631-14.336-4.98-17.987a46.725 45.861 0 0 0-2.784 2.901zm3.86-15.062v6.948a46.951 46.083 0 0 1 3.884-2.96c3.425-2.488 4.818-3 5.698-3.055h-.006v-.933zm-24.358 2.08l6.167 10.364l4.244-10.364zm11.154-16.456L16.532 56.473h10.677zm3.097-3.889v10.974l7.509-18.34l-1.004-.812l-6.507 8.178zM80.198 71.8h6.218l1.548 1.52v23.377l-1.548 1.522H13.563L12.016 96.7V73.32l1.547-1.52h6.22l-7.76-13.04l.115-1.701l23.21-29.167l2.11-.229l.038-.052l10.428 7.677l-1.857 2.431l-5.638-4.153L24.199 73.2l12.145 20.407l3.595-6.496c-6.09-8.683-6.534-14.664-6.556-15l.363-1.07a62.861 61.699 0 0 1 3.57-3.827v-11.3l1.55-1.519h22.247l1.548 1.52V66.86a62.175 61.026 0 0 1 3.932 4.182l.361 1.067c-.019.343-.473 6.45-6.756 15.288l3.438 6.21l12.444-20.91l-18.45-54.12l-5.06 2.74l-1.493-2.66l10.841-5.872l2.113.614l23.954 43.878"/></svg> </template>
CSS
.icon-werf {
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%20100%20111%22%3E%3Cpath%20fill%3D%22%231e88e5%22%20d%3D%22m74.849%2059.509l3.307%209.697l5.768-9.697zm-.601-20.967v17.932h9.788zm-3.095%2010.125V34.182h-4.938zm-10.77-31.582l4.795%2014.06h5.032l-8.166-14.959l-1.236.668l-.425.228zm-6.74%2078.095h7.34l-2.77-5.008l-.917.976a71.108%2069.794%200%200%201-3.653%204.031zm-3.594-4.567l.125-29.212a48.51%2047.615%200%200%200-3.263%202.064c.125%203.608.715%2015.891%203.137%2027.147zm-8.374-23.137c.112%202.31.811%2010.604%205.165%2019.634c-1.57-8.843-2.14-17.601-2.34-21.906a62.074%2060.926%200%200%200-2.825%202.272m-2.68%2027.704h7.64l-.584-.672a69.587%2068.302%200%200%201-4.088-4.69l-2.967%205.36zm-2.442-22.688c.275%201.63%202.424%207.773%207.763%2015.086c-3.516-7.485-4.631-14.336-4.98-17.987a46.725%2045.861%200%200%200-2.784%202.901zm3.86-15.062v6.948a46.951%2046.083%200%200%201%203.884-2.96c3.425-2.488%204.818-3%205.698-3.055h-.006v-.933zm-24.358%202.08l6.167%2010.364l4.244-10.364zm11.154-16.456L16.532%2056.473h10.677zm3.097-3.889v10.974l7.509-18.34l-1.004-.812l-6.507%208.178zM80.198%2071.8h6.218l1.548%201.52v23.377l-1.548%201.522H13.563L12.016%2096.7V73.32l1.547-1.52h6.22l-7.76-13.04l.115-1.701l23.21-29.167l2.11-.229l.038-.052l10.428%207.677l-1.857%202.431l-5.638-4.153L24.199%2073.2l12.145%2020.407l3.595-6.496c-6.09-8.683-6.534-14.664-6.556-15l.363-1.07a62.861%2061.699%200%200%201%203.57-3.827v-11.3l1.55-1.519h22.247l1.548%201.52V66.86a62.175%2061.026%200%200%201%203.932%204.182l.361%201.067c-.019.343-.473%206.45-6.756%2015.288l3.438%206.21l12.444-20.91l-18.45-54.12l-5.06%202.74l-1.493-2.66l10.841-5.872l2.113.614l23.954%2043.878%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%20100%20111%22%3E%3Cpath%20fill%3D%22%231e88e5%22%20d%3D%22m74.849%2059.509l3.307%209.697l5.768-9.697zm-.601-20.967v17.932h9.788zm-3.095%2010.125V34.182h-4.938zm-10.77-31.582l4.795%2014.06h5.032l-8.166-14.959l-1.236.668l-.425.228zm-6.74%2078.095h7.34l-2.77-5.008l-.917.976a71.108%2069.794%200%200%201-3.653%204.031zm-3.594-4.567l.125-29.212a48.51%2047.615%200%200%200-3.263%202.064c.125%203.608.715%2015.891%203.137%2027.147zm-8.374-23.137c.112%202.31.811%2010.604%205.165%2019.634c-1.57-8.843-2.14-17.601-2.34-21.906a62.074%2060.926%200%200%200-2.825%202.272m-2.68%2027.704h7.64l-.584-.672a69.587%2068.302%200%200%201-4.088-4.69l-2.967%205.36zm-2.442-22.688c.275%201.63%202.424%207.773%207.763%2015.086c-3.516-7.485-4.631-14.336-4.98-17.987a46.725%2045.861%200%200%200-2.784%202.901zm3.86-15.062v6.948a46.951%2046.083%200%200%201%203.884-2.96c3.425-2.488%204.818-3%205.698-3.055h-.006v-.933zm-24.358%202.08l6.167%2010.364l4.244-10.364zm11.154-16.456L16.532%2056.473h10.677zm3.097-3.889v10.974l7.509-18.34l-1.004-.812l-6.507%208.178zM80.198%2071.8h6.218l1.548%201.52v23.377l-1.548%201.522H13.563L12.016%2096.7V73.32l1.547-1.52h6.22l-7.76-13.04l.115-1.701l23.21-29.167l2.11-.229l.038-.052l10.428%207.677l-1.857%202.431l-5.638-4.153L24.199%2073.2l12.145%2020.407l3.595-6.496c-6.09-8.683-6.534-14.664-6.556-15l.363-1.07a62.861%2061.699%200%200%201%203.57-3.827v-11.3l1.55-1.519h22.247l1.548%201.52V66.86a62.175%2061.026%200%200%201%203.932%204.182l.361%201.067c-.019.343-.473%206.45-6.756%2015.288l3.438%206.21l12.444-20.91l-18.45-54.12l-5.06%202.74l-1.493-2.66l10.841-5.872l2.113.614l23.954%2043.878%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/werf.svg?color=%231a73e8&size=48