kurta-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
kurta-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the kurta 01 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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.549 15a99 99 0 0 1 .021 4.09c-.016 1.362-.024 2.044-.464 2.477c-.439.433-1.13.433-2.512.433H9.406c-1.382 0-2.073 0-2.512-.433s-.448-1.115-.464-2.478A99 99 0 0 1 6.451 15m11.098 0c-.104-3.21-.393-6.638-1.039-9m1.039 9h1.867c.765 0 1.147 0 1.384-.251c.238-.252.216-.617.172-1.349c-.239-4.027-1.338-7.241-2.245-9.118c-.266-.552-.4-.828-.727-1.104c-.328-.275-.685-.377-1.4-.58L14.506 2C14.004 3 13.002 3.5 12 3.5S9.996 3 9.494 2L7.4 2.597c-.715.204-1.072.306-1.4.581c-.327.276-.46.552-.727 1.104c-.907 1.877-2.006 5.091-2.245 9.119c-.044.73-.066 1.096.172 1.348c.237.251.62.251 1.384.251H6.45m0 0c.104-3.21.393-6.638 1.039-9M17.5 12h3m-17 0h3M12 4v5"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsKurta01(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17.549 15a99 99 0 0 1 .021 4.09c-.016 1.362-.024 2.044-.464 2.477c-.439.433-1.13.433-2.512.433H9.406c-1.382 0-2.073 0-2.512-.433s-.448-1.115-.464-2.478A99 99 0 0 1 6.451 15m11.098 0c-.104-3.21-.393-6.638-1.039-9m1.039 9h1.867c.765 0 1.147 0 1.384-.251c.238-.252.216-.617.172-1.349c-.239-4.027-1.338-7.241-2.245-9.118c-.266-.552-.4-.828-.727-1.104c-.328-.275-.685-.377-1.4-.58L14.506 2C14.004 3 13.002 3.5 12 3.5S9.996 3 9.494 2L7.4 2.597c-.715.204-1.072.306-1.4.581c-.327.276-.46.552-.727 1.104c-.907 1.877-2.006 5.091-2.245 9.119c-.044.73-.066 1.096.172 1.348c.237.251.62.251 1.384.251H6.45m0 0c.104-3.21.393-6.638 1.039-9M17.5 12h3m-17 0h3M12 4v5"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.549 15a99 99 0 0 1 .021 4.09c-.016 1.362-.024 2.044-.464 2.477c-.439.433-1.13.433-2.512.433H9.406c-1.382 0-2.073 0-2.512-.433s-.448-1.115-.464-2.478A99 99 0 0 1 6.451 15m11.098 0c-.104-3.21-.393-6.638-1.039-9m1.039 9h1.867c.765 0 1.147 0 1.384-.251c.238-.252.216-.617.172-1.349c-.239-4.027-1.338-7.241-2.245-9.118c-.266-.552-.4-.828-.727-1.104c-.328-.275-.685-.377-1.4-.58L14.506 2C14.004 3 13.002 3.5 12 3.5S9.996 3 9.494 2L7.4 2.597c-.715.204-1.072.306-1.4.581c-.327.276-.46.552-.727 1.104c-.907 1.877-2.006 5.091-2.245 9.119c-.044.73-.066 1.096.172 1.348c.237.251.62.251 1.384.251H6.45m0 0c.104-3.21.393-6.638 1.039-9M17.5 12h3m-17 0h3M12 4v5"/></svg>
</template>

CSS

.icon-kurta-01 {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.549%2015a99%2099%200%200%201%20.021%204.09c-.016%201.362-.024%202.044-.464%202.477c-.439.433-1.13.433-2.512.433H9.406c-1.382%200-2.073%200-2.512-.433s-.448-1.115-.464-2.478A99%2099%200%200%201%206.451%2015m11.098%200c-.104-3.21-.393-6.638-1.039-9m1.039%209h1.867c.765%200%201.147%200%201.384-.251c.238-.252.216-.617.172-1.349c-.239-4.027-1.338-7.241-2.245-9.118c-.266-.552-.4-.828-.727-1.104c-.328-.275-.685-.377-1.4-.58L14.506%202C14.004%203%2013.002%203.5%2012%203.5S9.996%203%209.494%202L7.4%202.597c-.715.204-1.072.306-1.4.581c-.327.276-.46.552-.727%201.104c-.907%201.877-2.006%205.091-2.245%209.119c-.044.73-.066%201.096.172%201.348c.237.251.62.251%201.384.251H6.45m0%200c.104-3.21.393-6.638%201.039-9M17.5%2012h3m-17%200h3M12%204v5%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.549%2015a99%2099%200%200%201%20.021%204.09c-.016%201.362-.024%202.044-.464%202.477c-.439.433-1.13.433-2.512.433H9.406c-1.382%200-2.073%200-2.512-.433s-.448-1.115-.464-2.478A99%2099%200%200%201%206.451%2015m11.098%200c-.104-3.21-.393-6.638-1.039-9m1.039%209h1.867c.765%200%201.147%200%201.384-.251c.238-.252.216-.617.172-1.349c-.239-4.027-1.338-7.241-2.245-9.118c-.266-.552-.4-.828-.727-1.104c-.328-.275-.685-.377-1.4-.58L14.506%202C14.004%203%2013.002%203.5%2012%203.5S9.996%203%209.494%202L7.4%202.597c-.715.204-1.072.306-1.4.581c-.327.276-.46.552-.727%201.104c-.907%201.877-2.006%205.091-2.245%209.119c-.044.73-.066%201.096.172%201.348c.237.251.62.251%201.384.251H6.45m0%200c.104-3.21.393-6.638%201.039-9M17.5%2012h3m-17%200h3M12%204v5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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