blender logo
blender from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- blender
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
blenderCoreUI BrandsblenderDeviconblenderFont Awesome 6 SolidblenderFont Awesome SolidblenderHuge IconsblenderLine AwesomeblenderSVG LogosblenderLucideblenderMaterial Icon ThemeblenderMaterial SymbolsblenderMaterial Symbols LightblenderMaterial Design Iconsblender-fillRemix IconblenderSimple Iconsblender-darkSkill IconsblenderTabler Icons
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.427 13.011c.037-.667.363-1.254.856-1.671a2.86 2.86 0 0 1 1.844-.66c.71 0 1.36.25 1.845.66c.492.417.819 1.005.856 1.671c.038.686-.237 1.323-.721 1.795a2.83 2.83 0 0 1-1.979.782a2.83 2.83 0 0 1-1.981-.782c-.483-.472-.759-1.109-.72-1.795"/><path fill="currentColor" d="M8.124 14.361c.005.26.089.767.213 1.164a6.2 6.2 0 0 0 1.328 2.299a6.8 6.8 0 0 0 2.323 1.667a7.5 7.5 0 0 0 3.05.635a7.5 7.5 0 0 0 3.051-.645a6.9 6.9 0 0 0 2.321-1.675a6.2 6.2 0 0 0 1.326-2.303a5.8 5.8 0 0 0 .25-1.285a5.94 5.94 0 0 0-.888-3.594a6.5 6.5 0 0 0-1.545-1.703l.001-.001l-6.249-4.799l-.016-.014c-.411-.314-1.101-.313-1.551.002c-.457.319-.508.846-.104 1.18l-.001.001l2.606 2.121l-7.943.009h-.012c-.656 0-1.287.432-1.412.976c-.128.555.318 1.015 1.001 1.017l-.001.003l4.027-.008l-7.188 5.516l-.027.021c-.677.519-.896 1.382-.47 1.929c.434.556 1.354.556 2.04.002l3.922-3.209c.001 0-.056.433-.052.694m10.078 1.45c-.808.824-1.938 1.291-3.163 1.293c-1.226.002-2.356-.461-3.165-1.283a3.7 3.7 0 0 1-.864-1.352a3.5 3.5 0 0 1-.199-1.511c.044-.505.193-.987.434-1.422c.236-.429.562-.815.962-1.144a4.48 4.48 0 0 1 2.832-.988a4.48 4.48 0 0 1 2.832.98c.399.326.725.711.961 1.139c.24.436.39.916.434 1.421a3.5 3.5 0 0 1-.198 1.511a3.8 3.8 0 0 1-.866 1.356"/></svg>
React
import type { SVGProps } from "react";
export function BxlBlender(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.427 13.011c.037-.667.363-1.254.856-1.671a2.86 2.86 0 0 1 1.844-.66c.71 0 1.36.25 1.845.66c.492.417.819 1.005.856 1.671c.038.686-.237 1.323-.721 1.795a2.83 2.83 0 0 1-1.979.782a2.83 2.83 0 0 1-1.981-.782c-.483-.472-.759-1.109-.72-1.795"/><path fill="currentColor" d="M8.124 14.361c.005.26.089.767.213 1.164a6.2 6.2 0 0 0 1.328 2.299a6.8 6.8 0 0 0 2.323 1.667a7.5 7.5 0 0 0 3.05.635a7.5 7.5 0 0 0 3.051-.645a6.9 6.9 0 0 0 2.321-1.675a6.2 6.2 0 0 0 1.326-2.303a5.8 5.8 0 0 0 .25-1.285a5.94 5.94 0 0 0-.888-3.594a6.5 6.5 0 0 0-1.545-1.703l.001-.001l-6.249-4.799l-.016-.014c-.411-.314-1.101-.313-1.551.002c-.457.319-.508.846-.104 1.18l-.001.001l2.606 2.121l-7.943.009h-.012c-.656 0-1.287.432-1.412.976c-.128.555.318 1.015 1.001 1.017l-.001.003l4.027-.008l-7.188 5.516l-.027.021c-.677.519-.896 1.382-.47 1.929c.434.556 1.354.556 2.04.002l3.922-3.209c.001 0-.056.433-.052.694m10.078 1.45c-.808.824-1.938 1.291-3.163 1.293c-1.226.002-2.356-.461-3.165-1.283a3.7 3.7 0 0 1-.864-1.352a3.5 3.5 0 0 1-.199-1.511c.044-.505.193-.987.434-1.422c.236-.429.562-.815.962-1.144a4.48 4.48 0 0 1 2.832-.988a4.48 4.48 0 0 1 2.832.98c.399.326.725.711.961 1.139c.24.436.39.916.434 1.421a3.5 3.5 0 0 1-.198 1.511a3.8 3.8 0 0 1-.866 1.356"/></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.427 13.011c.037-.667.363-1.254.856-1.671a2.86 2.86 0 0 1 1.844-.66c.71 0 1.36.25 1.845.66c.492.417.819 1.005.856 1.671c.038.686-.237 1.323-.721 1.795a2.83 2.83 0 0 1-1.979.782a2.83 2.83 0 0 1-1.981-.782c-.483-.472-.759-1.109-.72-1.795"/><path fill="currentColor" d="M8.124 14.361c.005.26.089.767.213 1.164a6.2 6.2 0 0 0 1.328 2.299a6.8 6.8 0 0 0 2.323 1.667a7.5 7.5 0 0 0 3.05.635a7.5 7.5 0 0 0 3.051-.645a6.9 6.9 0 0 0 2.321-1.675a6.2 6.2 0 0 0 1.326-2.303a5.8 5.8 0 0 0 .25-1.285a5.94 5.94 0 0 0-.888-3.594a6.5 6.5 0 0 0-1.545-1.703l.001-.001l-6.249-4.799l-.016-.014c-.411-.314-1.101-.313-1.551.002c-.457.319-.508.846-.104 1.18l-.001.001l2.606 2.121l-7.943.009h-.012c-.656 0-1.287.432-1.412.976c-.128.555.318 1.015 1.001 1.017l-.001.003l4.027-.008l-7.188 5.516l-.027.021c-.677.519-.896 1.382-.47 1.929c.434.556 1.354.556 2.04.002l3.922-3.209c.001 0-.056.433-.052.694m10.078 1.45c-.808.824-1.938 1.291-3.163 1.293c-1.226.002-2.356-.461-3.165-1.283a3.7 3.7 0 0 1-.864-1.352a3.5 3.5 0 0 1-.199-1.511c.044-.505.193-.987.434-1.422c.236-.429.562-.815.962-1.144a4.48 4.48 0 0 1 2.832-.988a4.48 4.48 0 0 1 2.832.98c.399.326.725.711.961 1.139c.24.436.39.916.434 1.421a3.5 3.5 0 0 1-.198 1.511a3.8 3.8 0 0 1-.866 1.356"/></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.427%2013.011c.037-.667.363-1.254.856-1.671a2.86%202.86%200%200%201%201.844-.66c.71%200%201.36.25%201.845.66c.492.417.819%201.005.856%201.671c.038.686-.237%201.323-.721%201.795a2.83%202.83%200%200%201-1.979.782a2.83%202.83%200%200%201-1.981-.782c-.483-.472-.759-1.109-.72-1.795%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.124%2014.361c.005.26.089.767.213%201.164a6.2%206.2%200%200%200%201.328%202.299a6.8%206.8%200%200%200%202.323%201.667a7.5%207.5%200%200%200%203.05.635a7.5%207.5%200%200%200%203.051-.645a6.9%206.9%200%200%200%202.321-1.675a6.2%206.2%200%200%200%201.326-2.303a5.8%205.8%200%200%200%20.25-1.285a5.94%205.94%200%200%200-.888-3.594a6.5%206.5%200%200%200-1.545-1.703l.001-.001l-6.249-4.799l-.016-.014c-.411-.314-1.101-.313-1.551.002c-.457.319-.508.846-.104%201.18l-.001.001l2.606%202.121l-7.943.009h-.012c-.656%200-1.287.432-1.412.976c-.128.555.318%201.015%201.001%201.017l-.001.003l4.027-.008l-7.188%205.516l-.027.021c-.677.519-.896%201.382-.47%201.929c.434.556%201.354.556%202.04.002l3.922-3.209c.001%200-.056.433-.052.694m10.078%201.45c-.808.824-1.938%201.291-3.163%201.293c-1.226.002-2.356-.461-3.165-1.283a3.7%203.7%200%200%201-.864-1.352a3.5%203.5%200%200%201-.199-1.511c.044-.505.193-.987.434-1.422c.236-.429.562-.815.962-1.144a4.48%204.48%200%200%201%202.832-.988a4.48%204.48%200%200%201%202.832.98c.399.326.725.711.961%201.139c.24.436.39.916.434%201.421a3.5%203.5%200%200%201-.198%201.511a3.8%203.8%200%200%201-.866%201.356%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.427%2013.011c.037-.667.363-1.254.856-1.671a2.86%202.86%200%200%201%201.844-.66c.71%200%201.36.25%201.845.66c.492.417.819%201.005.856%201.671c.038.686-.237%201.323-.721%201.795a2.83%202.83%200%200%201-1.979.782a2.83%202.83%200%200%201-1.981-.782c-.483-.472-.759-1.109-.72-1.795%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.124%2014.361c.005.26.089.767.213%201.164a6.2%206.2%200%200%200%201.328%202.299a6.8%206.8%200%200%200%202.323%201.667a7.5%207.5%200%200%200%203.05.635a7.5%207.5%200%200%200%203.051-.645a6.9%206.9%200%200%200%202.321-1.675a6.2%206.2%200%200%200%201.326-2.303a5.8%205.8%200%200%200%20.25-1.285a5.94%205.94%200%200%200-.888-3.594a6.5%206.5%200%200%200-1.545-1.703l.001-.001l-6.249-4.799l-.016-.014c-.411-.314-1.101-.313-1.551.002c-.457.319-.508.846-.104%201.18l-.001.001l2.606%202.121l-7.943.009h-.012c-.656%200-1.287.432-1.412.976c-.128.555.318%201.015%201.001%201.017l-.001.003l4.027-.008l-7.188%205.516l-.027.021c-.677.519-.896%201.382-.47%201.929c.434.556%201.354.556%202.04.002l3.922-3.209c.001%200-.056.433-.052.694m10.078%201.45c-.808.824-1.938%201.291-3.163%201.293c-1.226.002-2.356-.461-3.165-1.283a3.7%203.7%200%200%201-.864-1.352a3.5%203.5%200%200%201-.199-1.511c.044-.505.193-.987.434-1.422c.236-.429.562-.815.962-1.144a4.48%204.48%200%200%201%202.832-.988a4.48%204.48%200%200%201%202.832.98c.399.326.725.711.961%201.139c.24.436.39.916.434%201.421a3.5%203.5%200%200%201-.198%201.511a3.8%203.8%200%200%201-.866%201.356%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/blender.svg?color=%231a73e8&size=48