tear from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
tear
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

More user interface icons from Unicons

Use the tear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.56 2.17a1 1 0 0 0-1.12 0c-.3.2-7.19 5-7.19 12.08a7.75 7.75 0 0 0 15.5 0c0-7.2-6.9-11.89-7.19-12.08M12 20a5.76 5.76 0 0 1-5.75-5.75c0-5 4.21-8.77 5.75-10c1.55 1.21 5.75 5 5.75 10A5.76 5.76 0 0 1 12 20"/></svg>

React

import type { SVGProps } from "react";

export function UilTear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.56 2.17a1 1 0 0 0-1.12 0c-.3.2-7.19 5-7.19 12.08a7.75 7.75 0 0 0 15.5 0c0-7.2-6.9-11.89-7.19-12.08M12 20a5.76 5.76 0 0 1-5.75-5.75c0-5 4.21-8.77 5.75-10c1.55 1.21 5.75 5 5.75 10A5.76 5.76 0 0 1 12 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.56 2.17a1 1 0 0 0-1.12 0c-.3.2-7.19 5-7.19 12.08a7.75 7.75 0 0 0 15.5 0c0-7.2-6.9-11.89-7.19-12.08M12 20a5.76 5.76 0 0 1-5.75-5.75c0-5 4.21-8.77 5.75-10c1.55 1.21 5.75 5 5.75 10A5.76 5.76 0 0 1 12 20"/></svg>
</template>

CSS

.icon-tear {
  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%22currentColor%22%20d%3D%22M12.56%202.17a1%201%200%200%200-1.12%200c-.3.2-7.19%205-7.19%2012.08a7.75%207.75%200%200%200%2015.5%200c0-7.2-6.9-11.89-7.19-12.08M12%2020a5.76%205.76%200%200%201-5.75-5.75c0-5%204.21-8.77%205.75-10c1.55%201.21%205.75%205%205.75%2010A5.76%205.76%200%200%201%2012%2020%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%22currentColor%22%20d%3D%22M12.56%202.17a1%201%200%200%200-1.12%200c-.3.2-7.19%205-7.19%2012.08a7.75%207.75%200%200%200%2015.5%200c0-7.2-6.9-11.89-7.19-12.08M12%2020a5.76%205.76%200%200%201-5.75-5.75c0-5%204.21-8.77%205.75-10c1.55%201.21%205.75%205%205.75%2010A5.76%205.76%200%200%201%2012%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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