blender icon
blender-outline-rounded from Material Symbols Light by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- blender-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
blenderBoxicons BrandsblenderCoreUI BrandsblenderDeviconblenderFont Awesome 6 SolidblenderFont Awesome SolidblenderHuge IconsblenderLine AwesomeblenderSVG LogosblenderLucideblenderMaterial Icon ThemeblenderMaterial SymbolsblenderMaterial Design Iconsblender-fillRemix IconblenderSimple Iconsblender-darkSkill IconsblenderTabler Icons
More household icons from Material Symbols Light
Use the blender icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.808 21q-.421 0-.711-.29q-.29-.289-.29-.71v-1q0-1.002.494-1.896t1.434-1.492l-.76-4.92h-1.59q-.69 0-1.153-.462t-.463-1.153V5.616q0-.672.472-1.144Q5.714 4 6.385 4H10q.064-.275.265-.522q.2-.247.504-.247h2.462q.304 0 .505.247q.2.247.264.522h2.108q.373 0 .618.283t.19.655l-1.65 10.674q.94.598 1.433 1.492T17.192 19v1q0 .421-.289.71q-.29.29-.71.29zm.02-11.308L7.095 5h-.71q-.23 0-.423.192t-.192.423v3.462q0 .23.192.423t.423.192zm4.721 8.857q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22M9.662 15h4.677L15.88 5H8.119zm-1.854 5h8.384v-1q0-1.25-.875-2.125T13.192 16h-2.384q-1.25 0-2.125.875T7.808 19zM12 18"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBlenderOutlineRounded(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="M7.808 21q-.421 0-.711-.29q-.29-.289-.29-.71v-1q0-1.002.494-1.896t1.434-1.492l-.76-4.92h-1.59q-.69 0-1.153-.462t-.463-1.153V5.616q0-.672.472-1.144Q5.714 4 6.385 4H10q.064-.275.265-.522q.2-.247.504-.247h2.462q.304 0 .505.247q.2.247.264.522h2.108q.373 0 .618.283t.19.655l-1.65 10.674q.94.598 1.433 1.492T17.192 19v1q0 .421-.289.71q-.29.29-.71.29zm.02-11.308L7.095 5h-.71q-.23 0-.423.192t-.192.423v3.462q0 .23.192.423t.423.192zm4.721 8.857q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22M9.662 15h4.677L15.88 5H8.119zm-1.854 5h8.384v-1q0-1.25-.875-2.125T13.192 16h-2.384q-1.25 0-2.125.875T7.808 19zM12 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.808 21q-.421 0-.711-.29q-.29-.289-.29-.71v-1q0-1.002.494-1.896t1.434-1.492l-.76-4.92h-1.59q-.69 0-1.153-.462t-.463-1.153V5.616q0-.672.472-1.144Q5.714 4 6.385 4H10q.064-.275.265-.522q.2-.247.504-.247h2.462q.304 0 .505.247q.2.247.264.522h2.108q.373 0 .618.283t.19.655l-1.65 10.674q.94.598 1.433 1.492T17.192 19v1q0 .421-.289.71q-.29.29-.71.29zm.02-11.308L7.095 5h-.71q-.23 0-.423.192t-.192.423v3.462q0 .23.192.423t.423.192zm4.721 8.857q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22M9.662 15h4.677L15.88 5H8.119zm-1.854 5h8.384v-1q0-1.25-.875-2.125T13.192 16h-2.384q-1.25 0-2.125.875T7.808 19zM12 18"/></svg> </template>
CSS
.icon-blender-outline-rounded {
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%22M7.808%2021q-.421%200-.711-.29q-.29-.289-.29-.71v-1q0-1.002.494-1.896t1.434-1.492l-.76-4.92h-1.59q-.69%200-1.153-.462t-.463-1.153V5.616q0-.672.472-1.144Q5.714%204%206.385%204H10q.064-.275.265-.522q.2-.247.504-.247h2.462q.304%200%20.505.247q.2.247.264.522h2.108q.373%200%20.618.283t.19.655l-1.65%2010.674q.94.598%201.433%201.492T17.192%2019v1q0%20.421-.289.71q-.29.29-.71.29zm.02-11.308L7.095%205h-.71q-.23%200-.423.192t-.192.423v3.462q0%20.23.192.423t.423.192zm4.721%208.857q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22M9.662%2015h4.677L15.88%205H8.119zm-1.854%205h8.384v-1q0-1.25-.875-2.125T13.192%2016h-2.384q-1.25%200-2.125.875T7.808%2019zM12%2018%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%22M7.808%2021q-.421%200-.711-.29q-.29-.289-.29-.71v-1q0-1.002.494-1.896t1.434-1.492l-.76-4.92h-1.59q-.69%200-1.153-.462t-.463-1.153V5.616q0-.672.472-1.144Q5.714%204%206.385%204H10q.064-.275.265-.522q.2-.247.504-.247h2.462q.304%200%20.505.247q.2.247.264.522h2.108q.373%200%20.618.283t.19.655l-1.65%2010.674q.94.598%201.433%201.492T17.192%2019v1q0%20.421-.289.71q-.29.29-.71.29zm.02-11.308L7.095%205h-.71q-.23%200-.423.192t-.192.423v3.462q0%20.23.192.423t.423.192zm4.721%208.857q.22-.22.22-.549t-.22-.549t-.549-.22t-.549.22t-.22.549t.22.549t.549.22t.549-.22M9.662%2015h4.677L15.88%205H8.119zm-1.854%205h8.384v-1q0-1.25-.875-2.125T13.192%2016h-2.384q-1.25%200-2.125.875T7.808%2019zM12%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/blender-outline-rounded.svg?color=%231a73e8&size=48