yr from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
yr
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the yr logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.412 9.764c.295.257.464.558.474 1.085c-.003.567-.184.96-.454 1.234c-.275.271-.667.452-1.234.454h-1.885c-.292.001-.573.103-.839.2l-.13.047v-2.479a.98.98 0 0 1 .97-.969h1.708c.605 0 1.09.177 1.39.428M24 12c0 6.627-5.372 12-12 12c-6.627 0-12-5.373-12-12C0 5.372 5.373 0 12 0c6.628 0 12 5.372 12 12M11.148 7.709H9.231l-.002 3.133c-.036 1.168-1.13 1.546-2.001 1.558c-.995-.014-2.044-.566-2.044-2.083V7.709H3.293v2.608c0 1.184.409 2.195 1.184 2.925c.701.66 1.662 1.031 2.712 1.049h.078c.705-.013 1.741-.473 1.942-.879v.863c0 1.144-1.455 1.89-1.847 2.086l.028.034l-.01.005l-.018.009l1.218 1.473l.18-.101h-.001c.797-.445 2.38-1.33 2.389-3.717zm7.14 6.621a3.4 3.4 0 0 0 1.514-.876c.664-.661 1.026-1.597 1.022-2.604c.01-1.047-.45-1.988-1.176-2.578c-.723-.597-1.655-.874-2.625-.875h-1.709a2.914 2.914 0 0 0-2.908 2.908v7.176h1.938v-2.036a.98.98 0 0 1 .97-.969h.772l2.085 2.554l.146.18c.158.151.365.25.596.27v.001h.042a.3.3 0 0 0 .08 0h1.147l.003-1.567s-.473.132-.826-.246c-.415-.444-1.071-1.338-1.071-1.338"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsYr(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="M18.412 9.764c.295.257.464.558.474 1.085c-.003.567-.184.96-.454 1.234c-.275.271-.667.452-1.234.454h-1.885c-.292.001-.573.103-.839.2l-.13.047v-2.479a.98.98 0 0 1 .97-.969h1.708c.605 0 1.09.177 1.39.428M24 12c0 6.627-5.372 12-12 12c-6.627 0-12-5.373-12-12C0 5.372 5.373 0 12 0c6.628 0 12 5.372 12 12M11.148 7.709H9.231l-.002 3.133c-.036 1.168-1.13 1.546-2.001 1.558c-.995-.014-2.044-.566-2.044-2.083V7.709H3.293v2.608c0 1.184.409 2.195 1.184 2.925c.701.66 1.662 1.031 2.712 1.049h.078c.705-.013 1.741-.473 1.942-.879v.863c0 1.144-1.455 1.89-1.847 2.086l.028.034l-.01.005l-.018.009l1.218 1.473l.18-.101h-.001c.797-.445 2.38-1.33 2.389-3.717zm7.14 6.621a3.4 3.4 0 0 0 1.514-.876c.664-.661 1.026-1.597 1.022-2.604c.01-1.047-.45-1.988-1.176-2.578c-.723-.597-1.655-.874-2.625-.875h-1.709a2.914 2.914 0 0 0-2.908 2.908v7.176h1.938v-2.036a.98.98 0 0 1 .97-.969h.772l2.085 2.554l.146.18c.158.151.365.25.596.27v.001h.042a.3.3 0 0 0 .08 0h1.147l.003-1.567s-.473.132-.826-.246c-.415-.444-1.071-1.338-1.071-1.338"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.412 9.764c.295.257.464.558.474 1.085c-.003.567-.184.96-.454 1.234c-.275.271-.667.452-1.234.454h-1.885c-.292.001-.573.103-.839.2l-.13.047v-2.479a.98.98 0 0 1 .97-.969h1.708c.605 0 1.09.177 1.39.428M24 12c0 6.627-5.372 12-12 12c-6.627 0-12-5.373-12-12C0 5.372 5.373 0 12 0c6.628 0 12 5.372 12 12M11.148 7.709H9.231l-.002 3.133c-.036 1.168-1.13 1.546-2.001 1.558c-.995-.014-2.044-.566-2.044-2.083V7.709H3.293v2.608c0 1.184.409 2.195 1.184 2.925c.701.66 1.662 1.031 2.712 1.049h.078c.705-.013 1.741-.473 1.942-.879v.863c0 1.144-1.455 1.89-1.847 2.086l.028.034l-.01.005l-.018.009l1.218 1.473l.18-.101h-.001c.797-.445 2.38-1.33 2.389-3.717zm7.14 6.621a3.4 3.4 0 0 0 1.514-.876c.664-.661 1.026-1.597 1.022-2.604c.01-1.047-.45-1.988-1.176-2.578c-.723-.597-1.655-.874-2.625-.875h-1.709a2.914 2.914 0 0 0-2.908 2.908v7.176h1.938v-2.036a.98.98 0 0 1 .97-.969h.772l2.085 2.554l.146.18c.158.151.365.25.596.27v.001h.042a.3.3 0 0 0 .08 0h1.147l.003-1.567s-.473.132-.826-.246c-.415-.444-1.071-1.338-1.071-1.338"/></svg>
</template>

