blending mode icon
blending-mode from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- blending-mode
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
Use the blending mode icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 1.5c3 2.75 4.5 5 4.5 7.5l-.006.231A4.5 4.5 0 0 1 3 9c0-2.5 1.5-4.75 4.5-7.5m0 1.376C5.028 5.274 4 7.112 4 9q.001.425.098.82c1.864.428 4.534-2.39 6.854-1.516C10.725 6.65 9.668 4.978 7.5 2.876"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsBlendingMode(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 1.5c3 2.75 4.5 5 4.5 7.5l-.006.231A4.5 4.5 0 0 1 3 9c0-2.5 1.5-4.75 4.5-7.5m0 1.376C5.028 5.274 4 7.112 4 9q.001.425.098.82c1.864.428 4.534-2.39 6.854-1.516C10.725 6.65 9.668 4.978 7.5 2.876"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 1.5c3 2.75 4.5 5 4.5 7.5l-.006.231A4.5 4.5 0 0 1 3 9c0-2.5 1.5-4.75 4.5-7.5m0 1.376C5.028 5.274 4 7.112 4 9q.001.425.098.82c1.864.428 4.534-2.39 6.854-1.516C10.725 6.65 9.668 4.978 7.5 2.876"/></svg> </template>
CSS
.icon-blending-mode {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%201.5c3%202.75%204.5%205%204.5%207.5l-.006.231A4.5%204.5%200%200%201%203%209c0-2.5%201.5-4.75%204.5-7.5m0%201.376C5.028%205.274%204%207.112%204%209q.001.425.098.82c1.864.428%204.534-2.39%206.854-1.516C10.725%206.65%209.668%204.978%207.5%202.876%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%201.5c3%202.75%204.5%205%204.5%207.5l-.006.231A4.5%204.5%200%200%201%203%209c0-2.5%201.5-4.75%204.5-7.5m0%201.376C5.028%205.274%204%207.112%204%209q.001.425.098.82c1.864.428%204.534-2.39%206.854-1.516C10.725%206.65%209.668%204.978%207.5%202.876%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/blending-mode.svg?color=%231a73e8&size=48