horse from Line Awesome by Icons8 · Line · Animals · Apache-2.0 Free for personal and commercial use.

Name
horse
Set
Line Awesome
Style
Line
Category
Animals
Viewbox
32×32
License
Apache 2.0
Aliases
horse-solid

The same icon in other sets

More animals icons from Line Awesome

Use the horse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.25 4c-1.262 0-2.344.457-3.125 1.125s-1.297 1.535-1.656 2.344c-.563 1.265-.598 2.023-.657 2.5c-.457.191-1.636.656-2.812.656c-1.531 0-2.61-.625-4.625-.625c-1.246 0-2.367.46-3.156 1.281a5 5 0 0 0-.219.25a4.2 4.2 0 0 0-1.125-.156c-.707 0-1.336.352-1.813.813s-.828 1.035-1.125 1.718C2.345 15.273 2 17.043 2 19h2c0-1.723.305-3.258.75-4.281c.223-.512.477-.887.688-1.094s.351-.25.437-.25c.137 0 .188.02.281.031c-.078.364-.156.735-.156 1.125c0 2.387 1.441 3.832 1.969 4.313c-.004.379-.043 1.558-.782 2.562l-.187.25V28h2v-5.875c1.047-1.781 1-3.719 1-3.719L9.969 18l-.313-.281S8 16.172 8 14.53c0-.855.266-1.469.656-1.875s.926-.656 1.719-.656c1.54 0 2.617.625 4.625.625c2.113 0 4.063-1 4.063-1l.5-.25l.062-.563s.102-1.28.656-2.53c.278-.626.684-1.223 1.157-1.626c.417-.36.898-.61 1.562-.656v1c1.508 0 2.094 1.406 2.094 1.406l.062.156l.125.157L27 10.406l-.188.219c-.44-.117-.94-.242-1.156-.313l-.343-.124l-.344.124c-.02.008-.594.145-1.032.063c-.437-.082-.761-.191-1-.844l-1.875.688c.153.418.368.77.625 1.062c-.09.465-.082.918-.03 1.344c.109.95.343 1.852.343 2.594c0 1.293-1.594 2.625-1.594 2.625l-.406.312V28h2v-8.906c.563-.434 2-1.676 2-3.875c0-1.106-.262-2.086-.344-2.813c-.004-.023.004-.039 0-.062c.63.101 1.059-.016 1.5-.125c.594.183 1.719.5 1.719.5l.594.156l.406-.469l.656-.719c.676-.75.653-1.91-.062-2.624l-1.75-1.782l-.032.032c-.156-.31-.66-1.231-1.687-1.813V4zM12 17v1c0 2.457-1.625 3.719-1.625 3.719L10 22v6h2v-5.156c.418-.395 1.254-1.352 1.719-3.219c.707.316 1.816.535 3.281.625V28h2v-9.656h-1c-2.031 0-3.094-.317-3.594-.563A1.4 1.4 0 0 1 14 17.5l-.219-.5z"/></svg>

React

import type { SVGProps } from "react";

