round add reaction icon
round-add-reaction from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- round-add-reaction
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the round add reaction icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 4c0 .55-.45 1-1 1h-1v1c0 .55-.45 1-1 1s-1-.45-1-1V5h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V2c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1m-2.48 4.95c.31.96.48 1.99.48 3.05c0 5.52-4.48 10-10 10S2 17.52 2 12S6.48 2 12 2c1.5 0 2.92.34 4.2.94c-.12.33-.2.68-.2 1.06c0 1.35.9 2.5 2.13 2.87A3 3 0 0 0 21 9c.18 0 .35-.02.52-.05M7 9.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S9.33 8 8.5 8S7 8.67 7 9.5m9.31 4.5H7.69c-.38 0-.63.42-.44.75c.95 1.64 2.72 2.75 4.75 2.75s3.8-1.11 4.75-2.75a.503.503 0 0 0-.44-.75M17 9.5c0-.83-.67-1.5-1.5-1.5S14 8.67 14 9.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundAddReaction(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="M24 4c0 .55-.45 1-1 1h-1v1c0 .55-.45 1-1 1s-1-.45-1-1V5h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V2c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1m-2.48 4.95c.31.96.48 1.99.48 3.05c0 5.52-4.48 10-10 10S2 17.52 2 12S6.48 2 12 2c1.5 0 2.92.34 4.2.94c-.12.33-.2.68-.2 1.06c0 1.35.9 2.5 2.13 2.87A3 3 0 0 0 21 9c.18 0 .35-.02.52-.05M7 9.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S9.33 8 8.5 8S7 8.67 7 9.5m9.31 4.5H7.69c-.38 0-.63.42-.44.75c.95 1.64 2.72 2.75 4.75 2.75s3.8-1.11 4.75-2.75a.503.503 0 0 0-.44-.75M17 9.5c0-.83-.67-1.5-1.5-1.5S14 8.67 14 9.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 4c0 .55-.45 1-1 1h-1v1c0 .55-.45 1-1 1s-1-.45-1-1V5h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V2c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1m-2.48 4.95c.31.96.48 1.99.48 3.05c0 5.52-4.48 10-10 10S2 17.52 2 12S6.48 2 12 2c1.5 0 2.92.34 4.2.94c-.12.33-.2.68-.2 1.06c0 1.35.9 2.5 2.13 2.87A3 3 0 0 0 21 9c.18 0 .35-.02.52-.05M7 9.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S9.33 8 8.5 8S7 8.67 7 9.5m9.31 4.5H7.69c-.38 0-.63.42-.44.75c.95 1.64 2.72 2.75 4.75 2.75s3.8-1.11 4.75-2.75a.503.503 0 0 0-.44-.75M17 9.5c0-.83-.67-1.5-1.5-1.5S14 8.67 14 9.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5"/></svg> </template>
CSS
.icon-round-add-reaction {
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%22M24%204c0%20.55-.45%201-1%201h-1v1c0%20.55-.45%201-1%201s-1-.45-1-1V5h-1c-.55%200-1-.45-1-1s.45-1%201-1h1V2c0-.55.45-1%201-1s1%20.45%201%201v1h1c.55%200%201%20.45%201%201m-2.48%204.95c.31.96.48%201.99.48%203.05c0%205.52-4.48%2010-10%2010S2%2017.52%202%2012S6.48%202%2012%202c1.5%200%202.92.34%204.2.94c-.12.33-.2.68-.2%201.06c0%201.35.9%202.5%202.13%202.87A3%203%200%200%200%2021%209c.18%200%20.35-.02.52-.05M7%209.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5S9.33%208%208.5%208S7%208.67%207%209.5m9.31%204.5H7.69c-.38%200-.63.42-.44.75c.95%201.64%202.72%202.75%204.75%202.75s3.8-1.11%204.75-2.75a.503.503%200%200%200-.44-.75M17%209.5c0-.83-.67-1.5-1.5-1.5S14%208.67%2014%209.5s.67%201.5%201.5%201.5s1.5-.67%201.5-1.5%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%22M24%204c0%20.55-.45%201-1%201h-1v1c0%20.55-.45%201-1%201s-1-.45-1-1V5h-1c-.55%200-1-.45-1-1s.45-1%201-1h1V2c0-.55.45-1%201-1s1%20.45%201%201v1h1c.55%200%201%20.45%201%201m-2.48%204.95c.31.96.48%201.99.48%203.05c0%205.52-4.48%2010-10%2010S2%2017.52%202%2012S6.48%202%2012%202c1.5%200%202.92.34%204.2.94c-.12.33-.2.68-.2%201.06c0%201.35.9%202.5%202.13%202.87A3%203%200%200%200%2021%209c.18%200%20.35-.02.52-.05M7%209.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5S9.33%208%208.5%208S7%208.67%207%209.5m9.31%204.5H7.69c-.38%200-.63.42-.44.75c.95%201.64%202.72%202.75%204.75%202.75s3.8-1.11%204.75-2.75a.503.503%200%200%200-.44-.75M17%209.5c0-.83-.67-1.5-1.5-1.5S14%208.67%2014%209.5s.67%201.5%201.5%201.5s1.5-.67%201.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-add-reaction.svg?color=%231a73e8&size=48