blender logo

blender from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
blender
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

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 128 128"><path fill="#235785" d="M66.332 70.032c.24-4.242 2.327-7.987 5.485-10.634c3.094-2.602 7.248-4.193 11.809-4.193c4.537 0 8.69 1.59 11.78 4.193c3.163 2.647 5.237 6.392 5.485 10.634c.24 4.35-1.523 8.41-4.605 11.417c-3.158 3.05-7.627 4.977-12.66 4.977c-5.037 0-9.526-1.915-12.664-4.977c-3.094-3.006-4.853-7.044-4.606-11.397zm0 0"/><path fill="#e87500" d="M39.245 79.002c.028 1.66.564 4.89 1.36 7.404c1.682 5.336 4.537 10.273 8.49 14.599c4.062 4.465 9.074 8.055 14.85 10.61c6.073 2.67 12.665 4.037 19.505 4.037c6.84-.009 13.432-1.4 19.504-4.102c5.776-2.582 10.79-6.168 14.85-10.657c3.974-4.374 6.82-9.307 8.491-14.647a37 37 0 0 0 1.595-8.163c.208-2.69.12-5.405-.263-8.12a37.5 37.5 0 0 0-5.417-14.714c-2.574-4.15-5.916-7.76-9.89-10.813l.012-.004l-39.955-30.506c-.036-.028-.068-.056-.104-.08c-2.619-2.002-7.044-1.994-9.91.008c-2.914 2.031-3.25 5.385-.656 7.496l-.012.008l16.682 13.484l-50.789.051h-.068c-4.197.004-8.239 2.739-9.03 6.213c-.82 3.521 2.035 6.46 6.412 6.46l-.008.016l25.736-.048l-46.05 34.99c-.056.044-.12.088-.176.132C.069 85.95-1.33 91.446 1.4 94.9c2.778 3.522 8.666 3.546 13.047.02l25.058-20.41s-.368 2.758-.336 4.397zm64.56 9.219c-5.168 5.228-12.416 8.21-20.227 8.21c-7.831.012-15.079-2.918-20.248-8.142c-2.526-2.559-4.377-5.473-5.528-8.591a22.2 22.2 0 0 1-1.271-9.602a22.45 22.45 0 0 1 2.778-9.039c1.507-2.714 3.59-5.18 6.14-7.267c5.033-4.058 11.42-6.28 18.1-6.28c6.709-.008 13.097 2.174 18.13 6.236c2.55 2.075 4.625 4.529 6.14 7.243a22.3 22.3 0 0 1 2.774 9.043a22.3 22.3 0 0 1-1.271 9.598c-1.147 3.142-3.002 6.056-5.533 8.615zm0 0"/></svg>

React

import type { SVGProps } from "react";

