blessing icon
blessing-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- blessing-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the blessing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M11.293 3.516a1 1 0 0 1 1.414 0l7.778 7.778a1 1 0 0 1 0 1.414l-7.778 7.778a1 1 0 0 1-1.414 0l-7.778-7.778a1 1 0 0 1 0-1.414z"/><path fill="currentColor" fill-rule="evenodd" d="M13.184 7.624c.16.197 0 .525-.032.755s.67-.131 1.246.131c.575.263.477.774.191 1.05c-.286.277-.894.165-1.245.329s-.351.46-.192.558c.16.098.224.164.639.36c.415.198.383.592.16.789c-.083.072-.371.2-.716.338c.415-.098.836-.157 1.163-.138c.94.055 2.394.204 1.645 1.589c-.748 1.385-1.613 2.298-1.933 2.674c-.32.377-.805.607-1.309.296s-1.15-.722-1.565-1.379c-.415-.656-.302-.95-.287-1.116c.015-.165.223-.426.479-.23c.234.18.28.663.702 1.171c.202.083.32.03.192-.022c-.16-.065-.48-.36-.16-.853c.271-.418.485-.144.02-.373c-.492-.243-.706-.562-.571-.893c.122-.304.652-.478.903-.648c.354-.243.684-.486.67-.548c-.032-.141-.223.033-.479.033c-.255 0-.447-.262-.32-.656c.129-.394.64-.887.384-.82c-.255.065-.479-.034-.639-.23c-.16-.198-.287-.624-.223-1.05c.064-.428.223-.69.479-.986c.255-.295.639-.328.798-.13M11.14 11.3c.064.394-.206.922-.255 2.232s-.064 2.1-.096 2.396s-.128.525-.479.558s-.543-.394-.543-.952s-.191-.23-.447.131c-.255.361-1.022.033-.862-.557s1.054-1.904 1.213-2.43c.157-.516-.416.052-.574.198c-.288.262-.59.335-.927.13c-.336-.203-.447-.459-.415-.688c.032-.23.32-.591.447-.624c.128-.033-.024.303.096.23s1.437-1.51 1.948-1.543s.83.525.894.92m2.308 3.466c-.085.084-.503.426-.94.409c.383.306.623.233.996-.068l.068-.07c-.025-.174-.06-.333-.124-.27m-.862-.784c-.21.131-.318.336-.242.457s.307.114.516-.017c.21-.13.318-.335.242-.457c-.076-.121-.307-.113-.516.017m.72-.825c-.241.125-.442.353-.69.45c.29-.08.586-.014.653 0c.107.024.267-.764.522-.436a.82.82 0 0 1 .128.82c-.058.148-.012.163.242.499c.295-.307.56-.63.652-.827c.161-.346.383-.722-.256-.787c-.553-.057-.915.108-1.25.28m-3.188-5.139c1.406.131 1.725 1.444.767 1.707c-.958.262-1.437.755-1.82.919c.127-.296 1.117-1.182.606-1.379c-.51-.197-.958-1.378.447-1.247" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBlessingLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M11.293 3.516a1 1 0 0 1 1.414 0l7.778 7.778a1 1 0 0 1 0 1.414l-7.778 7.778a1 1 0 0 1-1.414 0l-7.778-7.778a1 1 0 0 1 0-1.414z"/><path fill="currentColor" fillRule="evenodd" d="M13.184 7.624c.16.197 0 .525-.032.755s.67-.131 1.246.131c.575.263.477.774.191 1.05c-.286.277-.894.165-1.245.329s-.351.46-.192.558c.16.098.224.164.639.36c.415.198.383.592.16.789c-.083.072-.371.2-.716.338c.415-.098.836-.157 1.163-.138c.94.055 2.394.204 1.645 1.589c-.748 1.385-1.613 2.298-1.933 2.674c-.32.377-.805.607-1.309.296s-1.15-.722-1.565-1.379c-.415-.656-.302-.95-.287-1.116c.015-.165.223-.426.479-.23c.234.18.28.663.702 1.171c.202.083.32.03.192-.022c-.16-.065-.48-.36-.16-.853c.271-.418.485-.144.02-.373c-.492-.243-.706-.562-.571-.893c.122-.304.652-.478.903-.648c.354-.243.684-.486.67-.548c-.032-.141-.223.033-.479.033c-.255 0-.447-.262-.32-.656c.129-.394.64-.887.384-.82c-.255.065-.479-.034-.639-.23c-.16-.198-.287-.624-.223-1.05c.064-.428.223-.69.479-.986c.255-.295.639-.328.798-.13M11.14 11.3c.064.394-.206.922-.255 2.232s-.064 2.1-.096 2.396s-.128.525-.479.558s-.543-.394-.543-.952s-.191-.23-.447.131c-.255.361-1.022.033-.862-.557s1.054-1.904 1.213-2.43c.157-.516-.416.052-.574.198c-.288.262-.59.335-.927.13c-.336-.203-.447-.459-.415-.688c.032-.23.32-.591.447-.624c.128-.033-.024.303.096.23s1.437-1.51 1.948-1.543s.83.525.894.92m2.308 3.466c-.085.084-.503.426-.94.409c.383.306.623.233.996-.068l.068-.07c-.025-.174-.06-.333-.124-.27m-.862-.784c-.21.131-.318.336-.242.457s.307.114.516-.017c.21-.13.318-.335.242-.457c-.076-.121-.307-.113-.516.017m.72-.825c-.241.125-.442.353-.69.45c.29-.08.586-.014.653 0c.107.024.267-.764.522-.436a.82.82 0 0 1 .128.82c-.058.148-.012.163.242.499c.295-.307.56-.63.652-.827c.161-.346.383-.722-.256-.787c-.553-.057-.915.108-1.25.28m-3.188-5.139c1.406.131 1.725 1.444.767 1.707c-.958.262-1.437.755-1.82.919c.127-.296 1.117-1.182.606-1.379c-.51-.197-.958-1.378.447-1.247" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M11.293 3.516a1 1 0 0 1 1.414 0l7.778 7.778a1 1 0 0 1 0 1.414l-7.778 7.778a1 1 0 0 1-1.414 0l-7.778-7.778a1 1 0 0 1 0-1.414z"/><path fill="currentColor" fill-rule="evenodd" d="M13.184 7.624c.16.197 0 .525-.032.755s.67-.131 1.246.131c.575.263.477.774.191 1.05c-.286.277-.894.165-1.245.329s-.351.46-.192.558c.16.098.224.164.639.36c.415.198.383.592.16.789c-.083.072-.371.2-.716.338c.415-.098.836-.157 1.163-.138c.94.055 2.394.204 1.645 1.589c-.748 1.385-1.613 2.298-1.933 2.674c-.32.377-.805.607-1.309.296s-1.15-.722-1.565-1.379c-.415-.656-.302-.95-.287-1.116c.015-.165.223-.426.479-.23c.234.18.28.663.702 1.171c.202.083.32.03.192-.022c-.16-.065-.48-.36-.16-.853c.271-.418.485-.144.02-.373c-.492-.243-.706-.562-.571-.893c.122-.304.652-.478.903-.648c.354-.243.684-.486.67-.548c-.032-.141-.223.033-.479.033c-.255 0-.447-.262-.32-.656c.129-.394.64-.887.384-.82c-.255.065-.479-.034-.639-.23c-.16-.198-.287-.624-.223-1.05c.064-.428.223-.69.479-.986c.255-.295.639-.328.798-.13M11.14 11.3c.064.394-.206.922-.255 2.232s-.064 2.1-.096 2.396s-.128.525-.479.558s-.543-.394-.543-.952s-.191-.23-.447.131c-.255.361-1.022.033-.862-.557s1.054-1.904 1.213-2.43c.157-.516-.416.052-.574.198c-.288.262-.59.335-.927.13c-.336-.203-.447-.459-.415-.688c.032-.23.32-.591.447-.624c.128-.033-.024.303.096.23s1.437-1.51 1.948-1.543s.83.525.894.92m2.308 3.466c-.085.084-.503.426-.94.409c.383.306.623.233.996-.068l.068-.07c-.025-.174-.06-.333-.124-.27m-.862-.784c-.21.131-.318.336-.242.457s.307.114.516-.017c.21-.13.318-.335.242-.457c-.076-.121-.307-.113-.516.017m.72-.825c-.241.125-.442.353-.69.45c.29-.08.586-.014.653 0c.107.024.267-.764.522-.436a.82.82 0 0 1 .128.82c-.058.148-.012.163.242.499c.295-.307.56-.63.652-.827c.161-.346.383-.722-.256-.787c-.553-.057-.915.108-1.25.28m-3.188-5.139c1.406.131 1.725 1.444.767 1.707c-.958.262-1.437.755-1.82.919c.127-.296 1.117-1.182.606-1.379c-.51-.197-.958-1.378.447-1.247" clip-rule="evenodd"/></svg> </template>
CSS
.icon-blessing-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M11.293%203.516a1%201%200%200%201%201.414%200l7.778%207.778a1%201%200%200%201%200%201.414l-7.778%207.778a1%201%200%200%201-1.414%200l-7.778-7.778a1%201%200%200%201%200-1.414z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.184%207.624c.16.197%200%20.525-.032.755s.67-.131%201.246.131c.575.263.477.774.191%201.05c-.286.277-.894.165-1.245.329s-.351.46-.192.558c.16.098.224.164.639.36c.415.198.383.592.16.789c-.083.072-.371.2-.716.338c.415-.098.836-.157%201.163-.138c.94.055%202.394.204%201.645%201.589c-.748%201.385-1.613%202.298-1.933%202.674c-.32.377-.805.607-1.309.296s-1.15-.722-1.565-1.379c-.415-.656-.302-.95-.287-1.116c.015-.165.223-.426.479-.23c.234.18.28.663.702%201.171c.202.083.32.03.192-.022c-.16-.065-.48-.36-.16-.853c.271-.418.485-.144.02-.373c-.492-.243-.706-.562-.571-.893c.122-.304.652-.478.903-.648c.354-.243.684-.486.67-.548c-.032-.141-.223.033-.479.033c-.255%200-.447-.262-.32-.656c.129-.394.64-.887.384-.82c-.255.065-.479-.034-.639-.23c-.16-.198-.287-.624-.223-1.05c.064-.428.223-.69.479-.986c.255-.295.639-.328.798-.13M11.14%2011.3c.064.394-.206.922-.255%202.232s-.064%202.1-.096%202.396s-.128.525-.479.558s-.543-.394-.543-.952s-.191-.23-.447.131c-.255.361-1.022.033-.862-.557s1.054-1.904%201.213-2.43c.157-.516-.416.052-.574.198c-.288.262-.59.335-.927.13c-.336-.203-.447-.459-.415-.688c.032-.23.32-.591.447-.624c.128-.033-.024.303.096.23s1.437-1.51%201.948-1.543s.83.525.894.92m2.308%203.466c-.085.084-.503.426-.94.409c.383.306.623.233.996-.068l.068-.07c-.025-.174-.06-.333-.124-.27m-.862-.784c-.21.131-.318.336-.242.457s.307.114.516-.017c.21-.13.318-.335.242-.457c-.076-.121-.307-.113-.516.017m.72-.825c-.241.125-.442.353-.69.45c.29-.08.586-.014.653%200c.107.024.267-.764.522-.436a.82.82%200%200%201%20.128.82c-.058.148-.012.163.242.499c.295-.307.56-.63.652-.827c.161-.346.383-.722-.256-.787c-.553-.057-.915.108-1.25.28m-3.188-5.139c1.406.131%201.725%201.444.767%201.707c-.958.262-1.437.755-1.82.919c.127-.296%201.117-1.182.606-1.379c-.51-.197-.958-1.378.447-1.247%22%20clip-rule%3D%22evenodd%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M11.293%203.516a1%201%200%200%201%201.414%200l7.778%207.778a1%201%200%200%201%200%201.414l-7.778%207.778a1%201%200%200%201-1.414%200l-7.778-7.778a1%201%200%200%201%200-1.414z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.184%207.624c.16.197%200%20.525-.032.755s.67-.131%201.246.131c.575.263.477.774.191%201.05c-.286.277-.894.165-1.245.329s-.351.46-.192.558c.16.098.224.164.639.36c.415.198.383.592.16.789c-.083.072-.371.2-.716.338c.415-.098.836-.157%201.163-.138c.94.055%202.394.204%201.645%201.589c-.748%201.385-1.613%202.298-1.933%202.674c-.32.377-.805.607-1.309.296s-1.15-.722-1.565-1.379c-.415-.656-.302-.95-.287-1.116c.015-.165.223-.426.479-.23c.234.18.28.663.702%201.171c.202.083.32.03.192-.022c-.16-.065-.48-.36-.16-.853c.271-.418.485-.144.02-.373c-.492-.243-.706-.562-.571-.893c.122-.304.652-.478.903-.648c.354-.243.684-.486.67-.548c-.032-.141-.223.033-.479.033c-.255%200-.447-.262-.32-.656c.129-.394.64-.887.384-.82c-.255.065-.479-.034-.639-.23c-.16-.198-.287-.624-.223-1.05c.064-.428.223-.69.479-.986c.255-.295.639-.328.798-.13M11.14%2011.3c.064.394-.206.922-.255%202.232s-.064%202.1-.096%202.396s-.128.525-.479.558s-.543-.394-.543-.952s-.191-.23-.447.131c-.255.361-1.022.033-.862-.557s1.054-1.904%201.213-2.43c.157-.516-.416.052-.574.198c-.288.262-.59.335-.927.13c-.336-.203-.447-.459-.415-.688c.032-.23.32-.591.447-.624c.128-.033-.024.303.096.23s1.437-1.51%201.948-1.543s.83.525.894.92m2.308%203.466c-.085.084-.503.426-.94.409c.383.306.623.233.996-.068l.068-.07c-.025-.174-.06-.333-.124-.27m-.862-.784c-.21.131-.318.336-.242.457s.307.114.516-.017c.21-.13.318-.335.242-.457c-.076-.121-.307-.113-.516.017m.72-.825c-.241.125-.442.353-.69.45c.29-.08.586-.014.653%200c.107.024.267-.764.522-.436a.82.82%200%200%201%20.128.82c-.058.148-.012.163.242.499c.295-.307.56-.63.652-.827c.161-.346.383-.722-.256-.787c-.553-.057-.915.108-1.25.28m-3.188-5.139c1.406.131%201.725%201.444.767%201.707c-.958.262-1.437.755-1.82.919c.127-.296%201.117-1.182.606-1.379c-.51-.197-.958-1.378.447-1.247%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/blessing-line.svg?color=%231a73e8&size=48