letter ww icon
letter-ww from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- letter-ww
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the letter ww icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m24.3 13l-.91 8.61L22 13h-2l-1.39 8.61L17.7 13H16l1.36 10h2.28L21 14.63L22.36 23h2.28L26 13zM12.21 9l-.34 8l-.26 4.54L11.2 18l-.68-5.46H8.5L7.82 18l-.41 3.54L7.16 17l-.35-8h-1.8l1 14h2.27l.76-4.93L9.5 14l.01-.03l.01.03l.46 4.07l.76 4.93h2.27l1-14z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLetterWw(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="m24.3 13l-.91 8.61L22 13h-2l-1.39 8.61L17.7 13H16l1.36 10h2.28L21 14.63L22.36 23h2.28L26 13zM12.21 9l-.34 8l-.26 4.54L11.2 18l-.68-5.46H8.5L7.82 18l-.41 3.54L7.16 17l-.35-8h-1.8l1 14h2.27l.76-4.93L9.5 14l.01-.03l.01.03l.46 4.07l.76 4.93h2.27l1-14z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m24.3 13l-.91 8.61L22 13h-2l-1.39 8.61L17.7 13H16l1.36 10h2.28L21 14.63L22.36 23h2.28L26 13zM12.21 9l-.34 8l-.26 4.54L11.2 18l-.68-5.46H8.5L7.82 18l-.41 3.54L7.16 17l-.35-8h-1.8l1 14h2.27l.76-4.93L9.5 14l.01-.03l.01.03l.46 4.07l.76 4.93h2.27l1-14z"/></svg> </template>
CSS
.icon-letter-ww {
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%22m24.3%2013l-.91%208.61L22%2013h-2l-1.39%208.61L17.7%2013H16l1.36%2010h2.28L21%2014.63L22.36%2023h2.28L26%2013zM12.21%209l-.34%208l-.26%204.54L11.2%2018l-.68-5.46H8.5L7.82%2018l-.41%203.54L7.16%2017l-.35-8h-1.8l1%2014h2.27l.76-4.93L9.5%2014l.01-.03l.01.03l.46%204.07l.76%204.93h2.27l1-14z%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%22m24.3%2013l-.91%208.61L22%2013h-2l-1.39%208.61L17.7%2013H16l1.36%2010h2.28L21%2014.63L22.36%2023h2.28L26%2013zM12.21%209l-.34%208l-.26%204.54L11.2%2018l-.68-5.46H8.5L7.82%2018l-.41%203.54L7.16%2017l-.35-8h-1.8l1%2014h2.27l.76-4.93L9.5%2014l.01-.03l.01.03l.46%204.07l.76%204.93h2.27l1-14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/letter-ww.svg?color=%231a73e8&size=48