blender from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
blender
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

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 24 24"><path fill="currentColor" d="M12.51 13.214c.046-.8.438-1.506 1.03-2.006a3.42 3.42 0 0 1 2.212-.79c.85 0 1.631.3 2.211.79c.592.5.983 1.206 1.028 2.005c.045.823-.285 1.586-.865 2.153a3.4 3.4 0 0 1-2.374.938a3.4 3.4 0 0 1-2.376-.938c-.58-.567-.91-1.33-.865-2.152M7.35 14.831c.006.314.106.922.256 1.398a7.4 7.4 0 0 0 1.593 2.757a8.2 8.2 0 0 0 2.787 2.001a8.95 8.95 0 0 0 3.66.76a9 9 0 0 0 3.657-.772a8.3 8.3 0 0 0 2.785-2.01a7.4 7.4 0 0 0 1.592-2.762a7 7 0 0 0 .25-3.074a7.1 7.1 0 0 0-1.016-2.779a7.8 7.8 0 0 0-1.852-2.043h.002L13.566 2.55l-.02-.015c-.492-.378-1.319-.376-1.86.002c-.547.382-.609 1.015-.123 1.415l-.001.001l3.126 2.543l-9.53.01h-.013c-.788.001-1.545.518-1.695 1.172c-.154.665.38 1.217 1.2 1.22V8.9l4.83-.01l-8.62 6.617l-.034.025c-.813.622-1.075 1.658-.563 2.313c.52.667 1.625.668 2.447.004L7.414 14s-.069.52-.063.831zm12.09 1.741c-.97.988-2.326 1.548-3.795 1.55c-1.47.004-2.827-.552-3.797-1.538a4.5 4.5 0 0 1-1.036-1.622a4.28 4.28 0 0 1 .282-3.519a4.7 4.7 0 0 1 1.153-1.371c.942-.768 2.141-1.183 3.396-1.185c1.256-.002 2.455.41 3.398 1.175c.48.391.87.854 1.152 1.367a4.3 4.3 0 0 1 .522 1.706a4.2 4.2 0 0 1-.239 1.811a4.5 4.5 0 0 1-1.035 1.626"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBlender(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="M12.51 13.214c.046-.8.438-1.506 1.03-2.006a3.42 3.42 0 0 1 2.212-.79c.85 0 1.631.3 2.211.79c.592.5.983 1.206 1.028 2.005c.045.823-.285 1.586-.865 2.153a3.4 3.4 0 0 1-2.374.938a3.4 3.4 0 0 1-2.376-.938c-.58-.567-.91-1.33-.865-2.152M7.35 14.831c.006.314.106.922.256 1.398a7.4 7.4 0 0 0 1.593 2.757a8.2 8.2 0 0 0 2.787 2.001a8.95 8.95 0 0 0 3.66.76a9 9 0 0 0 3.657-.772a8.3 8.3 0 0 0 2.785-2.01a7.4 7.4 0 0 0 1.592-2.762a7 7 0 0 0 .25-3.074a7.1 7.1 0 0 0-1.016-2.779a7.8 7.8 0 0 0-1.852-2.043h.002L13.566 2.55l-.02-.015c-.492-.378-1.319-.376-1.86.002c-.547.382-.609 1.015-.123 1.415l-.001.001l3.126 2.543l-9.53.01h-.013c-.788.001-1.545.518-1.695 1.172c-.154.665.38 1.217 1.2 1.22V8.9l4.83-.01l-8.62 6.617l-.034.025c-.813.622-1.075 1.658-.563 2.313c.52.667 1.625.668 2.447.004L7.414 14s-.069.52-.063.831zm12.09 1.741c-.97.988-2.326 1.548-3.795 1.55c-1.47.004-2.827-.552-3.797-1.538a4.5 4.5 0 0 1-1.036-1.622a4.28 4.28 0 0 1 .282-3.519a4.7 4.7 0 0 1 1.153-1.371c.942-.768 2.141-1.183 3.396-1.185c1.256-.002 2.455.41 3.398 1.175c.48.391.87.854 1.152 1.367a4.3 4.3 0 0 1 .522 1.706a4.2 4.2 0 0 1-.239 1.811a4.5 4.5 0 0 1-1.035 1.626"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.51 13.214c.046-.8.438-1.506 1.03-2.006a3.42 3.42 0 0 1 2.212-.79c.85 0 1.631.3 2.211.79c.592.5.983 1.206 1.028 2.005c.045.823-.285 1.586-.865 2.153a3.4 3.4 0 0 1-2.374.938a3.4 3.4 0 0 1-2.376-.938c-.58-.567-.91-1.33-.865-2.152M7.35 14.831c.006.314.106.922.256 1.398a7.4 7.4 0 0 0 1.593 2.757a8.2 8.2 0 0 0 2.787 2.001a8.95 8.95 0 0 0 3.66.76a9 9 0 0 0 3.657-.772a8.3 8.3 0 0 0 2.785-2.01a7.4 7.4 0 0 0 1.592-2.762a7 7 0 0 0 .25-3.074a7.1 7.1 0 0 0-1.016-2.779a7.8 7.8 0 0 0-1.852-2.043h.002L13.566 2.55l-.02-.015c-.492-.378-1.319-.376-1.86.002c-.547.382-.609 1.015-.123 1.415l-.001.001l3.126 2.543l-9.53.01h-.013c-.788.001-1.545.518-1.695 1.172c-.154.665.38 1.217 1.2 1.22V8.9l4.83-.01l-8.62 6.617l-.034.025c-.813.622-1.075 1.658-.563 2.313c.52.667 1.625.668 2.447.004L7.414 14s-.069.52-.063.831zm12.09 1.741c-.97.988-2.326 1.548-3.795 1.55c-1.47.004-2.827-.552-3.797-1.538a4.5 4.5 0 0 1-1.036-1.622a4.28 4.28 0 0 1 .282-3.519a4.7 4.7 0 0 1 1.153-1.371c.942-.768 2.141-1.183 3.396-1.185c1.256-.002 2.455.41 3.398 1.175c.48.391.87.854 1.152 1.367a4.3 4.3 0 0 1 .522 1.706a4.2 4.2 0 0 1-.239 1.811a4.5 4.5 0 0 1-1.035 1.626"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.51%2013.214c.046-.8.438-1.506%201.03-2.006a3.42%203.42%200%200%201%202.212-.79c.85%200%201.631.3%202.211.79c.592.5.983%201.206%201.028%202.005c.045.823-.285%201.586-.865%202.153a3.4%203.4%200%200%201-2.374.938a3.4%203.4%200%200%201-2.376-.938c-.58-.567-.91-1.33-.865-2.152M7.35%2014.831c.006.314.106.922.256%201.398a7.4%207.4%200%200%200%201.593%202.757a8.2%208.2%200%200%200%202.787%202.001a8.95%208.95%200%200%200%203.66.76a9%209%200%200%200%203.657-.772a8.3%208.3%200%200%200%202.785-2.01a7.4%207.4%200%200%200%201.592-2.762a7%207%200%200%200%20.25-3.074a7.1%207.1%200%200%200-1.016-2.779a7.8%207.8%200%200%200-1.852-2.043h.002L13.566%202.55l-.02-.015c-.492-.378-1.319-.376-1.86.002c-.547.382-.609%201.015-.123%201.415l-.001.001l3.126%202.543l-9.53.01h-.013c-.788.001-1.545.518-1.695%201.172c-.154.665.38%201.217%201.2%201.22V8.9l4.83-.01l-8.62%206.617l-.034.025c-.813.622-1.075%201.658-.563%202.313c.52.667%201.625.668%202.447.004L7.414%2014s-.069.52-.063.831zm12.09%201.741c-.97.988-2.326%201.548-3.795%201.55c-1.47.004-2.827-.552-3.797-1.538a4.5%204.5%200%200%201-1.036-1.622a4.28%204.28%200%200%201%20.282-3.519a4.7%204.7%200%200%201%201.153-1.371c.942-.768%202.141-1.183%203.396-1.185c1.256-.002%202.455.41%203.398%201.175c.48.391.87.854%201.152%201.367a4.3%204.3%200%200%201%20.522%201.706a4.2%204.2%200%200%201-.239%201.811a4.5%204.5%200%200%201-1.035%201.626%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%22M12.51%2013.214c.046-.8.438-1.506%201.03-2.006a3.42%203.42%200%200%201%202.212-.79c.85%200%201.631.3%202.211.79c.592.5.983%201.206%201.028%202.005c.045.823-.285%201.586-.865%202.153a3.4%203.4%200%200%201-2.374.938a3.4%203.4%200%200%201-2.376-.938c-.58-.567-.91-1.33-.865-2.152M7.35%2014.831c.006.314.106.922.256%201.398a7.4%207.4%200%200%200%201.593%202.757a8.2%208.2%200%200%200%202.787%202.001a8.95%208.95%200%200%200%203.66.76a9%209%200%200%200%203.657-.772a8.3%208.3%200%200%200%202.785-2.01a7.4%207.4%200%200%200%201.592-2.762a7%207%200%200%200%20.25-3.074a7.1%207.1%200%200%200-1.016-2.779a7.8%207.8%200%200%200-1.852-2.043h.002L13.566%202.55l-.02-.015c-.492-.378-1.319-.376-1.86.002c-.547.382-.609%201.015-.123%201.415l-.001.001l3.126%202.543l-9.53.01h-.013c-.788.001-1.545.518-1.695%201.172c-.154.665.38%201.217%201.2%201.22V8.9l4.83-.01l-8.62%206.617l-.034.025c-.813.622-1.075%201.658-.563%202.313c.52.667%201.625.668%202.447.004L7.414%2014s-.069.52-.063.831zm12.09%201.741c-.97.988-2.326%201.548-3.795%201.55c-1.47.004-2.827-.552-3.797-1.538a4.5%204.5%200%200%201-1.036-1.622a4.28%204.28%200%200%201%20.282-3.519a4.7%204.7%200%200%201%201.153-1.371c.942-.768%202.141-1.183%203.396-1.185c1.256-.002%202.455.41%203.398%201.175c.48.391.87.854%201.152%201.367a4.3%204.3%200%200%201%20.522%201.706a4.2%204.2%200%200%201-.239%201.811a4.5%204.5%200%200%201-1.035%201.626%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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