worship muslim icon

worship-muslim from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
worship-muslim
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the worship muslim icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 18a1 1 0 0 1-.541-.16L22 14.97l-4.458 2.872a1 1 0 0 1-1.51-1.095l1.35-5.132L14.31 8.69a1 1 0 0 1 .551-1.715l4.375-.612l1.866-3.804A1 1 0 0 1 21.988 2a1.02 1.02 0 0 1 .899.538l1.993 3.825l4.262.613a1 1 0 0 1 .548 1.714l-3.072 2.924l1.35 5.132A1 1 0 0 1 27 18m-5-5.22a1 1 0 0 1 .542.159l2.836 1.827l-.845-3.215a1 1 0 0 1 .277-.979l2.008-1.91l-2.73-.393a1 1 0 0 1-.744-.527l-1.317-2.527l-1.23 2.505a1 1 0 0 1-.758.55l-2.849.399l2 1.903a1 1 0 0 1 .278.979l-.846 3.215l2.837-1.827a1 1 0 0 1 .541-.16"/><path fill="currentColor" d="M15.817 30A13.814 13.814 0 0 1 9.075 4.128a1 1 0 0 1 1.362 1.36A11.81 11.81 0 0 0 26.51 21.565a1 1 0 0 1 1.362 1.36A13.84 13.84 0 0 1 15.817 30M7.327 7.973a11.81 11.81 0 0 0 16.7 16.7a13.81 13.81 0 0 1-16.7-16.7"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWorshipMuslim(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 18a1 1 0 0 1-.541-.16L22 14.97l-4.458 2.872a1 1 0 0 1-1.51-1.095l1.35-5.132L14.31 8.69a1 1 0 0 1 .551-1.715l4.375-.612l1.866-3.804A1 1 0 0 1 21.988 2a1.02 1.02 0 0 1 .899.538l1.993 3.825l4.262.613a1 1 0 0 1 .548 1.714l-3.072 2.924l1.35 5.132A1 1 0 0 1 27 18m-5-5.22a1 1 0 0 1 .542.159l2.836 1.827l-.845-3.215a1 1 0 0 1 .277-.979l2.008-1.91l-2.73-.393a1 1 0 0 1-.744-.527l-1.317-2.527l-1.23 2.505a1 1 0 0 1-.758.55l-2.849.399l2 1.903a1 1 0 0 1 .278.979l-.846 3.215l2.837-1.827a1 1 0 0 1 .541-.16"/><path fill="currentColor" d="M15.817 30A13.814 13.814 0 0 1 9.075 4.128a1 1 0 0 1 1.362 1.36A11.81 11.81 0 0 0 26.51 21.565a1 1 0 0 1 1.362 1.36A13.84 13.84 0 0 1 15.817 30M7.327 7.973a11.81 11.81 0 0 0 16.7 16.7a13.81 13.81 0 0 1-16.7-16.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 18a1 1 0 0 1-.541-.16L22 14.97l-4.458 2.872a1 1 0 0 1-1.51-1.095l1.35-5.132L14.31 8.69a1 1 0 0 1 .551-1.715l4.375-.612l1.866-3.804A1 1 0 0 1 21.988 2a1.02 1.02 0 0 1 .899.538l1.993 3.825l4.262.613a1 1 0 0 1 .548 1.714l-3.072 2.924l1.35 5.132A1 1 0 0 1 27 18m-5-5.22a1 1 0 0 1 .542.159l2.836 1.827l-.845-3.215a1 1 0 0 1 .277-.979l2.008-1.91l-2.73-.393a1 1 0 0 1-.744-.527l-1.317-2.527l-1.23 2.505a1 1 0 0 1-.758.55l-2.849.399l2 1.903a1 1 0 0 1 .278.979l-.846 3.215l2.837-1.827a1 1 0 0 1 .541-.16"/><path fill="currentColor" d="M15.817 30A13.814 13.814 0 0 1 9.075 4.128a1 1 0 0 1 1.362 1.36A11.81 11.81 0 0 0 26.51 21.565a1 1 0 0 1 1.362 1.36A13.84 13.84 0 0 1 15.817 30M7.327 7.973a11.81 11.81 0 0 0 16.7 16.7a13.81 13.81 0 0 1-16.7-16.7"/></svg>
</template>

CSS

.icon-worship-muslim {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2018a1%201%200%200%201-.541-.16L22%2014.97l-4.458%202.872a1%201%200%200%201-1.51-1.095l1.35-5.132L14.31%208.69a1%201%200%200%201%20.551-1.715l4.375-.612l1.866-3.804A1%201%200%200%201%2021.988%202a1.02%201.02%200%200%201%20.899.538l1.993%203.825l4.262.613a1%201%200%200%201%20.548%201.714l-3.072%202.924l1.35%205.132A1%201%200%200%201%2027%2018m-5-5.22a1%201%200%200%201%20.542.159l2.836%201.827l-.845-3.215a1%201%200%200%201%20.277-.979l2.008-1.91l-2.73-.393a1%201%200%200%201-.744-.527l-1.317-2.527l-1.23%202.505a1%201%200%200%201-.758.55l-2.849.399l2%201.903a1%201%200%200%201%20.278.979l-.846%203.215l2.837-1.827a1%201%200%200%201%20.541-.16%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.817%2030A13.814%2013.814%200%200%201%209.075%204.128a1%201%200%200%201%201.362%201.36A11.81%2011.81%200%200%200%2026.51%2021.565a1%201%200%200%201%201.362%201.36A13.84%2013.84%200%200%201%2015.817%2030M7.327%207.973a11.81%2011.81%200%200%200%2016.7%2016.7a13.81%2013.81%200%200%201-16.7-16.7%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2018a1%201%200%200%201-.541-.16L22%2014.97l-4.458%202.872a1%201%200%200%201-1.51-1.095l1.35-5.132L14.31%208.69a1%201%200%200%201%20.551-1.715l4.375-.612l1.866-3.804A1%201%200%200%201%2021.988%202a1.02%201.02%200%200%201%20.899.538l1.993%203.825l4.262.613a1%201%200%200%201%20.548%201.714l-3.072%202.924l1.35%205.132A1%201%200%200%201%2027%2018m-5-5.22a1%201%200%200%201%20.542.159l2.836%201.827l-.845-3.215a1%201%200%200%201%20.277-.979l2.008-1.91l-2.73-.393a1%201%200%200%201-.744-.527l-1.317-2.527l-1.23%202.505a1%201%200%200%201-.758.55l-2.849.399l2%201.903a1%201%200%200%201%20.278.979l-.846%203.215l2.837-1.827a1%201%200%200%201%20.541-.16%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.817%2030A13.814%2013.814%200%200%201%209.075%204.128a1%201%200%200%201%201.362%201.36A11.81%2011.81%200%200%200%2026.51%2021.565a1%201%200%200%201%201.362%201.36A13.84%2013.84%200%200%201%2015.817%2030M7.327%207.973a11.81%2011.81%200%200%200%2016.7%2016.7a13.81%2013.81%200%200%201-16.7-16.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/worship-muslim.svg?color=%231a73e8&size=48