safari-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
safari-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the safari icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2.05A10 10 0 0 1 21.95 11h-.45a1 1 0 0 0 0 2h.45a9.95 9.95 0 0 1-2.208 5.328l-.318-.318a1 1 0 0 0-1.414 1.414l.318.318A9.95 9.95 0 0 1 13 21.95v-.45a1 1 0 0 0-2 0v.45A10 10 0 0 1 2.05 13h.45a1 1 0 1 0 0-2h-.45a9.95 9.95 0 0 1 2.206-5.33l.319.319A1 1 0 0 0 5.99 4.576l-.319-.319A9.95 9.95 0 0 1 11 2.05v.45a1 1 0 0 0 2 0zm4.156 5.485c.287-.452-.24-.978-.69-.69l-5.693 3.621a1 1 0 0 0-.307.307l-3.622 5.692c-.287.451.24.978.69.69l5.693-3.621q.186-.12.307-.307z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSafariFill(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="M13 2.05A10 10 0 0 1 21.95 11h-.45a1 1 0 0 0 0 2h.45a9.95 9.95 0 0 1-2.208 5.328l-.318-.318a1 1 0 0 0-1.414 1.414l.318.318A9.95 9.95 0 0 1 13 21.95v-.45a1 1 0 0 0-2 0v.45A10 10 0 0 1 2.05 13h.45a1 1 0 1 0 0-2h-.45a9.95 9.95 0 0 1 2.206-5.33l.319.319A1 1 0 0 0 5.99 4.576l-.319-.319A9.95 9.95 0 0 1 11 2.05v.45a1 1 0 0 0 2 0zm4.156 5.485c.287-.452-.24-.978-.69-.69l-5.693 3.621a1 1 0 0 0-.307.307l-3.622 5.692c-.287.451.24.978.69.69l5.693-3.621q.186-.12.307-.307z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2.05A10 10 0 0 1 21.95 11h-.45a1 1 0 0 0 0 2h.45a9.95 9.95 0 0 1-2.208 5.328l-.318-.318a1 1 0 0 0-1.414 1.414l.318.318A9.95 9.95 0 0 1 13 21.95v-.45a1 1 0 0 0-2 0v.45A10 10 0 0 1 2.05 13h.45a1 1 0 1 0 0-2h-.45a9.95 9.95 0 0 1 2.206-5.33l.319.319A1 1 0 0 0 5.99 4.576l-.319-.319A9.95 9.95 0 0 1 11 2.05v.45a1 1 0 0 0 2 0zm4.156 5.485c.287-.452-.24-.978-.69-.69l-5.693 3.621a1 1 0 0 0-.307.307l-3.622 5.692c-.287.451.24.978.69.69l5.693-3.621q.186-.12.307-.307z"/></svg>
</template>

CSS

.icon-safari-fill {
  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%22M13%202.05A10%2010%200%200%201%2021.95%2011h-.45a1%201%200%200%200%200%202h.45a9.95%209.95%200%200%201-2.208%205.328l-.318-.318a1%201%200%200%200-1.414%201.414l.318.318A9.95%209.95%200%200%201%2013%2021.95v-.45a1%201%200%200%200-2%200v.45A10%2010%200%200%201%202.05%2013h.45a1%201%200%201%200%200-2h-.45a9.95%209.95%200%200%201%202.206-5.33l.319.319A1%201%200%200%200%205.99%204.576l-.319-.319A9.95%209.95%200%200%201%2011%202.05v.45a1%201%200%200%200%202%200zm4.156%205.485c.287-.452-.24-.978-.69-.69l-5.693%203.621a1%201%200%200%200-.307.307l-3.622%205.692c-.287.451.24.978.69.69l5.693-3.621q.186-.12.307-.307z%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%22M13%202.05A10%2010%200%200%201%2021.95%2011h-.45a1%201%200%200%200%200%202h.45a9.95%209.95%200%200%201-2.208%205.328l-.318-.318a1%201%200%200%200-1.414%201.414l.318.318A9.95%209.95%200%200%201%2013%2021.95v-.45a1%201%200%200%200-2%200v.45A10%2010%200%200%201%202.05%2013h.45a1%201%200%201%200%200-2h-.45a9.95%209.95%200%200%201%202.206-5.33l.319.319A1%201%200%200%200%205.99%204.576l-.319-.319A9.95%209.95%200%200%201%2011%202.05v.45a1%201%200%200%200%202%200zm4.156%205.485c.287-.452-.24-.978-.69-.69l-5.693%203.621a1%201%200%200%200-.307.307l-3.622%205.692c-.287.451.24.978.69.69l5.693-3.621q.186-.12.307-.307z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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