export function LaHorse(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="M23.25 4c-1.262 0-2.344.457-3.125 1.125s-1.297 1.535-1.656 2.344c-.563 1.265-.598 2.023-.657 2.5c-.457.191-1.636.656-2.812.656c-1.531 0-2.61-.625-4.625-.625c-1.246 0-2.367.46-3.156 1.281a5 5 0 0 0-.219.25a4.2 4.2 0 0 0-1.125-.156c-.707 0-1.336.352-1.813.813s-.828 1.035-1.125 1.718C2.345 15.273 2 17.043 2 19h2c0-1.723.305-3.258.75-4.281c.223-.512.477-.887.688-1.094s.351-.25.437-.25c.137 0 .188.02.281.031c-.078.364-.156.735-.156 1.125c0 2.387 1.441 3.832 1.969 4.313c-.004.379-.043 1.558-.782 2.562l-.187.25V28h2v-5.875c1.047-1.781 1-3.719 1-3.719L9.969 18l-.313-.281S8 16.172 8 14.53c0-.855.266-1.469.656-1.875s.926-.656 1.719-.656c1.54 0 2.617.625 4.625.625c2.113 0 4.063-1 4.063-1l.5-.25l.062-.563s.102-1.28.656-2.53c.278-.626.684-1.223 1.157-1.626c.417-.36.898-.61 1.562-.656v1c1.508 0 2.094 1.406 2.094 1.406l.062.156l.125.157L27 10.406l-.188.219c-.44-.117-.94-.242-1.156-.313l-.343-.124l-.344.124c-.02.008-.594.145-1.032.063c-.437-.082-.761-.191-1-.844l-1.875.688c.153.418.368.77.625 1.062c-.09.465-.082.918-.03 1.344c.109.95.343 1.852.343 2.594c0 1.293-1.594 2.625-1.594 2.625l-.406.312V28h2v-8.906c.563-.434 2-1.676 2-3.875c0-1.106-.262-2.086-.344-2.813c-.004-.023.004-.039 0-.062c.63.101 1.059-.016 1.5-.125c.594.183 1.719.5 1.719.5l.594.156l.406-.469l.656-.719c.676-.75.653-1.91-.062-2.624l-1.75-1.782l-.032.032c-.156-.31-.66-1.231-1.687-1.813V4zM12 17v1c0 2.457-1.625 3.719-1.625 3.719L10 22v6h2v-5.156c.418-.395 1.254-1.352 1.719-3.219c.707.316 1.816.535 3.281.625V28h2v-9.656h-1c-2.031 0-3.094-.317-3.594-.563A1.4 1.4 0 0 1 14 17.5l-.219-.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.25 4c-1.262 0-2.344.457-3.125 1.125s-1.297 1.535-1.656 2.344c-.563 1.265-.598 2.023-.657 2.5c-.457.191-1.636.656-2.812.656c-1.531 0-2.61-.625-4.625-.625c-1.246 0-2.367.46-3.156 1.281a5 5 0 0 0-.219.25a4.2 4.2 0 0 0-1.125-.156c-.707 0-1.336.352-1.813.813s-.828 1.035-1.125 1.718C2.345 15.273 2 17.043 2 19h2c0-1.723.305-3.258.75-4.281c.223-.512.477-.887.688-1.094s.351-.25.437-.25c.137 0 .188.02.281.031c-.078.364-.156.735-.156 1.125c0 2.387 1.441 3.832 1.969 4.313c-.004.379-.043 1.558-.782 2.562l-.187.25V28h2v-5.875c1.047-1.781 1-3.719 1-3.719L9.969 18l-.313-.281S8 16.172 8 14.53c0-.855.266-1.469.656-1.875s.926-.656 1.719-.656c1.54 0 2.617.625 4.625.625c2.113 0 4.063-1 4.063-1l.5-.25l.062-.563s.102-1.28.656-2.53c.278-.626.684-1.223 1.157-1.626c.417-.36.898-.61 1.562-.656v1c1.508 0 2.094 1.406 2.094 1.406l.062.156l.125.157L27 10.406l-.188.219c-.44-.117-.94-.242-1.156-.313l-.343-.124l-.344.124c-.02.008-.594.145-1.032.063c-.437-.082-.761-.191-1-.844l-1.875.688c.153.418.368.77.625 1.062c-.09.465-.082.918-.03 1.344c.109.95.343 1.852.343 2.594c0 1.293-1.594 2.625-1.594 2.625l-.406.312V28h2v-8.906c.563-.434 2-1.676 2-3.875c0-1.106-.262-2.086-.344-2.813c-.004-.023.004-.039 0-.062c.63.101 1.059-.016 1.5-.125c.594.183 1.719.5 1.719.5l.594.156l.406-.469l.656-.719c.676-.75.653-1.91-.062-2.624l-1.75-1.782l-.032.032c-.156-.31-.66-1.231-1.687-1.813V4zM12 17v1c0 2.457-1.625 3.719-1.625 3.719L10 22v6h2v-5.156c.418-.395 1.254-1.352 1.719-3.219c.707.316 1.816.535 3.281.625V28h2v-9.656h-1c-2.031 0-3.094-.317-3.594-.563A1.4 1.4 0 0 1 14 17.5l-.219-.5z"/></svg>
</template>

CSS

.icon-horse {
  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%22M23.25%204c-1.262%200-2.344.457-3.125%201.125s-1.297%201.535-1.656%202.344c-.563%201.265-.598%202.023-.657%202.5c-.457.191-1.636.656-2.812.656c-1.531%200-2.61-.625-4.625-.625c-1.246%200-2.367.46-3.156%201.281a5%205%200%200%200-.219.25a4.2%204.2%200%200%200-1.125-.156c-.707%200-1.336.352-1.813.813s-.828%201.035-1.125%201.718C2.345%2015.273%202%2017.043%202%2019h2c0-1.723.305-3.258.75-4.281c.223-.512.477-.887.688-1.094s.351-.25.437-.25c.137%200%20.188.02.281.031c-.078.364-.156.735-.156%201.125c0%202.387%201.441%203.832%201.969%204.313c-.004.379-.043%201.558-.782%202.562l-.187.25V28h2v-5.875c1.047-1.781%201-3.719%201-3.719L9.969%2018l-.313-.281S8%2016.172%208%2014.53c0-.855.266-1.469.656-1.875s.926-.656%201.719-.656c1.54%200%202.617.625%204.625.625c2.113%200%204.063-1%204.063-1l.5-.25l.062-.563s.102-1.28.656-2.53c.278-.626.684-1.223%201.157-1.626c.417-.36.898-.61%201.562-.656v1c1.508%200%202.094%201.406%202.094%201.406l.062.156l.125.157L27%2010.406l-.188.219c-.44-.117-.94-.242-1.156-.313l-.343-.124l-.344.124c-.02.008-.594.145-1.032.063c-.437-.082-.761-.191-1-.844l-1.875.688c.153.418.368.77.625%201.062c-.09.465-.082.918-.03%201.344c.109.95.343%201.852.343%202.594c0%201.293-1.594%202.625-1.594%202.625l-.406.312V28h2v-8.906c.563-.434%202-1.676%202-3.875c0-1.106-.262-2.086-.344-2.813c-.004-.023.004-.039%200-.062c.63.101%201.059-.016%201.5-.125c.594.183%201.719.5%201.719.5l.594.156l.406-.469l.656-.719c.676-.75.653-1.91-.062-2.624l-1.75-1.782l-.032.032c-.156-.31-.66-1.231-1.687-1.813V4zM12%2017v1c0%202.457-1.625%203.719-1.625%203.719L10%2022v6h2v-5.156c.418-.395%201.254-1.352%201.719-3.219c.707.316%201.816.535%203.281.625V28h2v-9.656h-1c-2.031%200-3.094-.317-3.594-.563A1.4%201.4%200%200%201%2014%2017.5l-.219-.5z%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%22M23.25%204c-1.262%200-2.344.457-3.125%201.125s-1.297%201.535-1.656%202.344c-.563%201.265-.598%202.023-.657%202.5c-.457.191-1.636.656-2.812.656c-1.531%200-2.61-.625-4.625-.625c-1.246%200-2.367.46-3.156%201.281a5%205%200%200%200-.219.25a4.2%204.2%200%200%200-1.125-.156c-.707%200-1.336.352-1.813.813s-.828%201.035-1.125%201.718C2.345%2015.273%202%2017.043%202%2019h2c0-1.723.305-3.258.75-4.281c.223-.512.477-.887.688-1.094s.351-.25.437-.25c.137%200%20.188.02.281.031c-.078.364-.156.735-.156%201.125c0%202.387%201.441%203.832%201.969%204.313c-.004.379-.043%201.558-.782%202.562l-.187.25V28h2v-5.875c1.047-1.781%201-3.719%201-3.719L9.969%2018l-.313-.281S8%2016.172%208%2014.53c0-.855.266-1.469.656-1.875s.926-.656%201.719-.656c1.54%200%202.617.625%204.625.625c2.113%200%204.063-1%204.063-1l.5-.25l.062-.563s.102-1.28.656-2.53c.278-.626.684-1.223%201.157-1.626c.417-.36.898-.61%201.562-.656v1c1.508%200%202.094%201.406%202.094%201.406l.062.156l.125.157L27%2010.406l-.188.219c-.44-.117-.94-.242-1.156-.313l-.343-.124l-.344.124c-.02.008-.594.145-1.032.063c-.437-.082-.761-.191-1-.844l-1.875.688c.153.418.368.77.625%201.062c-.09.465-.082.918-.03%201.344c.109.95.343%201.852.343%202.594c0%201.293-1.594%202.625-1.594%202.625l-.406.312V28h2v-8.906c.563-.434%202-1.676%202-3.875c0-1.106-.262-2.086-.344-2.813c-.004-.023.004-.039%200-.062c.63.101%201.059-.016%201.5-.125c.594.183%201.719.5%201.719.5l.594.156l.406-.469l.656-.719c.676-.75.653-1.91-.062-2.624l-1.75-1.782l-.032.032c-.156-.31-.66-1.231-1.687-1.813V4zM12%2017v1c0%202.457-1.625%203.719-1.625%203.719L10%2022v6h2v-5.156c.418-.395%201.254-1.352%201.719-3.219c.707.316%201.816.535%203.281.625V28h2v-9.656h-1c-2.031%200-3.094-.317-3.594-.563A1.4%201.4%200%200%201%2014%2017.5l-.219-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/horse.svg?color=%231a73e8&size=48