CSS

.icon-yr {
  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%22M18.412%209.764c.295.257.464.558.474%201.085c-.003.567-.184.96-.454%201.234c-.275.271-.667.452-1.234.454h-1.885c-.292.001-.573.103-.839.2l-.13.047v-2.479a.98.98%200%200%201%20.97-.969h1.708c.605%200%201.09.177%201.39.428M24%2012c0%206.627-5.372%2012-12%2012c-6.627%200-12-5.373-12-12C0%205.372%205.373%200%2012%200c6.628%200%2012%205.372%2012%2012M11.148%207.709H9.231l-.002%203.133c-.036%201.168-1.13%201.546-2.001%201.558c-.995-.014-2.044-.566-2.044-2.083V7.709H3.293v2.608c0%201.184.409%202.195%201.184%202.925c.701.66%201.662%201.031%202.712%201.049h.078c.705-.013%201.741-.473%201.942-.879v.863c0%201.144-1.455%201.89-1.847%202.086l.028.034l-.01.005l-.018.009l1.218%201.473l.18-.101h-.001c.797-.445%202.38-1.33%202.389-3.717zm7.14%206.621a3.4%203.4%200%200%200%201.514-.876c.664-.661%201.026-1.597%201.022-2.604c.01-1.047-.45-1.988-1.176-2.578c-.723-.597-1.655-.874-2.625-.875h-1.709a2.914%202.914%200%200%200-2.908%202.908v7.176h1.938v-2.036a.98.98%200%200%201%20.97-.969h.772l2.085%202.554l.146.18c.158.151.365.25.596.27v.001h.042a.3.3%200%200%200%20.08%200h1.147l.003-1.567s-.473.132-.826-.246c-.415-.444-1.071-1.338-1.071-1.338%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%22M18.412%209.764c.295.257.464.558.474%201.085c-.003.567-.184.96-.454%201.234c-.275.271-.667.452-1.234.454h-1.885c-.292.001-.573.103-.839.2l-.13.047v-2.479a.98.98%200%200%201%20.97-.969h1.708c.605%200%201.09.177%201.39.428M24%2012c0%206.627-5.372%2012-12%2012c-6.627%200-12-5.373-12-12C0%205.372%205.373%200%2012%200c6.628%200%2012%205.372%2012%2012M11.148%207.709H9.231l-.002%203.133c-.036%201.168-1.13%201.546-2.001%201.558c-.995-.014-2.044-.566-2.044-2.083V7.709H3.293v2.608c0%201.184.409%202.195%201.184%202.925c.701.66%201.662%201.031%202.712%201.049h.078c.705-.013%201.741-.473%201.942-.879v.863c0%201.144-1.455%201.89-1.847%202.086l.028.034l-.01.005l-.018.009l1.218%201.473l.18-.101h-.001c.797-.445%202.38-1.33%202.389-3.717zm7.14%206.621a3.4%203.4%200%200%200%201.514-.876c.664-.661%201.026-1.597%201.022-2.604c.01-1.047-.45-1.988-1.176-2.578c-.723-.597-1.655-.874-2.625-.875h-1.709a2.914%202.914%200%200%200-2.908%202.908v7.176h1.938v-2.036a.98.98%200%200%201%20.97-.969h.772l2.085%202.554l.146.18c.158.151.365.25.596.27v.001h.042a.3.3%200%200%200%20.08%200h1.147l.003-1.567s-.473.132-.826-.246c-.415-.444-1.071-1.338-1.071-1.338%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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