ios brush icon

ios-brush from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-brush
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M149.6 283.3c-51.9 0-83.9 45.7-83.9 95.1 0 21.3-10.9 37.1-31.4 46.4-2.2 1-3 3.8-1.7 5.8 16.7 24.6 63.3 33.3 95.3 33.3 8.4 0 15.9-.6 21.8-1.7 35.6-6.4 80.1-24.9 90.7-77 12.2-60.5-38.9-101.9-90.8-101.9z" fill="currentColor"/><path d="M467.7 60.4C460 52.7 450.9 48 441.6 48c-6.3 0-12.7 2.2-18.8 7L257.7 200.3c-5.4 4.8-12.4 7.4-19.7 7.4h-.1-.1c-5.6 0-11.1 2.1-15.4 5.8l-53.6 43.8c-2.1 1.8-2.7 4.8-1.4 7.2.9 1.7 2.6 2.9 4.5 3.1 45.6 4.5 87 37 87.3 86.6 0 1.7.7 3.4 2 4.5 2.5 2.1 6 1.7 8-.6l45.1-52.2c3.5-4 5.8-9.1 6-14.5v-1.2c0-7.5 3-14.8 8-20.4l144.8-164.4c11.9-15.1 7.6-32.1-5.4-45z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosBrush(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M149.6 283.3c-51.9 0-83.9 45.7-83.9 95.1 0 21.3-10.9 37.1-31.4 46.4-2.2 1-3 3.8-1.7 5.8 16.7 24.6 63.3 33.3 95.3 33.3 8.4 0 15.9-.6 21.8-1.7 35.6-6.4 80.1-24.9 90.7-77 12.2-60.5-38.9-101.9-90.8-101.9z" fill="currentColor"/><path d="M467.7 60.4C460 52.7 450.9 48 441.6 48c-6.3 0-12.7 2.2-18.8 7L257.7 200.3c-5.4 4.8-12.4 7.4-19.7 7.4h-.1-.1c-5.6 0-11.1 2.1-15.4 5.8l-53.6 43.8c-2.1 1.8-2.7 4.8-1.4 7.2.9 1.7 2.6 2.9 4.5 3.1 45.6 4.5 87 37 87.3 86.6 0 1.7.7 3.4 2 4.5 2.5 2.1 6 1.7 8-.6l45.1-52.2c3.5-4 5.8-9.1 6-14.5v-1.2c0-7.5 3-14.8 8-20.4l144.8-164.4c11.9-15.1 7.6-32.1-5.4-45z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M149.6 283.3c-51.9 0-83.9 45.7-83.9 95.1 0 21.3-10.9 37.1-31.4 46.4-2.2 1-3 3.8-1.7 5.8 16.7 24.6 63.3 33.3 95.3 33.3 8.4 0 15.9-.6 21.8-1.7 35.6-6.4 80.1-24.9 90.7-77 12.2-60.5-38.9-101.9-90.8-101.9z" fill="currentColor"/><path d="M467.7 60.4C460 52.7 450.9 48 441.6 48c-6.3 0-12.7 2.2-18.8 7L257.7 200.3c-5.4 4.8-12.4 7.4-19.7 7.4h-.1-.1c-5.6 0-11.1 2.1-15.4 5.8l-53.6 43.8c-2.1 1.8-2.7 4.8-1.4 7.2.9 1.7 2.6 2.9 4.5 3.1 45.6 4.5 87 37 87.3 86.6 0 1.7.7 3.4 2 4.5 2.5 2.1 6 1.7 8-.6l45.1-52.2c3.5-4 5.8-9.1 6-14.5v-1.2c0-7.5 3-14.8 8-20.4l144.8-164.4c11.9-15.1 7.6-32.1-5.4-45z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-brush {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M149.6%20283.3c-51.9%200-83.9%2045.7-83.9%2095.1%200%2021.3-10.9%2037.1-31.4%2046.4-2.2%201-3%203.8-1.7%205.8%2016.7%2024.6%2063.3%2033.3%2095.3%2033.3%208.4%200%2015.9-.6%2021.8-1.7%2035.6-6.4%2080.1-24.9%2090.7-77%2012.2-60.5-38.9-101.9-90.8-101.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M467.7%2060.4C460%2052.7%20450.9%2048%20441.6%2048c-6.3%200-12.7%202.2-18.8%207L257.7%20200.3c-5.4%204.8-12.4%207.4-19.7%207.4h-.1-.1c-5.6%200-11.1%202.1-15.4%205.8l-53.6%2043.8c-2.1%201.8-2.7%204.8-1.4%207.2.9%201.7%202.6%202.9%204.5%203.1%2045.6%204.5%2087%2037%2087.3%2086.6%200%201.7.7%203.4%202%204.5%202.5%202.1%206%201.7%208-.6l45.1-52.2c3.5-4%205.8-9.1%206-14.5v-1.2c0-7.5%203-14.8%208-20.4l144.8-164.4c11.9-15.1%207.6-32.1-5.4-45z%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%20512%20512%22%3E%3Cpath%20d%3D%22M149.6%20283.3c-51.9%200-83.9%2045.7-83.9%2095.1%200%2021.3-10.9%2037.1-31.4%2046.4-2.2%201-3%203.8-1.7%205.8%2016.7%2024.6%2063.3%2033.3%2095.3%2033.3%208.4%200%2015.9-.6%2021.8-1.7%2035.6-6.4%2080.1-24.9%2090.7-77%2012.2-60.5-38.9-101.9-90.8-101.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M467.7%2060.4C460%2052.7%20450.9%2048%20441.6%2048c-6.3%200-12.7%202.2-18.8%207L257.7%20200.3c-5.4%204.8-12.4%207.4-19.7%207.4h-.1-.1c-5.6%200-11.1%202.1-15.4%205.8l-53.6%2043.8c-2.1%201.8-2.7%204.8-1.4%207.2.9%201.7%202.6%202.9%204.5%203.1%2045.6%204.5%2087%2037%2087.3%2086.6%200%201.7.7%203.4%202%204.5%202.5%202.1%206%201.7%208-.6l45.1-52.2c3.5-4%205.8-9.1%206-14.5v-1.2c0-7.5%203-14.8%208-20.4l144.8-164.4c11.9-15.1%207.6-32.1-5.4-45z%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/ion/ios-brush.svg?color=%231a73e8&size=48