y-outline from Health Icons by Resolve to Save Lives · Outline · Typography · MIT Free for personal and commercial use.

Name
y-outline
Set
Health Icons
Style
Outline
Category
Typography
Viewbox
48×48
License
MIT
Aliases
y2x-outline

1 other variant in Health Icons

The same icon in other sets

More typography icons from Health Icons

Use the y icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M31.695 10.08a3 3 0 0 1 4.61 3.84l-.769-.64l.769.64L27 25.087V36a3 3 0 0 1-6 0V25.086l-9.305-11.165a3 3 0 0 1 .384-4.226l.64.769l-.64-.769a3 3 0 0 1 4.226.384L24 19.315zm2.945 1.152a1 1 0 0 0-1.408.128l-8.464 10.156a1 1 0 0 1-1.536 0L14.768 11.36a1 1 0 1 0-1.536 1.28l9.536 11.444a1 1 0 0 1 .232.64V36a1 1 0 1 0 2 0V24.724a1 1 0 0 1 .232-.64l9.536-11.444a1 1 0 0 0-.128-1.408" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsYOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M31.695 10.08a3 3 0 0 1 4.61 3.84l-.769-.64l.769.64L27 25.087V36a3 3 0 0 1-6 0V25.086l-9.305-11.165a3 3 0 0 1 .384-4.226l.64.769l-.64-.769a3 3 0 0 1 4.226.384L24 19.315zm2.945 1.152a1 1 0 0 0-1.408.128l-8.464 10.156a1 1 0 0 1-1.536 0L14.768 11.36a1 1 0 1 0-1.536 1.28l9.536 11.444a1 1 0 0 1 .232.64V36a1 1 0 1 0 2 0V24.724a1 1 0 0 1 .232-.64l9.536-11.444a1 1 0 0 0-.128-1.408" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M31.695 10.08a3 3 0 0 1 4.61 3.84l-.769-.64l.769.64L27 25.087V36a3 3 0 0 1-6 0V25.086l-9.305-11.165a3 3 0 0 1 .384-4.226l.64.769l-.64-.769a3 3 0 0 1 4.226.384L24 19.315zm2.945 1.152a1 1 0 0 0-1.408.128l-8.464 10.156a1 1 0 0 1-1.536 0L14.768 11.36a1 1 0 1 0-1.536 1.28l9.536 11.444a1 1 0 0 1 .232.64V36a1 1 0 1 0 2 0V24.724a1 1 0 0 1 .232-.64l9.536-11.444a1 1 0 0 0-.128-1.408" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-y-outline {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M31.695%2010.08a3%203%200%200%201%204.61%203.84l-.769-.64l.769.64L27%2025.087V36a3%203%200%200%201-6%200V25.086l-9.305-11.165a3%203%200%200%201%20.384-4.226l.64.769l-.64-.769a3%203%200%200%201%204.226.384L24%2019.315zm2.945%201.152a1%201%200%200%200-1.408.128l-8.464%2010.156a1%201%200%200%201-1.536%200L14.768%2011.36a1%201%200%201%200-1.536%201.28l9.536%2011.444a1%201%200%200%201%20.232.64V36a1%201%200%201%200%202%200V24.724a1%201%200%200%201%20.232-.64l9.536-11.444a1%201%200%200%200-.128-1.408%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M31.695%2010.08a3%203%200%200%201%204.61%203.84l-.769-.64l.769.64L27%2025.087V36a3%203%200%200%201-6%200V25.086l-9.305-11.165a3%203%200%200%201%20.384-4.226l.64.769l-.64-.769a3%203%200%200%201%204.226.384L24%2019.315zm2.945%201.152a1%201%200%200%200-1.408.128l-8.464%2010.156a1%201%200%200%201-1.536%200L14.768%2011.36a1%201%200%201%200-1.536%201.28l9.536%2011.444a1%201%200%200%201%20.232.64V36a1%201%200%201%200%202%200V24.724a1%201%200%200%201%20.232-.64l9.536-11.444a1%201%200%200%200-.128-1.408%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/healthicons/y-outline.svg?color=%231a73e8&size=48