aids from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
aids
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the aids icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 2c-2.073 0-5.118.567-5.71 2.892c-.524 2.057-.402 3.528.904 5.275l7.693 10.291c.774 1.036 1.162 1.553 1.686 1.542c.524-.012.887-.546 1.613-1.614l.529-.778c.907-1.335 1.361-2.003 1.274-2.725s-.686-1.268-1.885-2.36L6.8 4"/><path d="M12 2c2.073 0 5.118.567 5.71 2.892c.524 2.057.402 3.528-.904 5.275L15.436 12M17.2 4L12 8.841m0 7.755l-2.888 3.862c-.774 1.036-1.16 1.553-1.685 1.542c-.524-.012-.887-.546-1.613-1.614l-.529-.778c-.907-1.335-1.361-2.003-1.275-2.725s.687-1.268 1.886-2.36L8.606 12"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAids(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M12 2c-2.073 0-5.118.567-5.71 2.892c-.524 2.057-.402 3.528.904 5.275l7.693 10.291c.774 1.036 1.162 1.553 1.686 1.542c.524-.012.887-.546 1.613-1.614l.529-.778c.907-1.335 1.361-2.003 1.274-2.725s-.686-1.268-1.885-2.36L6.8 4"/><path d="M12 2c2.073 0 5.118.567 5.71 2.892c.524 2.057.402 3.528-.904 5.275L15.436 12M17.2 4L12 8.841m0 7.755l-2.888 3.862c-.774 1.036-1.16 1.553-1.685 1.542c-.524-.012-.887-.546-1.613-1.614l-.529-.778c-.907-1.335-1.361-2.003-1.275-2.725s.687-1.268 1.886-2.36L8.606 12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 2c-2.073 0-5.118.567-5.71 2.892c-.524 2.057-.402 3.528.904 5.275l7.693 10.291c.774 1.036 1.162 1.553 1.686 1.542c.524-.012.887-.546 1.613-1.614l.529-.778c.907-1.335 1.361-2.003 1.274-2.725s-.686-1.268-1.885-2.36L6.8 4"/><path d="M12 2c2.073 0 5.118.567 5.71 2.892c.524 2.057.402 3.528-.904 5.275L15.436 12M17.2 4L12 8.841m0 7.755l-2.888 3.862c-.774 1.036-1.16 1.553-1.685 1.542c-.524-.012-.887-.546-1.613-1.614l-.529-.778c-.907-1.335-1.361-2.003-1.275-2.725s.687-1.268 1.886-2.36L8.606 12"/></g></svg>
</template>

CSS

.icon-aids {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%202c-2.073%200-5.118.567-5.71%202.892c-.524%202.057-.402%203.528.904%205.275l7.693%2010.291c.774%201.036%201.162%201.553%201.686%201.542c.524-.012.887-.546%201.613-1.614l.529-.778c.907-1.335%201.361-2.003%201.274-2.725s-.686-1.268-1.885-2.36L6.8%204%22%2F%3E%3Cpath%20d%3D%22M12%202c2.073%200%205.118.567%205.71%202.892c.524%202.057.402%203.528-.904%205.275L15.436%2012M17.2%204L12%208.841m0%207.755l-2.888%203.862c-.774%201.036-1.16%201.553-1.685%201.542c-.524-.012-.887-.546-1.613-1.614l-.529-.778c-.907-1.335-1.361-2.003-1.275-2.725s.687-1.268%201.886-2.36L8.606%2012%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%202c-2.073%200-5.118.567-5.71%202.892c-.524%202.057-.402%203.528.904%205.275l7.693%2010.291c.774%201.036%201.162%201.553%201.686%201.542c.524-.012.887-.546%201.613-1.614l.529-.778c.907-1.335%201.361-2.003%201.274-2.725s-.686-1.268-1.885-2.36L6.8%204%22%2F%3E%3Cpath%20d%3D%22M12%202c2.073%200%205.118.567%205.71%202.892c.524%202.057.402%203.528-.904%205.275L15.436%2012M17.2%204L12%208.841m0%207.755l-2.888%203.862c-.774%201.036-1.16%201.553-1.685%201.542c-.524-.012-.887-.546-1.613-1.614l-.529-.778c-.907-1.335-1.361-2.003-1.275-2.725s.687-1.268%201.886-2.36L8.606%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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