export function DeviconBlender(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#235785" d="M66.332 70.032c.24-4.242 2.327-7.987 5.485-10.634c3.094-2.602 7.248-4.193 11.809-4.193c4.537 0 8.69 1.59 11.78 4.193c3.163 2.647 5.237 6.392 5.485 10.634c.24 4.35-1.523 8.41-4.605 11.417c-3.158 3.05-7.627 4.977-12.66 4.977c-5.037 0-9.526-1.915-12.664-4.977c-3.094-3.006-4.853-7.044-4.606-11.397zm0 0"/><path fill="#e87500" d="M39.245 79.002c.028 1.66.564 4.89 1.36 7.404c1.682 5.336 4.537 10.273 8.49 14.599c4.062 4.465 9.074 8.055 14.85 10.61c6.073 2.67 12.665 4.037 19.505 4.037c6.84-.009 13.432-1.4 19.504-4.102c5.776-2.582 10.79-6.168 14.85-10.657c3.974-4.374 6.82-9.307 8.491-14.647a37 37 0 0 0 1.595-8.163c.208-2.69.12-5.405-.263-8.12a37.5 37.5 0 0 0-5.417-14.714c-2.574-4.15-5.916-7.76-9.89-10.813l.012-.004l-39.955-30.506c-.036-.028-.068-.056-.104-.08c-2.619-2.002-7.044-1.994-9.91.008c-2.914 2.031-3.25 5.385-.656 7.496l-.012.008l16.682 13.484l-50.789.051h-.068c-4.197.004-8.239 2.739-9.03 6.213c-.82 3.521 2.035 6.46 6.412 6.46l-.008.016l25.736-.048l-46.05 34.99c-.056.044-.12.088-.176.132C.069 85.95-1.33 91.446 1.4 94.9c2.778 3.522 8.666 3.546 13.047.02l25.058-20.41s-.368 2.758-.336 4.397zm64.56 9.219c-5.168 5.228-12.416 8.21-20.227 8.21c-7.831.012-15.079-2.918-20.248-8.142c-2.526-2.559-4.377-5.473-5.528-8.591a22.2 22.2 0 0 1-1.271-9.602a22.45 22.45 0 0 1 2.778-9.039c1.507-2.714 3.59-5.18 6.14-7.267c5.033-4.058 11.42-6.28 18.1-6.28c6.709-.008 13.097 2.174 18.13 6.236c2.55 2.075 4.625 4.529 6.14 7.243a22.3 22.3 0 0 1 2.774 9.043a22.3 22.3 0 0 1-1.271 9.598c-1.147 3.142-3.002 6.056-5.533 8.615zm0 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#235785" d="M66.332 70.032c.24-4.242 2.327-7.987 5.485-10.634c3.094-2.602 7.248-4.193 11.809-4.193c4.537 0 8.69 1.59 11.78 4.193c3.163 2.647 5.237 6.392 5.485 10.634c.24 4.35-1.523 8.41-4.605 11.417c-3.158 3.05-7.627 4.977-12.66 4.977c-5.037 0-9.526-1.915-12.664-4.977c-3.094-3.006-4.853-7.044-4.606-11.397zm0 0"/><path fill="#e87500" d="M39.245 79.002c.028 1.66.564 4.89 1.36 7.404c1.682 5.336 4.537 10.273 8.49 14.599c4.062 4.465 9.074 8.055 14.85 10.61c6.073 2.67 12.665 4.037 19.505 4.037c6.84-.009 13.432-1.4 19.504-4.102c5.776-2.582 10.79-6.168 14.85-10.657c3.974-4.374 6.82-9.307 8.491-14.647a37 37 0 0 0 1.595-8.163c.208-2.69.12-5.405-.263-8.12a37.5 37.5 0 0 0-5.417-14.714c-2.574-4.15-5.916-7.76-9.89-10.813l.012-.004l-39.955-30.506c-.036-.028-.068-.056-.104-.08c-2.619-2.002-7.044-1.994-9.91.008c-2.914 2.031-3.25 5.385-.656 7.496l-.012.008l16.682 13.484l-50.789.051h-.068c-4.197.004-8.239 2.739-9.03 6.213c-.82 3.521 2.035 6.46 6.412 6.46l-.008.016l25.736-.048l-46.05 34.99c-.056.044-.12.088-.176.132C.069 85.95-1.33 91.446 1.4 94.9c2.778 3.522 8.666 3.546 13.047.02l25.058-20.41s-.368 2.758-.336 4.397zm64.56 9.219c-5.168 5.228-12.416 8.21-20.227 8.21c-7.831.012-15.079-2.918-20.248-8.142c-2.526-2.559-4.377-5.473-5.528-8.591a22.2 22.2 0 0 1-1.271-9.602a22.45 22.45 0 0 1 2.778-9.039c1.507-2.714 3.59-5.18 6.14-7.267c5.033-4.058 11.42-6.28 18.1-6.28c6.709-.008 13.097 2.174 18.13 6.236c2.55 2.075 4.625 4.529 6.14 7.243a22.3 22.3 0 0 1 2.774 9.043a22.3 22.3 0 0 1-1.271 9.598c-1.147 3.142-3.002 6.056-5.533 8.615zm0 0"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23235785%22%20d%3D%22M66.332%2070.032c.24-4.242%202.327-7.987%205.485-10.634c3.094-2.602%207.248-4.193%2011.809-4.193c4.537%200%208.69%201.59%2011.78%204.193c3.163%202.647%205.237%206.392%205.485%2010.634c.24%204.35-1.523%208.41-4.605%2011.417c-3.158%203.05-7.627%204.977-12.66%204.977c-5.037%200-9.526-1.915-12.664-4.977c-3.094-3.006-4.853-7.044-4.606-11.397zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23e87500%22%20d%3D%22M39.245%2079.002c.028%201.66.564%204.89%201.36%207.404c1.682%205.336%204.537%2010.273%208.49%2014.599c4.062%204.465%209.074%208.055%2014.85%2010.61c6.073%202.67%2012.665%204.037%2019.505%204.037c6.84-.009%2013.432-1.4%2019.504-4.102c5.776-2.582%2010.79-6.168%2014.85-10.657c3.974-4.374%206.82-9.307%208.491-14.647a37%2037%200%200%200%201.595-8.163c.208-2.69.12-5.405-.263-8.12a37.5%2037.5%200%200%200-5.417-14.714c-2.574-4.15-5.916-7.76-9.89-10.813l.012-.004l-39.955-30.506c-.036-.028-.068-.056-.104-.08c-2.619-2.002-7.044-1.994-9.91.008c-2.914%202.031-3.25%205.385-.656%207.496l-.012.008l16.682%2013.484l-50.789.051h-.068c-4.197.004-8.239%202.739-9.03%206.213c-.82%203.521%202.035%206.46%206.412%206.46l-.008.016l25.736-.048l-46.05%2034.99c-.056.044-.12.088-.176.132C.069%2085.95-1.33%2091.446%201.4%2094.9c2.778%203.522%208.666%203.546%2013.047.02l25.058-20.41s-.368%202.758-.336%204.397zm64.56%209.219c-5.168%205.228-12.416%208.21-20.227%208.21c-7.831.012-15.079-2.918-20.248-8.142c-2.526-2.559-4.377-5.473-5.528-8.591a22.2%2022.2%200%200%201-1.271-9.602a22.45%2022.45%200%200%201%202.778-9.039c1.507-2.714%203.59-5.18%206.14-7.267c5.033-4.058%2011.42-6.28%2018.1-6.28c6.709-.008%2013.097%202.174%2018.13%206.236c2.55%202.075%204.625%204.529%206.14%207.243a22.3%2022.3%200%200%201%202.774%209.043a22.3%2022.3%200%200%201-1.271%209.598c-1.147%203.142-3.002%206.056-5.533%208.615zm0%200%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23235785%22%20d%3D%22M66.332%2070.032c.24-4.242%202.327-7.987%205.485-10.634c3.094-2.602%207.248-4.193%2011.809-4.193c4.537%200%208.69%201.59%2011.78%204.193c3.163%202.647%205.237%206.392%205.485%2010.634c.24%204.35-1.523%208.41-4.605%2011.417c-3.158%203.05-7.627%204.977-12.66%204.977c-5.037%200-9.526-1.915-12.664-4.977c-3.094-3.006-4.853-7.044-4.606-11.397zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23e87500%22%20d%3D%22M39.245%2079.002c.028%201.66.564%204.89%201.36%207.404c1.682%205.336%204.537%2010.273%208.49%2014.599c4.062%204.465%209.074%208.055%2014.85%2010.61c6.073%202.67%2012.665%204.037%2019.505%204.037c6.84-.009%2013.432-1.4%2019.504-4.102c5.776-2.582%2010.79-6.168%2014.85-10.657c3.974-4.374%206.82-9.307%208.491-14.647a37%2037%200%200%200%201.595-8.163c.208-2.69.12-5.405-.263-8.12a37.5%2037.5%200%200%200-5.417-14.714c-2.574-4.15-5.916-7.76-9.89-10.813l.012-.004l-39.955-30.506c-.036-.028-.068-.056-.104-.08c-2.619-2.002-7.044-1.994-9.91.008c-2.914%202.031-3.25%205.385-.656%207.496l-.012.008l16.682%2013.484l-50.789.051h-.068c-4.197.004-8.239%202.739-9.03%206.213c-.82%203.521%202.035%206.46%206.412%206.46l-.008.016l25.736-.048l-46.05%2034.99c-.056.044-.12.088-.176.132C.069%2085.95-1.33%2091.446%201.4%2094.9c2.778%203.522%208.666%203.546%2013.047.02l25.058-20.41s-.368%202.758-.336%204.397zm64.56%209.219c-5.168%205.228-12.416%208.21-20.227%208.21c-7.831.012-15.079-2.918-20.248-8.142c-2.526-2.559-4.377-5.473-5.528-8.591a22.2%2022.2%200%200%201-1.271-9.602a22.45%2022.45%200%200%201%202.778-9.039c1.507-2.714%203.59-5.18%206.14-7.267c5.033-4.058%2011.42-6.28%2018.1-6.28c6.709-.008%2013.097%202.174%2018.13%206.236c2.55%202.075%204.625%204.529%206.14%207.243a22.3%2022.3%200%200%201%202.774%209.043a22.3%2022.3%200%200%201-1.271%209.598c-1.147%203.142-3.002%206.056-5.533%208.615zm0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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