letter yy icon
letter-yy from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- letter-yy
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the letter yy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 9h-2l-2 7l-2-7H7l3 9v5h2v-5zm8 4l-2 7.52L19.08 13H17l3.15 9.87l-.62 2.13H17v2h2.26a2 2 0 0 0 1.91-1.42L25 13Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLetterYy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 9h-2l-2 7l-2-7H7l3 9v5h2v-5zm8 4l-2 7.52L19.08 13H17l3.15 9.87l-.62 2.13H17v2h2.26a2 2 0 0 0 1.91-1.42L25 13Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 9h-2l-2 7l-2-7H7l3 9v5h2v-5zm8 4l-2 7.52L19.08 13H17l3.15 9.87l-.62 2.13H17v2h2.26a2 2 0 0 0 1.91-1.42L25 13Z"/></svg> </template>
CSS
.icon-letter-yy {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%209h-2l-2%207l-2-7H7l3%209v5h2v-5zm8%204l-2%207.52L19.08%2013H17l3.15%209.87l-.62%202.13H17v2h2.26a2%202%200%200%200%201.91-1.42L25%2013Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%209h-2l-2%207l-2-7H7l3%209v5h2v-5zm8%204l-2%207.52L19.08%2013H17l3.15%209.87l-.62%202.13H17v2h2.26a2%202%200%200%200%201.91-1.42L25%2013Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/letter-yy.svg?color=%231a73e8&size=48