blend2 icon
blend2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- blend2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the blend2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.9 8.07A6.986 6.986 0 0 0 8.97 2c-3.87 0-7 3.13-7 7c0 3.55 2.64 6.48 6.07 6.93c.3.05.61.07.93.07q.175 0 .346-.009c.22-.012.31-.275.155-.431a.754.754 0 0 1 0-1.06c.29-.3.77-.3 1.06 0l.78.78c.14.14.35.185.53.105q.575-.256 1.086-.61a.47.47 0 0 0 .049-.726l-.505-.499a.745.745 0 0 1 0-1.06c.29-.29.76-.3 1.06-.01l.508.503c.21.207.555.19.723-.053q.347-.5.596-1.061a.48.48 0 0 0-.106-.527l-.781-.782a.754.754 0 0 1 0-1.06c.29-.3.77-.3 1.06 0c.156.156.419.066.43-.155q.01-.171.01-.345c0-.32-.02-.63-.07-.93"/><path d="M21.97 15c0 3.87-3.13 7-7 7c-2.93 0-5.445-1.8-6.479-4.368c-.125-.311.144-.633.479-.633c.35 0 .68-.02 1.02-.07l.505-.067a.5.5 0 0 1 .42.142l.525.525c.15.15.34.22.53.22c.2 0 .39-.07.53-.22c.3-.29.3-.77 0-1.06a.2.2 0 0 1 .056-.32a8 8 0 0 0 1.175-.726a.53.53 0 0 1 .684.037l.485.48c.15.14.34.22.53.22s.39-.08.53-.23c.29-.29.29-.77-.01-1.06l-.478-.473a.52.52 0 0 1-.047-.677c.263-.361.51-.754.708-1.14a.193.193 0 0 1 .307-.05c.15.15.34.22.53.22c.2 0 .39-.07.53-.22c.3-.29.3-.77 0-1.06l-.526-.526a.5.5 0 0 1-.142-.42l.068-.505c.05-.34.07-.67.07-1.02c0-.335.322-.603.632-.478A6.99 6.99 0 0 1 21.97 15"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBlend2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.9 8.07A6.986 6.986 0 0 0 8.97 2c-3.87 0-7 3.13-7 7c0 3.55 2.64 6.48 6.07 6.93c.3.05.61.07.93.07q.175 0 .346-.009c.22-.012.31-.275.155-.431a.754.754 0 0 1 0-1.06c.29-.3.77-.3 1.06 0l.78.78c.14.14.35.185.53.105q.575-.256 1.086-.61a.47.47 0 0 0 .049-.726l-.505-.499a.745.745 0 0 1 0-1.06c.29-.29.76-.3 1.06-.01l.508.503c.21.207.555.19.723-.053q.347-.5.596-1.061a.48.48 0 0 0-.106-.527l-.781-.782a.754.754 0 0 1 0-1.06c.29-.3.77-.3 1.06 0c.156.156.419.066.43-.155q.01-.171.01-.345c0-.32-.02-.63-.07-.93"/><path d="M21.97 15c0 3.87-3.13 7-7 7c-2.93 0-5.445-1.8-6.479-4.368c-.125-.311.144-.633.479-.633c.35 0 .68-.02 1.02-.07l.505-.067a.5.5 0 0 1 .42.142l.525.525c.15.15.34.22.53.22c.2 0 .39-.07.53-.22c.3-.29.3-.77 0-1.06a.2.2 0 0 1 .056-.32a8 8 0 0 0 1.175-.726a.53.53 0 0 1 .684.037l.485.48c.15.14.34.22.53.22s.39-.08.53-.23c.29-.29.29-.77-.01-1.06l-.478-.473a.52.52 0 0 1-.047-.677c.263-.361.51-.754.708-1.14a.193.193 0 0 1 .307-.05c.15.15.34.22.53.22c.2 0 .39-.07.53-.22c.3-.29.3-.77 0-1.06l-.526-.526a.5.5 0 0 1-.142-.42l.068-.505c.05-.34.07-.67.07-1.02c0-.335.322-.603.632-.478A6.99 6.99 0 0 1 21.97 15"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.9 8.07A6.986 6.986 0 0 0 8.97 2c-3.87 0-7 3.13-7 7c0 3.55 2.64 6.48 6.07 6.93c.3.05.61.07.93.07q.175 0 .346-.009c.22-.012.31-.275.155-.431a.754.754 0 0 1 0-1.06c.29-.3.77-.3 1.06 0l.78.78c.14.14.35.185.53.105q.575-.256 1.086-.61a.47.47 0 0 0 .049-.726l-.505-.499a.745.745 0 0 1 0-1.06c.29-.29.76-.3 1.06-.01l.508.503c.21.207.555.19.723-.053q.347-.5.596-1.061a.48.48 0 0 0-.106-.527l-.781-.782a.754.754 0 0 1 0-1.06c.29-.3.77-.3 1.06 0c.156.156.419.066.43-.155q.01-.171.01-.345c0-.32-.02-.63-.07-.93"/><path d="M21.97 15c0 3.87-3.13 7-7 7c-2.93 0-5.445-1.8-6.479-4.368c-.125-.311.144-.633.479-.633c.35 0 .68-.02 1.02-.07l.505-.067a.5.5 0 0 1 .42.142l.525.525c.15.15.34.22.53.22c.2 0 .39-.07.53-.22c.3-.29.3-.77 0-1.06a.2.2 0 0 1 .056-.32a8 8 0 0 0 1.175-.726a.53.53 0 0 1 .684.037l.485.48c.15.14.34.22.53.22s.39-.08.53-.23c.29-.29.29-.77-.01-1.06l-.478-.473a.52.52 0 0 1-.047-.677c.263-.361.51-.754.708-1.14a.193.193 0 0 1 .307-.05c.15.15.34.22.53.22c.2 0 .39-.07.53-.22c.3-.29.3-.77 0-1.06l-.526-.526a.5.5 0 0 1-.142-.42l.068-.505c.05-.34.07-.67.07-1.02c0-.335.322-.603.632-.478A6.99 6.99 0 0 1 21.97 15"/></g></svg> </template>
CSS
.icon-blend2-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.9%208.07A6.986%206.986%200%200%200%208.97%202c-3.87%200-7%203.13-7%207c0%203.55%202.64%206.48%206.07%206.93c.3.05.61.07.93.07q.175%200%20.346-.009c.22-.012.31-.275.155-.431a.754.754%200%200%201%200-1.06c.29-.3.77-.3%201.06%200l.78.78c.14.14.35.185.53.105q.575-.256%201.086-.61a.47.47%200%200%200%20.049-.726l-.505-.499a.745.745%200%200%201%200-1.06c.29-.29.76-.3%201.06-.01l.508.503c.21.207.555.19.723-.053q.347-.5.596-1.061a.48.48%200%200%200-.106-.527l-.781-.782a.754.754%200%200%201%200-1.06c.29-.3.77-.3%201.06%200c.156.156.419.066.43-.155q.01-.171.01-.345c0-.32-.02-.63-.07-.93%22%2F%3E%3Cpath%20d%3D%22M21.97%2015c0%203.87-3.13%207-7%207c-2.93%200-5.445-1.8-6.479-4.368c-.125-.311.144-.633.479-.633c.35%200%20.68-.02%201.02-.07l.505-.067a.5.5%200%200%201%20.42.142l.525.525c.15.15.34.22.53.22c.2%200%20.39-.07.53-.22c.3-.29.3-.77%200-1.06a.2.2%200%200%201%20.056-.32a8%208%200%200%200%201.175-.726a.53.53%200%200%201%20.684.037l.485.48c.15.14.34.22.53.22s.39-.08.53-.23c.29-.29.29-.77-.01-1.06l-.478-.473a.52.52%200%200%201-.047-.677c.263-.361.51-.754.708-1.14a.193.193%200%200%201%20.307-.05c.15.15.34.22.53.22c.2%200%20.39-.07.53-.22c.3-.29.3-.77%200-1.06l-.526-.526a.5.5%200%200%201-.142-.42l.068-.505c.05-.34.07-.67.07-1.02c0-.335.322-.603.632-.478A6.99%206.99%200%200%201%2021.97%2015%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.9%208.07A6.986%206.986%200%200%200%208.97%202c-3.87%200-7%203.13-7%207c0%203.55%202.64%206.48%206.07%206.93c.3.05.61.07.93.07q.175%200%20.346-.009c.22-.012.31-.275.155-.431a.754.754%200%200%201%200-1.06c.29-.3.77-.3%201.06%200l.78.78c.14.14.35.185.53.105q.575-.256%201.086-.61a.47.47%200%200%200%20.049-.726l-.505-.499a.745.745%200%200%201%200-1.06c.29-.29.76-.3%201.06-.01l.508.503c.21.207.555.19.723-.053q.347-.5.596-1.061a.48.48%200%200%200-.106-.527l-.781-.782a.754.754%200%200%201%200-1.06c.29-.3.77-.3%201.06%200c.156.156.419.066.43-.155q.01-.171.01-.345c0-.32-.02-.63-.07-.93%22%2F%3E%3Cpath%20d%3D%22M21.97%2015c0%203.87-3.13%207-7%207c-2.93%200-5.445-1.8-6.479-4.368c-.125-.311.144-.633.479-.633c.35%200%20.68-.02%201.02-.07l.505-.067a.5.5%200%200%201%20.42.142l.525.525c.15.15.34.22.53.22c.2%200%20.39-.07.53-.22c.3-.29.3-.77%200-1.06a.2.2%200%200%201%20.056-.32a8%208%200%200%200%201.175-.726a.53.53%200%200%201%20.684.037l.485.48c.15.14.34.22.53.22s.39-.08.53-.23c.29-.29.29-.77-.01-1.06l-.478-.473a.52.52%200%200%201-.047-.677c.263-.361.51-.754.708-1.14a.193.193%200%200%201%20.307-.05c.15.15.34.22.53.22c.2%200%20.39-.07.53-.22c.3-.29.3-.77%200-1.06l-.526-.526a.5.5%200%200%201-.142-.42l.068-.505c.05-.34.07-.67.07-1.02c0-.335.322-.603.632-.478A6.99%206.99%200%200%201%2021.97%2015%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/blend2-filled.svg?color=%231a73e8&size=48