yew logo
yew from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- yew
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the yew logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.47.002a1.18 1.18 0 0 0-.815.392L13.33 8.566h-.002a3.5 3.5 0 0 0-1.423-.303a3.5 3.5 0 0 0-1.287.246h-.002L3.345.394a1.18 1.18 0 0 0-.815-.39a1.18 1.18 0 0 0-.853.298a1.18 1.18 0 0 0-.092 1.667l7.246 8.083a3.5 3.5 0 0 0-.466 1.75a3.56 3.56 0 0 0 2.453 3.37v7.647A1.18 1.18 0 0 0 12 24a1.18 1.18 0 0 0 1.18-1.18v-7.715a3.56 3.56 0 0 0 2.267-3.302a3.5 3.5 0 0 0-.396-1.62l7.364-8.213a1.18 1.18 0 0 0-.092-1.668a1.18 1.18 0 0 0-.854-.3m-9.563 1.573a9.84 9.84 0 0 0-5.39 1.61l.671.748a8.8 8.8 0 0 1 4.72-1.357c1.787 0 3.448.527 4.836 1.435l.67-.748a9.84 9.84 0 0 0-5.507-1.688M4.06 5.482a9.84 9.84 0 0 0-1.99 5.93a9.835 9.835 0 0 0 8.248 9.705v-1.013a8.82 8.82 0 0 1-7.247-8.693a8.8 8.8 0 0 1 1.666-5.175Zm15.777.113l-.68.757a8.8 8.8 0 0 1 1.584 5.058a8.82 8.82 0 0 1-7.062 8.657v1.016a9.835 9.835 0 0 0 8.062-9.673a9.84 9.84 0 0 0-1.904-5.815m-7.93 4.241a1.955 1.955 0 0 1 1.965 1.967a1.955 1.955 0 0 1-1.966 1.967a1.955 1.955 0 0 1-1.967-1.969a1.955 1.955 0 0 1 1.967-1.966"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsYew(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="M21.47.002a1.18 1.18 0 0 0-.815.392L13.33 8.566h-.002a3.5 3.5 0 0 0-1.423-.303a3.5 3.5 0 0 0-1.287.246h-.002L3.345.394a1.18 1.18 0 0 0-.815-.39a1.18 1.18 0 0 0-.853.298a1.18 1.18 0 0 0-.092 1.667l7.246 8.083a3.5 3.5 0 0 0-.466 1.75a3.56 3.56 0 0 0 2.453 3.37v7.647A1.18 1.18 0 0 0 12 24a1.18 1.18 0 0 0 1.18-1.18v-7.715a3.56 3.56 0 0 0 2.267-3.302a3.5 3.5 0 0 0-.396-1.62l7.364-8.213a1.18 1.18 0 0 0-.092-1.668a1.18 1.18 0 0 0-.854-.3m-9.563 1.573a9.84 9.84 0 0 0-5.39 1.61l.671.748a8.8 8.8 0 0 1 4.72-1.357c1.787 0 3.448.527 4.836 1.435l.67-.748a9.84 9.84 0 0 0-5.507-1.688M4.06 5.482a9.84 9.84 0 0 0-1.99 5.93a9.835 9.835 0 0 0 8.248 9.705v-1.013a8.82 8.82 0 0 1-7.247-8.693a8.8 8.8 0 0 1 1.666-5.175Zm15.777.113l-.68.757a8.8 8.8 0 0 1 1.584 5.058a8.82 8.82 0 0 1-7.062 8.657v1.016a9.835 9.835 0 0 0 8.062-9.673a9.84 9.84 0 0 0-1.904-5.815m-7.93 4.241a1.955 1.955 0 0 1 1.965 1.967a1.955 1.955 0 0 1-1.966 1.967a1.955 1.955 0 0 1-1.967-1.969a1.955 1.955 0 0 1 1.967-1.966"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.47.002a1.18 1.18 0 0 0-.815.392L13.33 8.566h-.002a3.5 3.5 0 0 0-1.423-.303a3.5 3.5 0 0 0-1.287.246h-.002L3.345.394a1.18 1.18 0 0 0-.815-.39a1.18 1.18 0 0 0-.853.298a1.18 1.18 0 0 0-.092 1.667l7.246 8.083a3.5 3.5 0 0 0-.466 1.75a3.56 3.56 0 0 0 2.453 3.37v7.647A1.18 1.18 0 0 0 12 24a1.18 1.18 0 0 0 1.18-1.18v-7.715a3.56 3.56 0 0 0 2.267-3.302a3.5 3.5 0 0 0-.396-1.62l7.364-8.213a1.18 1.18 0 0 0-.092-1.668a1.18 1.18 0 0 0-.854-.3m-9.563 1.573a9.84 9.84 0 0 0-5.39 1.61l.671.748a8.8 8.8 0 0 1 4.72-1.357c1.787 0 3.448.527 4.836 1.435l.67-.748a9.84 9.84 0 0 0-5.507-1.688M4.06 5.482a9.84 9.84 0 0 0-1.99 5.93a9.835 9.835 0 0 0 8.248 9.705v-1.013a8.82 8.82 0 0 1-7.247-8.693a8.8 8.8 0 0 1 1.666-5.175Zm15.777.113l-.68.757a8.8 8.8 0 0 1 1.584 5.058a8.82 8.82 0 0 1-7.062 8.657v1.016a9.835 9.835 0 0 0 8.062-9.673a9.84 9.84 0 0 0-1.904-5.815m-7.93 4.241a1.955 1.955 0 0 1 1.965 1.967a1.955 1.955 0 0 1-1.966 1.967a1.955 1.955 0 0 1-1.967-1.969a1.955 1.955 0 0 1 1.967-1.966"/></svg> </template>
CSS
.icon-yew {
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%22M21.47.002a1.18%201.18%200%200%200-.815.392L13.33%208.566h-.002a3.5%203.5%200%200%200-1.423-.303a3.5%203.5%200%200%200-1.287.246h-.002L3.345.394a1.18%201.18%200%200%200-.815-.39a1.18%201.18%200%200%200-.853.298a1.18%201.18%200%200%200-.092%201.667l7.246%208.083a3.5%203.5%200%200%200-.466%201.75a3.56%203.56%200%200%200%202.453%203.37v7.647A1.18%201.18%200%200%200%2012%2024a1.18%201.18%200%200%200%201.18-1.18v-7.715a3.56%203.56%200%200%200%202.267-3.302a3.5%203.5%200%200%200-.396-1.62l7.364-8.213a1.18%201.18%200%200%200-.092-1.668a1.18%201.18%200%200%200-.854-.3m-9.563%201.573a9.84%209.84%200%200%200-5.39%201.61l.671.748a8.8%208.8%200%200%201%204.72-1.357c1.787%200%203.448.527%204.836%201.435l.67-.748a9.84%209.84%200%200%200-5.507-1.688M4.06%205.482a9.84%209.84%200%200%200-1.99%205.93a9.835%209.835%200%200%200%208.248%209.705v-1.013a8.82%208.82%200%200%201-7.247-8.693a8.8%208.8%200%200%201%201.666-5.175Zm15.777.113l-.68.757a8.8%208.8%200%200%201%201.584%205.058a8.82%208.82%200%200%201-7.062%208.657v1.016a9.835%209.835%200%200%200%208.062-9.673a9.84%209.84%200%200%200-1.904-5.815m-7.93%204.241a1.955%201.955%200%200%201%201.965%201.967a1.955%201.955%200%200%201-1.966%201.967a1.955%201.955%200%200%201-1.967-1.969a1.955%201.955%200%200%201%201.967-1.966%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%22M21.47.002a1.18%201.18%200%200%200-.815.392L13.33%208.566h-.002a3.5%203.5%200%200%200-1.423-.303a3.5%203.5%200%200%200-1.287.246h-.002L3.345.394a1.18%201.18%200%200%200-.815-.39a1.18%201.18%200%200%200-.853.298a1.18%201.18%200%200%200-.092%201.667l7.246%208.083a3.5%203.5%200%200%200-.466%201.75a3.56%203.56%200%200%200%202.453%203.37v7.647A1.18%201.18%200%200%200%2012%2024a1.18%201.18%200%200%200%201.18-1.18v-7.715a3.56%203.56%200%200%200%202.267-3.302a3.5%203.5%200%200%200-.396-1.62l7.364-8.213a1.18%201.18%200%200%200-.092-1.668a1.18%201.18%200%200%200-.854-.3m-9.563%201.573a9.84%209.84%200%200%200-5.39%201.61l.671.748a8.8%208.8%200%200%201%204.72-1.357c1.787%200%203.448.527%204.836%201.435l.67-.748a9.84%209.84%200%200%200-5.507-1.688M4.06%205.482a9.84%209.84%200%200%200-1.99%205.93a9.835%209.835%200%200%200%208.248%209.705v-1.013a8.82%208.82%200%200%201-7.247-8.693a8.8%208.8%200%200%201%201.666-5.175Zm15.777.113l-.68.757a8.8%208.8%200%200%201%201.584%205.058a8.82%208.82%200%200%201-7.062%208.657v1.016a9.835%209.835%200%200%200%208.062-9.673a9.84%209.84%200%200%200-1.904-5.815m-7.93%204.241a1.955%201.955%200%200%201%201.965%201.967a1.955%201.955%200%200%201-1.966%201.967a1.955%201.955%200%200%201-1.967-1.969a1.955%201.955%200%200%201%201.967-1.966%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/yew.svg?color=%231a73e8&size=48