bxl reddit icon
bxl-reddit from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxl-reddit
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
Use the bxl reddit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9.67" cy="13" r="1.001" fill="currentColor"/><path d="M14.09 15.391A3.28 3.28 0 0 1 12 16a3.271 3.271 0 0 1-2.081-.63a.27.27 0 0 0-.379.38c.71.535 1.582.809 2.471.77a3.811 3.811 0 0 0 2.469-.77v.04a.284.284 0 0 0 .006-.396a.28.28 0 0 0-.396-.003zm.209-3.351a1 1 0 0 0 0 2l-.008.039c.016.002.033 0 .051 0a1 1 0 0 0 .958-1.038a1 1 0 0 0-1.001-1.001z" fill="currentColor"/><path d="M12 2C6.479 2 2 6.477 2 12c0 5.521 4.479 10 10 10s10-4.479 10-10c0-5.523-4.479-10-10-10zm5.859 11.33c.012.146.012.293 0 .439c0 2.24-2.609 4.062-5.83 4.062s-5.83-1.82-5.83-4.062a2.681 2.681 0 0 1 0-.439a1.46 1.46 0 0 1-.455-2.327a1.458 1.458 0 0 1 2.063-.063a7.145 7.145 0 0 1 3.899-1.23l.743-3.47v-.004A.313.313 0 0 1 12.82 6l2.449.49a1.001 1.001 0 1 1-.131.61L13 6.65l-.649 3.12a7.123 7.123 0 0 1 3.85 1.23a1.46 1.46 0 0 1 2.469 1c.01.563-.307 1.08-.811 1.33z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxlReddit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9.67" cy="13" r="1.001" fill="currentColor"/><path d="M14.09 15.391A3.28 3.28 0 0 1 12 16a3.271 3.271 0 0 1-2.081-.63a.27.27 0 0 0-.379.38c.71.535 1.582.809 2.471.77a3.811 3.811 0 0 0 2.469-.77v.04a.284.284 0 0 0 .006-.396a.28.28 0 0 0-.396-.003zm.209-3.351a1 1 0 0 0 0 2l-.008.039c.016.002.033 0 .051 0a1 1 0 0 0 .958-1.038a1 1 0 0 0-1.001-1.001z" fill="currentColor"/><path d="M12 2C6.479 2 2 6.477 2 12c0 5.521 4.479 10 10 10s10-4.479 10-10c0-5.523-4.479-10-10-10zm5.859 11.33c.012.146.012.293 0 .439c0 2.24-2.609 4.062-5.83 4.062s-5.83-1.82-5.83-4.062a2.681 2.681 0 0 1 0-.439a1.46 1.46 0 0 1-.455-2.327a1.458 1.458 0 0 1 2.063-.063a7.145 7.145 0 0 1 3.899-1.23l.743-3.47v-.004A.313.313 0 0 1 12.82 6l2.449.49a1.001 1.001 0 1 1-.131.61L13 6.65l-.649 3.12a7.123 7.123 0 0 1 3.85 1.23a1.46 1.46 0 0 1 2.469 1c.01.563-.307 1.08-.811 1.33z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9.67" cy="13" r="1.001" fill="currentColor"/><path d="M14.09 15.391A3.28 3.28 0 0 1 12 16a3.271 3.271 0 0 1-2.081-.63a.27.27 0 0 0-.379.38c.71.535 1.582.809 2.471.77a3.811 3.811 0 0 0 2.469-.77v.04a.284.284 0 0 0 .006-.396a.28.28 0 0 0-.396-.003zm.209-3.351a1 1 0 0 0 0 2l-.008.039c.016.002.033 0 .051 0a1 1 0 0 0 .958-1.038a1 1 0 0 0-1.001-1.001z" fill="currentColor"/><path d="M12 2C6.479 2 2 6.477 2 12c0 5.521 4.479 10 10 10s10-4.479 10-10c0-5.523-4.479-10-10-10zm5.859 11.33c.012.146.012.293 0 .439c0 2.24-2.609 4.062-5.83 4.062s-5.83-1.82-5.83-4.062a2.681 2.681 0 0 1 0-.439a1.46 1.46 0 0 1-.455-2.327a1.458 1.458 0 0 1 2.063-.063a7.145 7.145 0 0 1 3.899-1.23l.743-3.47v-.004A.313.313 0 0 1 12.82 6l2.449.49a1.001 1.001 0 1 1-.131.61L13 6.65l-.649 3.12a7.123 7.123 0 0 1 3.85 1.23a1.46 1.46 0 0 1 2.469 1c.01.563-.307 1.08-.811 1.33z" fill="currentColor"/></svg> </template>
CSS
.icon-bxl-reddit {
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%3Ccircle%20cx%3D%229.67%22%20cy%3D%2213%22%20r%3D%221.001%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.09%2015.391A3.28%203.28%200%200%201%2012%2016a3.271%203.271%200%200%201-2.081-.63a.27.27%200%200%200-.379.38c.71.535%201.582.809%202.471.77a3.811%203.811%200%200%200%202.469-.77v.04a.284.284%200%200%200%20.006-.396a.28.28%200%200%200-.396-.003zm.209-3.351a1%201%200%200%200%200%202l-.008.039c.016.002.033%200%20.051%200a1%201%200%200%200%20.958-1.038a1%201%200%200%200-1.001-1.001z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%202C6.479%202%202%206.477%202%2012c0%205.521%204.479%2010%2010%2010s10-4.479%2010-10c0-5.523-4.479-10-10-10zm5.859%2011.33c.012.146.012.293%200%20.439c0%202.24-2.609%204.062-5.83%204.062s-5.83-1.82-5.83-4.062a2.681%202.681%200%200%201%200-.439a1.46%201.46%200%200%201-.455-2.327a1.458%201.458%200%200%201%202.063-.063a7.145%207.145%200%200%201%203.899-1.23l.743-3.47v-.004A.313.313%200%200%201%2012.82%206l2.449.49a1.001%201.001%200%201%201-.131.61L13%206.65l-.649%203.12a7.123%207.123%200%200%201%203.85%201.23a1.46%201.46%200%200%201%202.469%201c.01.563-.307%201.08-.811%201.33z%22%20fill%3D%22currentColor%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%3Ccircle%20cx%3D%229.67%22%20cy%3D%2213%22%20r%3D%221.001%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.09%2015.391A3.28%203.28%200%200%201%2012%2016a3.271%203.271%200%200%201-2.081-.63a.27.27%200%200%200-.379.38c.71.535%201.582.809%202.471.77a3.811%203.811%200%200%200%202.469-.77v.04a.284.284%200%200%200%20.006-.396a.28.28%200%200%200-.396-.003zm.209-3.351a1%201%200%200%200%200%202l-.008.039c.016.002.033%200%20.051%200a1%201%200%200%200%20.958-1.038a1%201%200%200%200-1.001-1.001z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%202C6.479%202%202%206.477%202%2012c0%205.521%204.479%2010%2010%2010s10-4.479%2010-10c0-5.523-4.479-10-10-10zm5.859%2011.33c.012.146.012.293%200%20.439c0%202.24-2.609%204.062-5.83%204.062s-5.83-1.82-5.83-4.062a2.681%202.681%200%200%201%200-.439a1.46%201.46%200%200%201-.455-2.327a1.458%201.458%200%200%201%202.063-.063a7.145%207.145%200%200%201%203.899-1.23l.743-3.47v-.004A.313.313%200%200%201%2012.82%206l2.449.49a1.001%201.001%200%201%201-.131.61L13%206.65l-.649%203.12a7.123%207.123%200%200%201%203.85%201.23a1.46%201.46%200%200%201%202.469%201c.01.563-.307%201.08-.811%201.33z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxl-reddit.svg?color=%231a73e8&size=48