blender from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
blender
Set
SVG Logos
Style
Color
Viewbox
256×208
License
CC0

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 256 208"><path fill="#fff" d="M100.43 115.195c.931-16.606 9.062-31.235 21.33-41.606c12.03-10.186 28.222-16.412 45.89-16.412c17.65 0 33.843 6.226 45.882 16.412c12.258 10.37 20.39 25 21.33 41.588c.93 17.062-5.928 32.912-17.958 44.661c-12.267 11.951-29.716 19.45-49.254 19.45s-37.021-7.499-49.28-19.45c-12.039-11.75-18.88-27.6-17.94-44.643"/><path fill="#265787" d="M133.168 116.676c.477-8.52 4.65-16.027 10.944-21.348c6.173-5.226 14.481-8.421 23.547-8.421c9.056 0 17.365 3.195 23.542 8.421c6.29 5.321 10.462 12.828 10.944 21.34c.478 8.754-3.04 16.887-9.214 22.915c-6.294 6.132-15.247 9.98-25.272 9.98s-18.996-3.848-25.286-9.98c-6.177-6.028-9.687-14.161-9.205-22.907"/><path fill="#ea7600" d="M78.41 134.18c.06 3.34 1.125 9.834 2.724 14.904c3.359 10.733 9.057 20.663 16.986 29.413c8.137 8.995 18.156 16.22 29.73 21.349c12.164 5.387 25.344 8.132 39.034 8.11c13.668-.019 26.849-2.818 39.013-8.246c11.573-5.179 21.583-12.435 29.707-21.434c7.924-8.787 13.613-18.734 16.982-29.467c1.693-5.423 2.763-10.927 3.192-16.45a75 75 0 0 0-.528-16.336c-1.508-10.611-5.18-20.567-10.833-29.643c-5.17-8.34-11.834-15.641-19.759-21.787l.018-.013l-79.97-61.405c-.073-.054-.132-.112-.209-.162c-5.246-4.028-14.07-4.014-19.84.022c-5.834 4.082-6.502 10.833-1.31 15.09l-.022.023l33.355 27.124l-101.663.108h-.136c-8.403.01-16.48 5.523-18.08 12.49c-1.643 7.098 4.065 12.986 12.802 13.018l-.014.031l51.53-.1L9.167 141.4c-.117.086-.244.176-.352.262c-8.674 6.642-11.478 17.687-6.015 24.676c5.545 7.108 17.335 7.121 26.099.041l50.184-41.071s-.732 5.544-.673 8.872m128.955 18.566c-10.34 10.535-24.817 16.508-40.48 16.54c-15.687.027-30.163-5.893-40.503-16.409c-5.053-5.125-8.764-11.022-11.054-17.303a44.9 44.9 0 0 1-2.537-19.334c.546-6.462 2.47-12.625 5.54-18.202c3.016-5.481 7.17-10.435 12.3-14.625c10.05-8.19 22.847-12.625 36.23-12.643c13.398-.018 26.185 4.376 36.246 12.54c5.12 4.171 9.27 9.107 12.286 14.58a45.7 45.7 0 0 1 5.563 18.192a45 45 0 0 1-2.547 19.32c-2.294 6.3-5.992 12.197-11.044 17.344"/></svg>

React

import type { SVGProps } from "react";

