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

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

1 other variant in Health Icons

The same icon in other sets

More typography icons from Health Icons

Use the a 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="M21.23 10.846a3 3 0 0 1 5.54 0l7.478 17.95q.023.05.043.102l2.478 5.948a3 3 0 1 1-5.538 2.308L29.5 33h-11l-1.73 4.154a3 3 0 1 1-5.54-2.308l2.48-5.946l.043-.104zM24 11a1 1 0 0 0-.923.615l-7.483 17.96l-.009.02l-.017.042l-.009.021l-2.482 5.957a1 1 0 1 0 1.846.77l1.987-4.77a1 1 0 0 1 .923-.615h12.334a1 1 0 0 1 .923.615l1.987 4.77a1 1 0 0 0 1.846-.77l-2.482-5.957l-.009-.021l-.009-.023l-.008-.019l-.01-.02l-7.482-17.96A1 1 0 0 0 24 11m0 5.2a1 1 0 0 1 .923.615l4.5 10.8A1 1 0 0 1 28.5 29h-9a1 1 0 0 1-.923-1.385l4.5-10.8A1 1 0 0 1 24 16.2M21 27h6l-3-7.2z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAOutline(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="M21.23 10.846a3 3 0 0 1 5.54 0l7.478 17.95q.023.05.043.102l2.478 5.948a3 3 0 1 1-5.538 2.308L29.5 33h-11l-1.73 4.154a3 3 0 1 1-5.54-2.308l2.48-5.946l.043-.104zM24 11a1 1 0 0 0-.923.615l-7.483 17.96l-.009.02l-.017.042l-.009.021l-2.482 5.957a1 1 0 1 0 1.846.77l1.987-4.77a1 1 0 0 1 .923-.615h12.334a1 1 0 0 1 .923.615l1.987 4.77a1 1 0 0 0 1.846-.77l-2.482-5.957l-.009-.021l-.009-.023l-.008-.019l-.01-.02l-7.482-17.96A1 1 0 0 0 24 11m0 5.2a1 1 0 0 1 .923.615l4.5 10.8A1 1 0 0 1 28.5 29h-9a1 1 0 0 1-.923-1.385l4.5-10.8A1 1 0 0 1 24 16.2M21 27h6l-3-7.2z" 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="M21.23 10.846a3 3 0 0 1 5.54 0l7.478 17.95q.023.05.043.102l2.478 5.948a3 3 0 1 1-5.538 2.308L29.5 33h-11l-1.73 4.154a3 3 0 1 1-5.54-2.308l2.48-5.946l.043-.104zM24 11a1 1 0 0 0-.923.615l-7.483 17.96l-.009.02l-.017.042l-.009.021l-2.482 5.957a1 1 0 1 0 1.846.77l1.987-4.77a1 1 0 0 1 .923-.615h12.334a1 1 0 0 1 .923.615l1.987 4.77a1 1 0 0 0 1.846-.77l-2.482-5.957l-.009-.021l-.009-.023l-.008-.019l-.01-.02l-7.482-17.96A1 1 0 0 0 24 11m0 5.2a1 1 0 0 1 .923.615l4.5 10.8A1 1 0 0 1 28.5 29h-9a1 1 0 0 1-.923-1.385l4.5-10.8A1 1 0 0 1 24 16.2M21 27h6l-3-7.2z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-a-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%22M21.23%2010.846a3%203%200%200%201%205.54%200l7.478%2017.95q.023.05.043.102l2.478%205.948a3%203%200%201%201-5.538%202.308L29.5%2033h-11l-1.73%204.154a3%203%200%201%201-5.54-2.308l2.48-5.946l.043-.104zM24%2011a1%201%200%200%200-.923.615l-7.483%2017.96l-.009.02l-.017.042l-.009.021l-2.482%205.957a1%201%200%201%200%201.846.77l1.987-4.77a1%201%200%200%201%20.923-.615h12.334a1%201%200%200%201%20.923.615l1.987%204.77a1%201%200%200%200%201.846-.77l-2.482-5.957l-.009-.021l-.009-.023l-.008-.019l-.01-.02l-7.482-17.96A1%201%200%200%200%2024%2011m0%205.2a1%201%200%200%201%20.923.615l4.5%2010.8A1%201%200%200%201%2028.5%2029h-9a1%201%200%200%201-.923-1.385l4.5-10.8A1%201%200%200%201%2024%2016.2M21%2027h6l-3-7.2z%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%22M21.23%2010.846a3%203%200%200%201%205.54%200l7.478%2017.95q.023.05.043.102l2.478%205.948a3%203%200%201%201-5.538%202.308L29.5%2033h-11l-1.73%204.154a3%203%200%201%201-5.54-2.308l2.48-5.946l.043-.104zM24%2011a1%201%200%200%200-.923.615l-7.483%2017.96l-.009.02l-.017.042l-.009.021l-2.482%205.957a1%201%200%201%200%201.846.77l1.987-4.77a1%201%200%200%201%20.923-.615h12.334a1%201%200%200%201%20.923.615l1.987%204.77a1%201%200%200%200%201.846-.77l-2.482-5.957l-.009-.021l-.009-.023l-.008-.019l-.01-.02l-7.482-17.96A1%201%200%200%200%2024%2011m0%205.2a1%201%200%200%201%20.923.615l4.5%2010.8A1%201%200%200%201%2028.5%2029h-9a1%201%200%200%201-.923-1.385l4.5-10.8A1%201%200%200%201%2024%2016.2M21%2027h6l-3-7.2z%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/a-outline.svg?color=%231a73e8&size=48