simple logo icon

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

Name
simple-logo-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
simple-logo2x-outline

1 other variant in Health Icons

More symbols icons from Health Icons

Use the simple logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M25.917 5.456C29.525 9.407 39 20.623 39 29.455C39 37.488 32.528 44 24.544 44S10.09 37.488 10.09 29.455c0-8.832 9.475-20.048 13.083-23.999C24.02 4.527 24.544 4 24.544 4s.524.527 1.373 1.456M24.544 6.92q.349.383.76.848a81 81 0 0 1 4.847 6.041c1.763 2.439 3.494 5.168 4.779 7.914C36.224 24.49 37 27.14 37 29.454C37 36.395 31.412 42 24.544 42S12.09 36.395 12.09 29.455c0-2.316.776-4.966 2.07-7.733c1.284-2.746 3.016-5.475 4.778-7.914a81 81 0 0 1 5.607-6.889"/><path d="M31.426 32.301a1.48 1.48 0 0 0-2.061.266l-.203.26c-2.354 3.025-6.97 3.025-9.324 0l-.202-.26a1.48 1.48 0 0 0-2.062-.266a1.44 1.44 0 0 0-.27 2.036l.203.26c3.531 4.537 10.455 4.537 13.986 0l.202-.26a1.44 1.44 0 0 0-.269-2.036"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSimpleLogoOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M25.917 5.456C29.525 9.407 39 20.623 39 29.455C39 37.488 32.528 44 24.544 44S10.09 37.488 10.09 29.455c0-8.832 9.475-20.048 13.083-23.999C24.02 4.527 24.544 4 24.544 4s.524.527 1.373 1.456M24.544 6.92q.349.383.76.848a81 81 0 0 1 4.847 6.041c1.763 2.439 3.494 5.168 4.779 7.914C36.224 24.49 37 27.14 37 29.454C37 36.395 31.412 42 24.544 42S12.09 36.395 12.09 29.455c0-2.316.776-4.966 2.07-7.733c1.284-2.746 3.016-5.475 4.778-7.914a81 81 0 0 1 5.607-6.889"/><path d="M31.426 32.301a1.48 1.48 0 0 0-2.061.266l-.203.26c-2.354 3.025-6.97 3.025-9.324 0l-.202-.26a1.48 1.48 0 0 0-2.062-.266a1.44 1.44 0 0 0-.27 2.036l.203.26c3.531 4.537 10.455 4.537 13.986 0l.202-.26a1.44 1.44 0 0 0-.269-2.036"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M25.917 5.456C29.525 9.407 39 20.623 39 29.455C39 37.488 32.528 44 24.544 44S10.09 37.488 10.09 29.455c0-8.832 9.475-20.048 13.083-23.999C24.02 4.527 24.544 4 24.544 4s.524.527 1.373 1.456M24.544 6.92q.349.383.76.848a81 81 0 0 1 4.847 6.041c1.763 2.439 3.494 5.168 4.779 7.914C36.224 24.49 37 27.14 37 29.454C37 36.395 31.412 42 24.544 42S12.09 36.395 12.09 29.455c0-2.316.776-4.966 2.07-7.733c1.284-2.746 3.016-5.475 4.778-7.914a81 81 0 0 1 5.607-6.889"/><path d="M31.426 32.301a1.48 1.48 0 0 0-2.061.266l-.203.26c-2.354 3.025-6.97 3.025-9.324 0l-.202-.26a1.48 1.48 0 0 0-2.062-.266a1.44 1.44 0 0 0-.27 2.036l.203.26c3.531 4.537 10.455 4.537 13.986 0l.202-.26a1.44 1.44 0 0 0-.269-2.036"/></g></svg>
</template>

CSS

.icon-simple-logo-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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M25.917%205.456C29.525%209.407%2039%2020.623%2039%2029.455C39%2037.488%2032.528%2044%2024.544%2044S10.09%2037.488%2010.09%2029.455c0-8.832%209.475-20.048%2013.083-23.999C24.02%204.527%2024.544%204%2024.544%204s.524.527%201.373%201.456M24.544%206.92q.349.383.76.848a81%2081%200%200%201%204.847%206.041c1.763%202.439%203.494%205.168%204.779%207.914C36.224%2024.49%2037%2027.14%2037%2029.454C37%2036.395%2031.412%2042%2024.544%2042S12.09%2036.395%2012.09%2029.455c0-2.316.776-4.966%202.07-7.733c1.284-2.746%203.016-5.475%204.778-7.914a81%2081%200%200%201%205.607-6.889%22%2F%3E%3Cpath%20d%3D%22M31.426%2032.301a1.48%201.48%200%200%200-2.061.266l-.203.26c-2.354%203.025-6.97%203.025-9.324%200l-.202-.26a1.48%201.48%200%200%200-2.062-.266a1.44%201.44%200%200%200-.27%202.036l.203.26c3.531%204.537%2010.455%204.537%2013.986%200l.202-.26a1.44%201.44%200%200%200-.269-2.036%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M25.917%205.456C29.525%209.407%2039%2020.623%2039%2029.455C39%2037.488%2032.528%2044%2024.544%2044S10.09%2037.488%2010.09%2029.455c0-8.832%209.475-20.048%2013.083-23.999C24.02%204.527%2024.544%204%2024.544%204s.524.527%201.373%201.456M24.544%206.92q.349.383.76.848a81%2081%200%200%201%204.847%206.041c1.763%202.439%203.494%205.168%204.779%207.914C36.224%2024.49%2037%2027.14%2037%2029.454C37%2036.395%2031.412%2042%2024.544%2042S12.09%2036.395%2012.09%2029.455c0-2.316.776-4.966%202.07-7.733c1.284-2.746%203.016-5.475%204.778-7.914a81%2081%200%200%201%205.607-6.889%22%2F%3E%3Cpath%20d%3D%22M31.426%2032.301a1.48%201.48%200%200%200-2.061.266l-.203.26c-2.354%203.025-6.97%203.025-9.324%200l-.202-.26a1.48%201.48%200%200%200-2.062-.266a1.44%201.44%200%200%200-.27%202.036l.203.26c3.531%204.537%2010.455%204.537%2013.986%200l.202-.26a1.44%201.44%200%200%200-.269-2.036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/simple-logo-outline.svg?color=%231a73e8&size=48