blender from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
blender
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Use the blender logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff9800" d="m26.726 12.017l.013-.016l-9.773-7.584a1.987 1.987 0 0 0-2.788.352l-.016.02a1.987 1.987 0 0 0 .352 2.788l3.02 2.344q-.168.037-.334.079H8.013a2 2 0 1 0 0 4h3.493l-.067.101l-8.64 6.595a2 2 0 1 0 2.427 3.18l4.902-3.742C10.827 24.58 14.98 28 20.013 28c5.522 0 10-4.114 10-9.188a8.84 8.84 0 0 0-3.287-6.795M20.013 24a6 6 0 1 1 6-6a6 6 0 0 1-6 6"/><circle cx="20.012" cy="18" r="4" fill="#ff9800"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeBlender(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff9800" d="m26.726 12.017l.013-.016l-9.773-7.584a1.987 1.987 0 0 0-2.788.352l-.016.02a1.987 1.987 0 0 0 .352 2.788l3.02 2.344q-.168.037-.334.079H8.013a2 2 0 1 0 0 4h3.493l-.067.101l-8.64 6.595a2 2 0 1 0 2.427 3.18l4.902-3.742C10.827 24.58 14.98 28 20.013 28c5.522 0 10-4.114 10-9.188a8.84 8.84 0 0 0-3.287-6.795M20.013 24a6 6 0 1 1 6-6a6 6 0 0 1-6 6"/><circle cx="20.012" cy="18" r="4" fill="#ff9800"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff9800" d="m26.726 12.017l.013-.016l-9.773-7.584a1.987 1.987 0 0 0-2.788.352l-.016.02a1.987 1.987 0 0 0 .352 2.788l3.02 2.344q-.168.037-.334.079H8.013a2 2 0 1 0 0 4h3.493l-.067.101l-8.64 6.595a2 2 0 1 0 2.427 3.18l4.902-3.742C10.827 24.58 14.98 28 20.013 28c5.522 0 10-4.114 10-9.188a8.84 8.84 0 0 0-3.287-6.795M20.013 24a6 6 0 1 1 6-6a6 6 0 0 1-6 6"/><circle cx="20.012" cy="18" r="4" fill="#ff9800"/></svg>
</template>

CSS

.icon-blender {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22m26.726%2012.017l.013-.016l-9.773-7.584a1.987%201.987%200%200%200-2.788.352l-.016.02a1.987%201.987%200%200%200%20.352%202.788l3.02%202.344q-.168.037-.334.079H8.013a2%202%200%201%200%200%204h3.493l-.067.101l-8.64%206.595a2%202%200%201%200%202.427%203.18l4.902-3.742C10.827%2024.58%2014.98%2028%2020.013%2028c5.522%200%2010-4.114%2010-9.188a8.84%208.84%200%200%200-3.287-6.795M20.013%2024a6%206%200%201%201%206-6a6%206%200%200%201-6%206%22%2F%3E%3Ccircle%20cx%3D%2220.012%22%20cy%3D%2218%22%20r%3D%224%22%20fill%3D%22%23ff9800%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22m26.726%2012.017l.013-.016l-9.773-7.584a1.987%201.987%200%200%200-2.788.352l-.016.02a1.987%201.987%200%200%200%20.352%202.788l3.02%202.344q-.168.037-.334.079H8.013a2%202%200%201%200%200%204h3.493l-.067.101l-8.64%206.595a2%202%200%201%200%202.427%203.18l4.902-3.742C10.827%2024.58%2014.98%2028%2020.013%2028c5.522%200%2010-4.114%2010-9.188a8.84%208.84%200%200%200-3.287-6.795M20.013%2024a6%206%200%201%201%206-6a6%206%200%200%201-6%206%22%2F%3E%3Ccircle%20cx%3D%2220.012%22%20cy%3D%2218%22%20r%3D%224%22%20fill%3D%22%23ff9800%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/blender.svg?color=%231a73e8&size=48