export function LogosBlender(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 208"><path fill="#fff" d="M100.43 115.195c.931-16.606 9.062-31.235 21.33-41.606c12.03-10.186 28.222-16.412 45.89-16.412c17.65 0 33.843 6.226 45.882 16.412c12.258 10.37 20.39 25 21.33 41.588c.93 17.062-5.928 32.912-17.958 44.661c-12.267 11.951-29.716 19.45-49.254 19.45s-37.021-7.499-49.28-19.45c-12.039-11.75-18.88-27.6-17.94-44.643"/><path fill="#265787" d="M133.168 116.676c.477-8.52 4.65-16.027 10.944-21.348c6.173-5.226 14.481-8.421 23.547-8.421c9.056 0 17.365 3.195 23.542 8.421c6.29 5.321 10.462 12.828 10.944 21.34c.478 8.754-3.04 16.887-9.214 22.915c-6.294 6.132-15.247 9.98-25.272 9.98s-18.996-3.848-25.286-9.98c-6.177-6.028-9.687-14.161-9.205-22.907"/><path fill="#ea7600" d="M78.41 134.18c.06 3.34 1.125 9.834 2.724 14.904c3.359 10.733 9.057 20.663 16.986 29.413c8.137 8.995 18.156 16.22 29.73 21.349c12.164 5.387 25.344 8.132 39.034 8.11c13.668-.019 26.849-2.818 39.013-8.246c11.573-5.179 21.583-12.435 29.707-21.434c7.924-8.787 13.613-18.734 16.982-29.467c1.693-5.423 2.763-10.927 3.192-16.45a75 75 0 0 0-.528-16.336c-1.508-10.611-5.18-20.567-10.833-29.643c-5.17-8.34-11.834-15.641-19.759-21.787l.018-.013l-79.97-61.405c-.073-.054-.132-.112-.209-.162c-5.246-4.028-14.07-4.014-19.84.022c-5.834 4.082-6.502 10.833-1.31 15.09l-.022.023l33.355 27.124l-101.663.108h-.136c-8.403.01-16.48 5.523-18.08 12.49c-1.643 7.098 4.065 12.986 12.802 13.018l-.014.031l51.53-.1L9.167 141.4c-.117.086-.244.176-.352.262c-8.674 6.642-11.478 17.687-6.015 24.676c5.545 7.108 17.335 7.121 26.099.041l50.184-41.071s-.732 5.544-.673 8.872m128.955 18.566c-10.34 10.535-24.817 16.508-40.48 16.54c-15.687.027-30.163-5.893-40.503-16.409c-5.053-5.125-8.764-11.022-11.054-17.303a44.9 44.9 0 0 1-2.537-19.334c.546-6.462 2.47-12.625 5.54-18.202c3.016-5.481 7.17-10.435 12.3-14.625c10.05-8.19 22.847-12.625 36.23-12.643c13.398-.018 26.185 4.376 36.246 12.54c5.12 4.171 9.27 9.107 12.286 14.58a45.7 45.7 0 0 1 5.563 18.192a45 45 0 0 1-2.547 19.32c-2.294 6.3-5.992 12.197-11.044 17.344"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 208"><path fill="#fff" d="M100.43 115.195c.931-16.606 9.062-31.235 21.33-41.606c12.03-10.186 28.222-16.412 45.89-16.412c17.65 0 33.843 6.226 45.882 16.412c12.258 10.37 20.39 25 21.33 41.588c.93 17.062-5.928 32.912-17.958 44.661c-12.267 11.951-29.716 19.45-49.254 19.45s-37.021-7.499-49.28-19.45c-12.039-11.75-18.88-27.6-17.94-44.643"/><path fill="#265787" d="M133.168 116.676c.477-8.52 4.65-16.027 10.944-21.348c6.173-5.226 14.481-8.421 23.547-8.421c9.056 0 17.365 3.195 23.542 8.421c6.29 5.321 10.462 12.828 10.944 21.34c.478 8.754-3.04 16.887-9.214 22.915c-6.294 6.132-15.247 9.98-25.272 9.98s-18.996-3.848-25.286-9.98c-6.177-6.028-9.687-14.161-9.205-22.907"/><path fill="#ea7600" d="M78.41 134.18c.06 3.34 1.125 9.834 2.724 14.904c3.359 10.733 9.057 20.663 16.986 29.413c8.137 8.995 18.156 16.22 29.73 21.349c12.164 5.387 25.344 8.132 39.034 8.11c13.668-.019 26.849-2.818 39.013-8.246c11.573-5.179 21.583-12.435 29.707-21.434c7.924-8.787 13.613-18.734 16.982-29.467c1.693-5.423 2.763-10.927 3.192-16.45a75 75 0 0 0-.528-16.336c-1.508-10.611-5.18-20.567-10.833-29.643c-5.17-8.34-11.834-15.641-19.759-21.787l.018-.013l-79.97-61.405c-.073-.054-.132-.112-.209-.162c-5.246-4.028-14.07-4.014-19.84.022c-5.834 4.082-6.502 10.833-1.31 15.09l-.022.023l33.355 27.124l-101.663.108h-.136c-8.403.01-16.48 5.523-18.08 12.49c-1.643 7.098 4.065 12.986 12.802 13.018l-.014.031l51.53-.1L9.167 141.4c-.117.086-.244.176-.352.262c-8.674 6.642-11.478 17.687-6.015 24.676c5.545 7.108 17.335 7.121 26.099.041l50.184-41.071s-.732 5.544-.673 8.872m128.955 18.566c-10.34 10.535-24.817 16.508-40.48 16.54c-15.687.027-30.163-5.893-40.503-16.409c-5.053-5.125-8.764-11.022-11.054-17.303a44.9 44.9 0 0 1-2.537-19.334c.546-6.462 2.47-12.625 5.54-18.202c3.016-5.481 7.17-10.435 12.3-14.625c10.05-8.19 22.847-12.625 36.23-12.643c13.398-.018 26.185 4.376 36.246 12.54c5.12 4.171 9.27 9.107 12.286 14.58a45.7 45.7 0 0 1 5.563 18.192a45 45 0 0 1-2.547 19.32c-2.294 6.3-5.992 12.197-11.044 17.344"/></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%20256%20208%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M100.43%20115.195c.931-16.606%209.062-31.235%2021.33-41.606c12.03-10.186%2028.222-16.412%2045.89-16.412c17.65%200%2033.843%206.226%2045.882%2016.412c12.258%2010.37%2020.39%2025%2021.33%2041.588c.93%2017.062-5.928%2032.912-17.958%2044.661c-12.267%2011.951-29.716%2019.45-49.254%2019.45s-37.021-7.499-49.28-19.45c-12.039-11.75-18.88-27.6-17.94-44.643%22%2F%3E%3Cpath%20fill%3D%22%23265787%22%20d%3D%22M133.168%20116.676c.477-8.52%204.65-16.027%2010.944-21.348c6.173-5.226%2014.481-8.421%2023.547-8.421c9.056%200%2017.365%203.195%2023.542%208.421c6.29%205.321%2010.462%2012.828%2010.944%2021.34c.478%208.754-3.04%2016.887-9.214%2022.915c-6.294%206.132-15.247%209.98-25.272%209.98s-18.996-3.848-25.286-9.98c-6.177-6.028-9.687-14.161-9.205-22.907%22%2F%3E%3Cpath%20fill%3D%22%23ea7600%22%20d%3D%22M78.41%20134.18c.06%203.34%201.125%209.834%202.724%2014.904c3.359%2010.733%209.057%2020.663%2016.986%2029.413c8.137%208.995%2018.156%2016.22%2029.73%2021.349c12.164%205.387%2025.344%208.132%2039.034%208.11c13.668-.019%2026.849-2.818%2039.013-8.246c11.573-5.179%2021.583-12.435%2029.707-21.434c7.924-8.787%2013.613-18.734%2016.982-29.467c1.693-5.423%202.763-10.927%203.192-16.45a75%2075%200%200%200-.528-16.336c-1.508-10.611-5.18-20.567-10.833-29.643c-5.17-8.34-11.834-15.641-19.759-21.787l.018-.013l-79.97-61.405c-.073-.054-.132-.112-.209-.162c-5.246-4.028-14.07-4.014-19.84.022c-5.834%204.082-6.502%2010.833-1.31%2015.09l-.022.023l33.355%2027.124l-101.663.108h-.136c-8.403.01-16.48%205.523-18.08%2012.49c-1.643%207.098%204.065%2012.986%2012.802%2013.018l-.014.031l51.53-.1L9.167%20141.4c-.117.086-.244.176-.352.262c-8.674%206.642-11.478%2017.687-6.015%2024.676c5.545%207.108%2017.335%207.121%2026.099.041l50.184-41.071s-.732%205.544-.673%208.872m128.955%2018.566c-10.34%2010.535-24.817%2016.508-40.48%2016.54c-15.687.027-30.163-5.893-40.503-16.409c-5.053-5.125-8.764-11.022-11.054-17.303a44.9%2044.9%200%200%201-2.537-19.334c.546-6.462%202.47-12.625%205.54-18.202c3.016-5.481%207.17-10.435%2012.3-14.625c10.05-8.19%2022.847-12.625%2036.23-12.643c13.398-.018%2026.185%204.376%2036.246%2012.54c5.12%204.171%209.27%209.107%2012.286%2014.58a45.7%2045.7%200%200%201%205.563%2018.192a45%2045%200%200%201-2.547%2019.32c-2.294%206.3-5.992%2012.197-11.044%2017.344%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%20256%20208%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M100.43%20115.195c.931-16.606%209.062-31.235%2021.33-41.606c12.03-10.186%2028.222-16.412%2045.89-16.412c17.65%200%2033.843%206.226%2045.882%2016.412c12.258%2010.37%2020.39%2025%2021.33%2041.588c.93%2017.062-5.928%2032.912-17.958%2044.661c-12.267%2011.951-29.716%2019.45-49.254%2019.45s-37.021-7.499-49.28-19.45c-12.039-11.75-18.88-27.6-17.94-44.643%22%2F%3E%3Cpath%20fill%3D%22%23265787%22%20d%3D%22M133.168%20116.676c.477-8.52%204.65-16.027%2010.944-21.348c6.173-5.226%2014.481-8.421%2023.547-8.421c9.056%200%2017.365%203.195%2023.542%208.421c6.29%205.321%2010.462%2012.828%2010.944%2021.34c.478%208.754-3.04%2016.887-9.214%2022.915c-6.294%206.132-15.247%209.98-25.272%209.98s-18.996-3.848-25.286-9.98c-6.177-6.028-9.687-14.161-9.205-22.907%22%2F%3E%3Cpath%20fill%3D%22%23ea7600%22%20d%3D%22M78.41%20134.18c.06%203.34%201.125%209.834%202.724%2014.904c3.359%2010.733%209.057%2020.663%2016.986%2029.413c8.137%208.995%2018.156%2016.22%2029.73%2021.349c12.164%205.387%2025.344%208.132%2039.034%208.11c13.668-.019%2026.849-2.818%2039.013-8.246c11.573-5.179%2021.583-12.435%2029.707-21.434c7.924-8.787%2013.613-18.734%2016.982-29.467c1.693-5.423%202.763-10.927%203.192-16.45a75%2075%200%200%200-.528-16.336c-1.508-10.611-5.18-20.567-10.833-29.643c-5.17-8.34-11.834-15.641-19.759-21.787l.018-.013l-79.97-61.405c-.073-.054-.132-.112-.209-.162c-5.246-4.028-14.07-4.014-19.84.022c-5.834%204.082-6.502%2010.833-1.31%2015.09l-.022.023l33.355%2027.124l-101.663.108h-.136c-8.403.01-16.48%205.523-18.08%2012.49c-1.643%207.098%204.065%2012.986%2012.802%2013.018l-.014.031l51.53-.1L9.167%20141.4c-.117.086-.244.176-.352.262c-8.674%206.642-11.478%2017.687-6.015%2024.676c5.545%207.108%2017.335%207.121%2026.099.041l50.184-41.071s-.732%205.544-.673%208.872m128.955%2018.566c-10.34%2010.535-24.817%2016.508-40.48%2016.54c-15.687.027-30.163-5.893-40.503-16.409c-5.053-5.125-8.764-11.022-11.054-17.303a44.9%2044.9%200%200%201-2.537-19.334c.546-6.462%202.47-12.625%205.54-18.202c3.016-5.481%207.17-10.435%2012.3-14.625c10.05-8.19%2022.847-12.625%2036.23-12.643c13.398-.018%2026.185%204.376%2036.246%2012.54c5.12%204.171%209.27%209.107%2012.286%2014.58a45.7%2045.7%200%200%201%205.563%2018.192a45%2045%200%200%201-2.547%2019.32c-2.294%206.3-5.992%2012.197-11.044%2017.344%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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