play add icon
play-add from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- play-add
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the play add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 12c0 1.31-.25 2.57-.72 3.72c-.65-.45-1.44-.72-2.28-.72c-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 19c0 .75.21 1.46.58 2.06q.06.105.15.21A9.8 9.8 0 0 1 12 22C6.48 22 2 17.52 2 12S6.48 2 12 2s10 4.48 10 10"/><path stroke-miterlimit="10" d="M9.38 12v-1.39c0-1.72 1.22-2.43 2.71-1.57l1.2.69l1.2.69c1.49.86 1.49 2.27 0 3.13l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57zM23 19c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.9 3.9 0 0 1 15 19c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 23 19m-2.51-.02h-2.98M19 17.52v2.99"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPlayAdd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 12c0 1.31-.25 2.57-.72 3.72c-.65-.45-1.44-.72-2.28-.72c-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 19c0 .75.21 1.46.58 2.06q.06.105.15.21A9.8 9.8 0 0 1 12 22C6.48 22 2 17.52 2 12S6.48 2 12 2s10 4.48 10 10"/><path strokeMiterlimit="10" d="M9.38 12v-1.39c0-1.72 1.22-2.43 2.71-1.57l1.2.69l1.2.69c1.49.86 1.49 2.27 0 3.13l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57zM23 19c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.9 3.9 0 0 1 15 19c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 23 19m-2.51-.02h-2.98M19 17.52v2.99"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 12c0 1.31-.25 2.57-.72 3.72c-.65-.45-1.44-.72-2.28-.72c-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 19c0 .75.21 1.46.58 2.06q.06.105.15.21A9.8 9.8 0 0 1 12 22C6.48 22 2 17.52 2 12S6.48 2 12 2s10 4.48 10 10"/><path stroke-miterlimit="10" d="M9.38 12v-1.39c0-1.72 1.22-2.43 2.71-1.57l1.2.69l1.2.69c1.49.86 1.49 2.27 0 3.13l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57zM23 19c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.9 3.9 0 0 1 15 19c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 23 19m-2.51-.02h-2.98M19 17.52v2.99"/></g></svg> </template>
CSS
.icon-play-add {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2012c0%201.31-.25%202.57-.72%203.72c-.65-.45-1.44-.72-2.28-.72c-.94%200-1.81.33-2.5.88A3.97%203.97%200%200%200%2015%2019c0%20.75.21%201.46.58%202.06q.06.105.15.21A9.8%209.8%200%200%201%2012%2022C6.48%2022%202%2017.52%202%2012S6.48%202%2012%202s10%204.48%2010%2010%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M9.38%2012v-1.39c0-1.72%201.22-2.43%202.71-1.57l1.2.69l1.2.69c1.49.86%201.49%202.27%200%203.13l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57zM23%2019c0%20.75-.21%201.46-.58%202.06c-.21.36-.48.68-.79.94c-.7.63-1.62%201-2.63%201a3.97%203.97%200%200%201-3.42-1.94A3.9%203.9%200%200%201%2015%2019c0-1.26.58-2.39%201.5-3.12A3.999%203.999%200%200%201%2023%2019m-2.51-.02h-2.98M19%2017.52v2.99%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2012c0%201.31-.25%202.57-.72%203.72c-.65-.45-1.44-.72-2.28-.72c-.94%200-1.81.33-2.5.88A3.97%203.97%200%200%200%2015%2019c0%20.75.21%201.46.58%202.06q.06.105.15.21A9.8%209.8%200%200%201%2012%2022C6.48%2022%202%2017.52%202%2012S6.48%202%2012%202s10%204.48%2010%2010%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M9.38%2012v-1.39c0-1.72%201.22-2.43%202.71-1.57l1.2.69l1.2.69c1.49.86%201.49%202.27%200%203.13l-1.2.69l-1.2.69c-1.49.86-2.71.16-2.71-1.57zM23%2019c0%20.75-.21%201.46-.58%202.06c-.21.36-.48.68-.79.94c-.7.63-1.62%201-2.63%201a3.97%203.97%200%200%201-3.42-1.94A3.9%203.9%200%200%201%2015%2019c0-1.26.58-2.39%201.5-3.12A3.999%203.999%200%200%201%2023%2019m-2.51-.02h-2.98M19%2017.52v2.99%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/play-add.svg?color=%231a73e8&size=48